Get Record Data and Object Metadata

GET {{_endpoint}}/services/data/v{{version}}/ui-api/record-ui/:RECORD_IDS

Get layout information, metadata, and data to build UI for a single record or for a collection of records. The response contains layout information for whichever layout types are specified in the layoutTypes parameter.

It contains data for the records specified in the recordIds parameter.

The response contains object metadata for the object types of the records specified in the recordIds parameter, and for any nested objects. For example, a request to /ui-api/record-ui/001RM000003RsOHYA0, which is an Account, returns object metadata for Account and User, because the OwnerId field on the Account object contains a reference to the User object.

Request Params

KeyDatatypeRequiredDescription
childRelationshipsnullA collection of child relationship names. The records with those child relationship names are included in the response. Specify names in the format ObjectApiName.ChildRelationshipName or ObjectApiName.ChildRelationshipName.FieldApiName. For example, to specify the Contacts relationship on an Account, use Account.Contacts. You can get child relationships one level deep.
To get a relationship name, look in the Object Info response body.
formFactornullThe 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.
layoutTypesnullThe layout type for the record. A collection of any of these values:
Compact—Use this value to get a layout that contains a record’s key fields.
Full—(Default) Use this value to get a full layout.
modesnullThe access mode for the record. This value determines which fields to get from a layout. Layouts have different fields for create, edit, and view modes. For example, formula fields are rendered in view mode, but not in create mode because they’re calculated at run time, like formulas in a spreadsheet. A collection of any of these values:
Create—Use this mode if you intend to build UI that lets a user create a record. This mode is used by the /ui-api/record-defaults/create/<SOBJECT_API_NAME> resource.
Edit—Use this mode if you intend to build UI that lets a user edit a record. This mode is used by the /ui-api/record-defaults/clone/<RECORD_ID> resource.
View—(Default) Use this mode if you intend to build UI that displays a record.
optionalFieldsnullA 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.
pageSizenullThe maximum number of child records to return on a page.
updateMrunullTo add to the most recently used (MRU) list view, set to true. The default value is false.

RESPONSES

status: OK

{&quot;eTag&quot;:&quot;3af1644c612336c764937c1097eb2994&quot;,&quot;layoutUserStates&quot;:{&quot;00hB0000000JrBRIA0&quot;:{&quot;id&quot;:&quot;00hB0000000JrBRIA0&quot;,&quot;sectionUserStates&quot;:{&quot;01BB0000002rP3IMAU&quot;:{&quot;collapsed&quot;:false,&quot;id&quot;:&quot;01BB0000002rP3IMAU&quot;},&quot;01BB0000002rP3JMAU&quot;:{&quot;collapsed&quot;:false,&quot;id&quot;:&quot;01BB0000002rP3JMAU&quot;},&quot;01BB0000002rP3LMAU&quot;:{&quot;collapsed&quot;:false,&quot;id&quot;:&quot;01BB0000002rP3LMAU&quot;},&quot;01BB0000002rP3MMAU&quot;:{&quot;collapsed&quot;:false,&quot;id&quot;:&quot;01BB0000002rP3MMAU&quot;},&quot;01BB0000002rP3NMAU&quot;:{&quot;collapsed&quot;:false,&quot;id&quot;:&quot;01BB0000002rP3NMAU&quot;}}}},&quot;layouts&quot;:{&quot;Lead&quot;:{&quot;012000000000000AAA&quot;:{&quot;Full&quot;:{&quot;View&quot;:{&quot;eTag&quot;:&quot;fd022b95419df0b60007af758301cce6&quot;,&quot;id&quot;:&quot;00hB0000000JrBRIA0&quot;,&quot;layoutType&quot;:&quot;Full&quot;,&quot;mode&quot;:&quot;View&quot;,&quot;objectApiName&quot;:&quot;Lead&quot;,&quot;recordTypeId&quot;:&quot;012000000000000AAA&quot;,&quot;saveOptions&quot;:[],&quot;sections&quot;:[{&quot;collapsible&quot;:false,&quot;columns&quot;:2,&quot;heading&quot;:&quot;Lead Information&quot;,&quot;id&quot;:&quot;01BB0000002rP3IMAU&quot;,&quot;layoutRows&quot;:[{&quot;layoutItems&quot;:[{&quot;editableForNew&quot;:false,&quot;editableForUpdate&quot;:false,&quot;label&quot;:&quot;Lead Owner&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;OwnerId&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Owner ID&quot;}],&quot;lookupIdApiName&quot;:&quot;OwnerId&quot;,&quot;required&quot;:false,&quot;sortable&quot;:false},{&quot;editableForNew&quot;:true,&quot;editableForUpdate&quot;:true,&quot;label&quot;:&quot;Phone&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;Phone&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Phone&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:false,&quot;sortable&quot;:false}]},{&quot;layoutItems&quot;:[{&quot;editableForNew&quot;:true,&quot;editableForUpdate&quot;:true,&quot;label&quot;:&quot;Name&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;Salutation&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Salutation&quot;},{&quot;apiName&quot;:&quot;FirstName&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;First Name&quot;},{&quot;apiName&quot;:&quot;LastName&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Last Name&quot;}],&quot;lookupIdApiName&quot;:&quot;Id&quot;,&quot;required&quot;:true,&quot;sortable&quot;:false},{&quot;editableForNew&quot;:true,&quot;editableForUpdate&quot;:true,&quot;label&quot;:&quot;Mobile&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;MobilePhone&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Mobile Phone&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:false,&quot;sortable&quot;:false}]},{&quot;layoutItems&quot;:[{&quot;editableForNew&quot;:true,&quot;editableForUpdate&quot;:true,&quot;label&quot;:&quot;Company&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;Company&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Company&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:true,&quot;sortable&quot;:false},{&quot;editableForNew&quot;:true,&quot;editableForUpdate&quot;:true,&quot;label&quot;:&quot;Fax&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;Fax&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Fax&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:false,&quot;sortable&quot;:false}]},{&quot;layoutItems&quot;:[{&quot;editableForNew&quot;:true,&quot;editableForUpdate&quot;:true,&quot;label&quot;:&quot;Title&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;Title&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Title&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:false,&quot;sortable&quot;:false},{&quot;editableForNew&quot;:true,&quot;editableForUpdate&quot;:true,&quot;label&quot;:&quot;Email&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;Email&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Email&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:false,&quot;sortable&quot;:false}]},{&quot;layoutItems&quot;:[{&quot;editableForNew&quot;:true,&quot;editableForUpdate&quot;:true,&quot;label&quot;:&quot;Lead Source&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;LeadSource&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Lead Source&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:false,&quot;sortable&quot;:false},{&quot;editableForNew&quot;:true,&quot;editableForUpdate&quot;:true,&quot;label&quot;:&quot;Website&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;Website&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Website&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:false,&quot;sortable&quot;:false}]},{&quot;layoutItems&quot;:[{&quot;editableForNew&quot;:true,&quot;editableForUpdate&quot;:true,&quot;label&quot;:&quot;Industry&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;Industry&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Industry&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:false,&quot;sortable&quot;:false},{&quot;editableForNew&quot;:true,&quot;editableForUpdate&quot;:true,&quot;label&quot;:&quot;Lead Status&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;Status&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Status&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:true,&quot;sortable&quot;:false}]},{&quot;layoutItems&quot;:[{&quot;editableForNew&quot;:true,&quot;editableForUpdate&quot;:true,&quot;label&quot;:&quot;Annual Revenue&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;AnnualRevenue&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Annual Revenue&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:false,&quot;sortable&quot;:false},{&quot;editableForNew&quot;:true,&quot;editableForUpdate&quot;:true,&quot;label&quot;:&quot;Rating&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;Rating&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Rating&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:false,&quot;sortable&quot;:false}]},{&quot;layoutItems&quot;:[{&quot;editableForNew&quot;:false,&quot;editableForUpdate&quot;:false,&quot;label&quot;:&quot;&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:null,&quot;componentType&quot;:&quot;EmptySpace&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:false,&quot;sortable&quot;:false},{&quot;editableForNew&quot;:true,&quot;editableForUpdate&quot;:true,&quot;label&quot;:&quot;No. of Employees&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;NumberOfEmployees&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Employees&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:false,&quot;sortable&quot;:false}]}],&quot;rows&quot;:8,&quot;useHeading&quot;:false},{&quot;collapsible&quot;:false,&quot;columns&quot;:2,&quot;heading&quot;:&quot;Address Information&quot;,&quot;id&quot;:&quot;01BB0000002rP3LMAU&quot;,&quot;layoutRows&quot;:[{&quot;layoutItems&quot;:[{&quot;editableForNew&quot;:true,&quot;editableForUpdate&quot;:true,&quot;label&quot;:&quot;Address&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;Street&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Street&quot;},{&quot;apiName&quot;:&quot;PostalCode&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Zip/Postal Code&quot;},{&quot;apiName&quot;:&quot;City&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;City&quot;},{&quot;apiName&quot;:&quot;State&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;State/Province&quot;},{&quot;apiName&quot;:&quot;Country&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Country&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:false,&quot;sortable&quot;:false},{&quot;editableForNew&quot;:false,&quot;editableForUpdate&quot;:false,&quot;label&quot;:&quot;&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:null,&quot;componentType&quot;:&quot;EmptySpace&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:false,&quot;sortable&quot;:false}]}],&quot;rows&quot;:1,&quot;useHeading&quot;:false},{&quot;collapsible&quot;:false,&quot;columns&quot;:2,&quot;heading&quot;:&quot;Additional Information&quot;,&quot;id&quot;:&quot;01BB0000002rP3JMAU&quot;,&quot;layoutRows&quot;:[{&quot;layoutItems&quot;:[{&quot;editableForNew&quot;:true,&quot;editableForUpdate&quot;:true,&quot;label&quot;:&quot;Product Interest&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;ProductInterest__c&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Product Interest&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:false,&quot;sortable&quot;:false},{&quot;editableForNew&quot;:true,&quot;editableForUpdate&quot;:true,&quot;label&quot;:&quot;Current Generator(s)&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;CurrentGenerators__c&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Current Generator(s)&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:false,&quot;sortable&quot;:false}]},{&quot;layoutItems&quot;:[{&quot;editableForNew&quot;:true,&quot;editableForUpdate&quot;:true,&quot;label&quot;:&quot;SIC Code&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;SICCode__c&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;SIC Code&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:false,&quot;sortable&quot;:false},{&quot;editableForNew&quot;:true,&quot;editableForUpdate&quot;:true,&quot;label&quot;:&quot;Primary&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;Primary__c&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Primary&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:false,&quot;sortable&quot;:false}]},{&quot;layoutItems&quot;:[{&quot;editableForNew&quot;:true,&quot;editableForUpdate&quot;:true,&quot;label&quot;:&quot;Number of Locations&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;NumberofLocations__c&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Number of Locations&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:false,&quot;sortable&quot;:false},{&quot;editableForNew&quot;:false,&quot;editableForUpdate&quot;:false,&quot;label&quot;:&quot;&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:null,&quot;componentType&quot;:&quot;EmptySpace&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:false,&quot;sortable&quot;:false}]}],&quot;rows&quot;:3,&quot;useHeading&quot;:false},{&quot;collapsible&quot;:false,&quot;columns&quot;:2,&quot;heading&quot;:&quot;System Information&quot;,&quot;id&quot;:&quot;01BB0000002rP3MMAU&quot;,&quot;layoutRows&quot;:[{&quot;layoutItems&quot;:[{&quot;editableForNew&quot;:false,&quot;editableForUpdate&quot;:false,&quot;label&quot;:&quot;Created By&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;CreatedById&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Created By ID&quot;},{&quot;apiName&quot;:&quot;CreatedDate&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Created Date&quot;}],&quot;lookupIdApiName&quot;:&quot;CreatedById&quot;,&quot;required&quot;:false,&quot;sortable&quot;:false},{&quot;editableForNew&quot;:false,&quot;editableForUpdate&quot;:false,&quot;label&quot;:&quot;Last Modified By&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;LastModifiedById&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Last Modified By ID&quot;},{&quot;apiName&quot;:&quot;LastModifiedDate&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Last Modified Date&quot;}],&quot;lookupIdApiName&quot;:&quot;LastModifiedById&quot;,&quot;required&quot;:false,&quot;sortable&quot;:false}]}],&quot;rows&quot;:1,&quot;useHeading&quot;:false},{&quot;collapsible&quot;:false,&quot;columns&quot;:1,&quot;heading&quot;:&quot;Description Information&quot;,&quot;id&quot;:&quot;01BB0000002rP3NMAU&quot;,&quot;layoutRows&quot;:[{&quot;layoutItems&quot;:[{&quot;editableForNew&quot;:true,&quot;editableForUpdate&quot;:true,&quot;label&quot;:&quot;Description&quot;,&quot;layoutComponents&quot;:[{&quot;apiName&quot;:&quot;Description&quot;,&quot;componentType&quot;:&quot;Field&quot;,&quot;label&quot;:&quot;Description&quot;}],&quot;lookupIdApiName&quot;:null,&quot;required&quot;:false,&quot;sortable&quot;:false}]}],&quot;rows&quot;:1,&quot;useHeading&quot;:false}]}}}}},&quot;objectInfos&quot;:{&quot;Group&quot;:{&quot;apiName&quot;:&quot;Group&quot;,&quot;associateEntityType&quot;:null,&quot;associateParentEntity&quot;:null,&quot;childRelationships&quot;:[{&quot;childObjectApiName&quot;:&quot;GroupMember&quot;,&quot;fieldName&quot;:&quot;GroupId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;GroupMembers&quot;},{&quot;childObjectApiName&quot;:&quot;QueueSobject&quot;,&quot;fieldName&quot;:&quot;QueueId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;QueueSobjects&quot;},{&quot;childObjectApiName&quot;:&quot;User&quot;,&quot;fieldName&quot;:&quot;DelegatedApproverId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;DelegatedUsers&quot;}],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;defaultRecordTypeId&quot;:null,&quot;deletable&quot;:true,&quot;dependentFields&quot;:{},&quot;eTag&quot;:&quot;7c2efbc357f16e2ce94a601b6724e2e0&quot;,&quot;feedEnabled&quot;:false,&quot;fields&quot;:{&quot;CreatedById&quot;:{&quot;apiName&quot;:&quot;CreatedById&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Created By ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;User&quot;,&quot;nameFields&quot;:[&quot;FirstName&quot;,&quot;LastName&quot;,&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;CreatedBy&quot;,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;CreatedDate&quot;:{&quot;apiName&quot;:&quot;CreatedDate&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;DateTime&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Created Date&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;DeveloperName&quot;:{&quot;apiName&quot;:&quot;DeveloperName&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Developer Name&quot;,&quot;length&quot;:80,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;DoesIncludeBosses&quot;:{&quot;apiName&quot;:&quot;DoesIncludeBosses&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Include Bosses&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;DoesSendEmailToMembers&quot;:{&quot;apiName&quot;:&quot;DoesSendEmailToMembers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Send Email to Members&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Email&quot;:{&quot;apiName&quot;:&quot;Email&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Email&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Email&quot;,&quot;length&quot;:255,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Id&quot;:{&quot;apiName&quot;:&quot;Id&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Group ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;LastModifiedById&quot;:{&quot;apiName&quot;:&quot;LastModifiedById&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Last Modified By ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;User&quot;,&quot;nameFields&quot;:[&quot;FirstName&quot;,&quot;LastName&quot;,&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;LastModifiedBy&quot;,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;LastModifiedDate&quot;:{&quot;apiName&quot;:&quot;LastModifiedDate&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;DateTime&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Last Modified Date&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;Name&quot;:{&quot;apiName&quot;:&quot;Name&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Name&quot;,&quot;length&quot;:40,&quot;nameField&quot;:true,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;OwnerId&quot;:{&quot;apiName&quot;:&quot;OwnerId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Owner ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:true,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;Organization&quot;,&quot;nameFields&quot;:[&quot;Name&quot;]},{&quot;apiName&quot;:&quot;User&quot;,&quot;nameFields&quot;:[&quot;FirstName&quot;,&quot;LastName&quot;,&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;Owner&quot;,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;RelatedId&quot;:{&quot;apiName&quot;:&quot;RelatedId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Related ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:true,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;User&quot;,&quot;nameFields&quot;:[&quot;FirstName&quot;,&quot;LastName&quot;,&quot;Name&quot;]},{&quot;apiName&quot;:&quot;UserRole&quot;,&quot;nameFields&quot;:[&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;Related&quot;,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:true,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;SystemModstamp&quot;:{&quot;apiName&quot;:&quot;SystemModstamp&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;DateTime&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;System Modstamp&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;Type&quot;:{&quot;apiName&quot;:&quot;Type&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Picklist&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Type&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false}},&quot;keyPrefix&quot;:&quot;00G&quot;,&quot;label&quot;:&quot;Group&quot;,&quot;labelPlural&quot;:&quot;Group&quot;,&quot;layoutable&quot;:false,&quot;mruEnabled&quot;:false,&quot;nameFields&quot;:[&quot;Name&quot;],&quot;queryable&quot;:true,&quot;recordTypeInfos&quot;:{},&quot;searchable&quot;:true,&quot;themeInfo&quot;:{&quot;color&quot;:&quot;1B96FF&quot;,&quot;iconUrl&quot;:&quot;https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/orders_120.png&quot;},&quot;updateable&quot;:true},&quot;Lead&quot;:{&quot;apiName&quot;:&quot;Lead&quot;,&quot;associateEntityType&quot;:null,&quot;associateParentEntity&quot;:null,&quot;childRelationships&quot;:[{&quot;childObjectApiName&quot;:&quot;AcceptedEventRelation&quot;,&quot;fieldName&quot;:&quot;RelationId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;AcceptedEventRelations&quot;},{&quot;childObjectApiName&quot;:&quot;ActivityHistory&quot;,&quot;fieldName&quot;:&quot;WhoId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;ActivityHistories&quot;},{&quot;childObjectApiName&quot;:&quot;AttachedContentDocument&quot;,&quot;fieldName&quot;:&quot;LinkedEntityId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;AttachedContentDocuments&quot;},{&quot;childObjectApiName&quot;:&quot;Attachment&quot;,&quot;fieldName&quot;:&quot;ParentId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;Attachments&quot;},{&quot;childObjectApiName&quot;:&quot;CampaignMember&quot;,&quot;fieldName&quot;:&quot;LeadId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;CampaignMembers&quot;},{&quot;childObjectApiName&quot;:&quot;CleanInfo&quot;,&quot;fieldName&quot;:&quot;TargetEntityId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;CleanInfos&quot;},{&quot;childObjectApiName&quot;:&quot;CollaborationGroupRecord&quot;,&quot;fieldName&quot;:&quot;RecordId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;RecordAssociatedGroups&quot;},{&quot;childObjectApiName&quot;:&quot;CombinedAttachment&quot;,&quot;fieldName&quot;:&quot;ParentId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;CombinedAttachments&quot;},{&quot;childObjectApiName&quot;:&quot;ContactRequest&quot;,&quot;fieldName&quot;:&quot;WhoId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;ContactRequests&quot;},{&quot;childObjectApiName&quot;:&quot;ContentDocumentLink&quot;,&quot;fieldName&quot;:&quot;LinkedEntityId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;ContentDocumentLinks&quot;},{&quot;childObjectApiName&quot;:&quot;DeclinedEventRelation&quot;,&quot;fieldName&quot;:&quot;RelationId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;DeclinedEventRelations&quot;},{&quot;childObjectApiName&quot;:&quot;DuplicateRecordItem&quot;,&quot;fieldName&quot;:&quot;RecordId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;DuplicateRecordItems&quot;},{&quot;childObjectApiName&quot;:&quot;EmailMessageRelation&quot;,&quot;fieldName&quot;:&quot;RelationId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;EmailMessageRelations&quot;},{&quot;childObjectApiName&quot;:&quot;EmailStatus&quot;,&quot;fieldName&quot;:&quot;WhoId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;EmailStatuses&quot;},{&quot;childObjectApiName&quot;:&quot;EntitySubscription&quot;,&quot;fieldName&quot;:&quot;ParentId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;FeedSubscriptionsForEntity&quot;},{&quot;childObjectApiName&quot;:&quot;Event&quot;,&quot;fieldName&quot;:&quot;WhoId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;Events&quot;},{&quot;childObjectApiName&quot;:&quot;EventRelation&quot;,&quot;fieldName&quot;:&quot;RelationId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;EventRelations&quot;},{&quot;childObjectApiName&quot;:&quot;FlowOrchestrationWorkItem&quot;,&quot;fieldName&quot;:&quot;RelatedRecordId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;FlowOrchestrationWorkItems&quot;},{&quot;childObjectApiName&quot;:&quot;LeadCleanInfo&quot;,&quot;fieldName&quot;:&quot;LeadId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;LeadCleanInfos&quot;},{&quot;childObjectApiName&quot;:&quot;LeadFeed&quot;,&quot;fieldName&quot;:&quot;ParentId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;Feeds&quot;},{&quot;childObjectApiName&quot;:&quot;LeadHistory&quot;,&quot;fieldName&quot;:&quot;LeadId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;Histories&quot;},{&quot;childObjectApiName&quot;:&quot;LeadShare&quot;,&quot;fieldName&quot;:&quot;LeadId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;Shares&quot;},{&quot;childObjectApiName&quot;:&quot;ListEmailIndividualRecipient&quot;,&quot;fieldName&quot;:&quot;RecipientId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;ListEmailIndividualRecipients&quot;},{&quot;childObjectApiName&quot;:&quot;ListEmailSentResult&quot;,&quot;fieldName&quot;:&quot;RecipientId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;ListEmailRecipients&quot;},{&quot;childObjectApiName&quot;:&quot;NetworkActivityAudit&quot;,&quot;fieldName&quot;:&quot;ParentEntityId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;ParentEntities&quot;},{&quot;childObjectApiName&quot;:&quot;Note&quot;,&quot;fieldName&quot;:&quot;ParentId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;Notes&quot;},{&quot;childObjectApiName&quot;:&quot;NoteAndAttachment&quot;,&quot;fieldName&quot;:&quot;ParentId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;NotesAndAttachments&quot;},{&quot;childObjectApiName&quot;:&quot;OpenActivity&quot;,&quot;fieldName&quot;:&quot;WhoId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;OpenActivities&quot;},{&quot;childObjectApiName&quot;:&quot;OutgoingEmailRelation&quot;,&quot;fieldName&quot;:&quot;RelationId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;OutgoingEmailRelations&quot;},{&quot;childObjectApiName&quot;:&quot;ProcessInstance&quot;,&quot;fieldName&quot;:&quot;TargetObjectId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;ProcessInstances&quot;},{&quot;childObjectApiName&quot;:&quot;ProcessInstanceHistory&quot;,&quot;fieldName&quot;:&quot;TargetObjectId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;ProcessSteps&quot;},{&quot;childObjectApiName&quot;:&quot;RecordAction&quot;,&quot;fieldName&quot;:&quot;RecordId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;RecordActions&quot;},{&quot;childObjectApiName&quot;:&quot;RecordActionHistory&quot;,&quot;fieldName&quot;:&quot;ParentRecordId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;RecordActionHistories&quot;},{&quot;childObjectApiName&quot;:&quot;Task&quot;,&quot;fieldName&quot;:&quot;WhoId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;Tasks&quot;},{&quot;childObjectApiName&quot;:&quot;TopicAssignment&quot;,&quot;fieldName&quot;:&quot;EntityId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;TopicAssignments&quot;},{&quot;childObjectApiName&quot;:&quot;UndecidedEventRelation&quot;,&quot;fieldName&quot;:&quot;RelationId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;UndecidedEventRelations&quot;},{&quot;childObjectApiName&quot;:&quot;UserEmailPreferredPerson&quot;,&quot;fieldName&quot;:&quot;PersonRecordId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;PersonRecord&quot;}],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;defaultRecordTypeId&quot;:&quot;012000000000000AAA&quot;,&quot;deletable&quot;:true,&quot;dependentFields&quot;:{},&quot;eTag&quot;:&quot;36ee19b8151a3359e045a269024228ee&quot;,&quot;feedEnabled&quot;:true,&quot;fields&quot;:{&quot;Address&quot;:{&quot;apiName&quot;:&quot;Address&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:true,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Address&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Address&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;AnnualRevenue&quot;:{&quot;apiName&quot;:&quot;AnnualRevenue&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Currency&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Annual Revenue&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:18,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;City&quot;:{&quot;apiName&quot;:&quot;City&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;City&quot;,&quot;compoundFieldName&quot;:&quot;Address&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;City&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;CleanStatus&quot;:{&quot;apiName&quot;:&quot;CleanStatus&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Picklist&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Clean Status&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;CloneSourceId&quot;:{&quot;apiName&quot;:&quot;CloneSourceId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Clone Source&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;Company&quot;:{&quot;apiName&quot;:&quot;Company&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Company&quot;,&quot;length&quot;:255,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;CompanyDunsNumber&quot;:{&quot;apiName&quot;:&quot;CompanyDunsNumber&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Company D-U-N-S Number&quot;,&quot;length&quot;:9,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;ConvertedAccountId&quot;:{&quot;apiName&quot;:&quot;ConvertedAccountId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Converted Account ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;Account&quot;,&quot;nameFields&quot;:[&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;ConvertedAccount&quot;,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:true,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;ConvertedContactId&quot;:{&quot;apiName&quot;:&quot;ConvertedContactId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Converted Contact ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;Contact&quot;,&quot;nameFields&quot;:[&quot;FirstName&quot;,&quot;LastName&quot;,&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;ConvertedContact&quot;,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:true,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;ConvertedDate&quot;:{&quot;apiName&quot;:&quot;ConvertedDate&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Date&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Converted Date&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;ConvertedOpportunityId&quot;:{&quot;apiName&quot;:&quot;ConvertedOpportunityId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Converted Opportunity ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;Opportunity&quot;,&quot;nameFields&quot;:[&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;ConvertedOpportunity&quot;,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:true,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;Country&quot;:{&quot;apiName&quot;:&quot;Country&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;Country&quot;,&quot;compoundFieldName&quot;:&quot;Address&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Country&quot;,&quot;length&quot;:80,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;CreatedById&quot;:{&quot;apiName&quot;:&quot;CreatedById&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Created By ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;User&quot;,&quot;nameFields&quot;:[&quot;FirstName&quot;,&quot;LastName&quot;,&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;CreatedBy&quot;,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;CreatedDate&quot;:{&quot;apiName&quot;:&quot;CreatedDate&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;DateTime&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Created Date&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;CurrentGenerators__c&quot;:{&quot;apiName&quot;:&quot;CurrentGenerators__c&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:true,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Current Generator(s)&quot;,&quot;length&quot;:100,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;DandbCompanyId&quot;:{&quot;apiName&quot;:&quot;DandbCompanyId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;D\u0026amp;B Company ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;DandBCompany&quot;,&quot;nameFields&quot;:[&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;DandbCompany&quot;,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:true,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Description&quot;:{&quot;apiName&quot;:&quot;Description&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;TextArea&quot;,&quot;extraTypeInfo&quot;:&quot;PlainTextArea&quot;,&quot;filterable&quot;:false,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Description&quot;,&quot;length&quot;:32000,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Email&quot;:{&quot;apiName&quot;:&quot;Email&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Email&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Email&quot;,&quot;length&quot;:80,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;EmailBouncedDate&quot;:{&quot;apiName&quot;:&quot;EmailBouncedDate&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;DateTime&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Email Bounced Date&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;EmailBouncedReason&quot;:{&quot;apiName&quot;:&quot;EmailBouncedReason&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Email Bounced Reason&quot;,&quot;length&quot;:255,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Fax&quot;:{&quot;apiName&quot;:&quot;Fax&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Phone&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Fax&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;FirstName&quot;:{&quot;apiName&quot;:&quot;FirstName&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;FirstName&quot;,&quot;compoundFieldName&quot;:&quot;Name&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:&quot;PersonName&quot;,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;First Name&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;GeocodeAccuracy&quot;:{&quot;apiName&quot;:&quot;GeocodeAccuracy&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;GeocodeAccuracy&quot;,&quot;compoundFieldName&quot;:&quot;Address&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Picklist&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Geocode Accuracy&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Id&quot;:{&quot;apiName&quot;:&quot;Id&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Lead ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;IndividualId&quot;:{&quot;apiName&quot;:&quot;IndividualId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Individual ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;Individual&quot;,&quot;nameFields&quot;:[&quot;FirstName&quot;,&quot;LastName&quot;,&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;Individual&quot;,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:true,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Industry&quot;:{&quot;apiName&quot;:&quot;Industry&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Picklist&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Industry&quot;,&quot;length&quot;:255,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;IsConverted&quot;:{&quot;apiName&quot;:&quot;IsConverted&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Converted&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;IsDeleted&quot;:{&quot;apiName&quot;:&quot;IsDeleted&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Deleted&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;IsUnreadByOwner&quot;:{&quot;apiName&quot;:&quot;IsUnreadByOwner&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Unread By Owner&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Jigsaw&quot;:{&quot;apiName&quot;:&quot;Jigsaw&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Data.com Key&quot;,&quot;length&quot;:20,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;JigsawContactId&quot;:{&quot;apiName&quot;:&quot;JigsawContactId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Jigsaw Contact ID&quot;,&quot;length&quot;:20,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:&quot;JigsawContact&quot;,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;LastActivityDate&quot;:{&quot;apiName&quot;:&quot;LastActivityDate&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Date&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Last Activity&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;LastModifiedById&quot;:{&quot;apiName&quot;:&quot;LastModifiedById&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Last Modified By ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;User&quot;,&quot;nameFields&quot;:[&quot;FirstName&quot;,&quot;LastName&quot;,&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;LastModifiedBy&quot;,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;LastModifiedDate&quot;:{&quot;apiName&quot;:&quot;LastModifiedDate&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;DateTime&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Last Modified Date&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;LastName&quot;:{&quot;apiName&quot;:&quot;LastName&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;LastName&quot;,&quot;compoundFieldName&quot;:&quot;Name&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:&quot;PersonName&quot;,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Last Name&quot;,&quot;length&quot;:80,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;LastReferencedDate&quot;:{&quot;apiName&quot;:&quot;LastReferencedDate&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;DateTime&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Last Referenced Date&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;LastViewedDate&quot;:{&quot;apiName&quot;:&quot;LastViewedDate&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;DateTime&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Last Viewed Date&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;Latitude&quot;:{&quot;apiName&quot;:&quot;Latitude&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;Latitude&quot;,&quot;compoundFieldName&quot;:&quot;Address&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Double&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Latitude&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:18,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:15,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;LeadSource&quot;:{&quot;apiName&quot;:&quot;LeadSource&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Picklist&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Lead Source&quot;,&quot;length&quot;:255,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Longitude&quot;:{&quot;apiName&quot;:&quot;Longitude&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;Longitude&quot;,&quot;compoundFieldName&quot;:&quot;Address&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Double&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Longitude&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:18,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:15,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;MasterRecordId&quot;:{&quot;apiName&quot;:&quot;MasterRecordId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Master Record ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;Lead&quot;,&quot;nameFields&quot;:[&quot;FirstName&quot;,&quot;LastName&quot;,&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;MasterRecord&quot;,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;MobilePhone&quot;:{&quot;apiName&quot;:&quot;MobilePhone&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Phone&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Mobile Phone&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Name&quot;:{&quot;apiName&quot;:&quot;Name&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:true,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:&quot;PersonName&quot;,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Full Name&quot;,&quot;length&quot;:121,&quot;nameField&quot;:true,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;NumberOfEmployees&quot;:{&quot;apiName&quot;:&quot;NumberOfEmployees&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Int&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Employees&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;NumberofLocations__c&quot;:{&quot;apiName&quot;:&quot;NumberofLocations__c&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:true,&quot;dataType&quot;:&quot;Double&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Number of Locations&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:3,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;OwnerId&quot;:{&quot;apiName&quot;:&quot;OwnerId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Owner ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:true,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;Group&quot;,&quot;nameFields&quot;:[&quot;Name&quot;]},{&quot;apiName&quot;:&quot;User&quot;,&quot;nameFields&quot;:[&quot;FirstName&quot;,&quot;LastName&quot;,&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;Owner&quot;,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Phone&quot;:{&quot;apiName&quot;:&quot;Phone&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Phone&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Phone&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;PhotoUrl&quot;:{&quot;apiName&quot;:&quot;PhotoUrl&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Url&quot;,&quot;extraTypeInfo&quot;:&quot;ImageUrl&quot;,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Photo URL&quot;,&quot;length&quot;:255,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;PostalCode&quot;:{&quot;apiName&quot;:&quot;PostalCode&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;PostalCode&quot;,&quot;compoundFieldName&quot;:&quot;Address&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Zip/Postal Code&quot;,&quot;length&quot;:20,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Primary__c&quot;:{&quot;apiName&quot;:&quot;Primary__c&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:true,&quot;dataType&quot;:&quot;Picklist&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Primary&quot;,&quot;length&quot;:255,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;ProductInterest__c&quot;:{&quot;apiName&quot;:&quot;ProductInterest__c&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:true,&quot;dataType&quot;:&quot;Picklist&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Product Interest&quot;,&quot;length&quot;:255,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Rating&quot;:{&quot;apiName&quot;:&quot;Rating&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Picklist&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Rating&quot;,&quot;length&quot;:255,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;SICCode__c&quot;:{&quot;apiName&quot;:&quot;SICCode__c&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:true,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;SIC Code&quot;,&quot;length&quot;:15,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Salutation&quot;:{&quot;apiName&quot;:&quot;Salutation&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;Salutation&quot;,&quot;compoundFieldName&quot;:&quot;Name&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Picklist&quot;,&quot;extraTypeInfo&quot;:&quot;PersonName&quot;,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Salutation&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;State&quot;:{&quot;apiName&quot;:&quot;State&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;State&quot;,&quot;compoundFieldName&quot;:&quot;Address&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;State/Province&quot;,&quot;length&quot;:80,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Status&quot;:{&quot;apiName&quot;:&quot;Status&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Picklist&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Status&quot;,&quot;length&quot;:255,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Street&quot;:{&quot;apiName&quot;:&quot;Street&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;Street&quot;,&quot;compoundFieldName&quot;:&quot;Address&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;TextArea&quot;,&quot;extraTypeInfo&quot;:&quot;PlainTextArea&quot;,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Street&quot;,&quot;length&quot;:255,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;SystemModstamp&quot;:{&quot;apiName&quot;:&quot;SystemModstamp&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;DateTime&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;System Modstamp&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;Title&quot;:{&quot;apiName&quot;:&quot;Title&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Title&quot;,&quot;length&quot;:128,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Website&quot;:{&quot;apiName&quot;:&quot;Website&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Url&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Website&quot;,&quot;length&quot;:255,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true}},&quot;keyPrefix&quot;:&quot;00Q&quot;,&quot;label&quot;:&quot;Lead&quot;,&quot;labelPlural&quot;:&quot;Leads&quot;,&quot;layoutable&quot;:true,&quot;mruEnabled&quot;:true,&quot;nameFields&quot;:[&quot;FirstName&quot;,&quot;LastName&quot;,&quot;Name&quot;],&quot;queryable&quot;:true,&quot;recordTypeInfos&quot;:{&quot;012000000000000AAA&quot;:{&quot;available&quot;:true,&quot;defaultRecordTypeMapping&quot;:true,&quot;master&quot;:true,&quot;name&quot;:&quot;Master&quot;,&quot;recordTypeId&quot;:&quot;012000000000000AAA&quot;}},&quot;searchable&quot;:true,&quot;themeInfo&quot;:{&quot;color&quot;:&quot;1B96FF&quot;,&quot;iconUrl&quot;:&quot;https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png&quot;},&quot;updateable&quot;:true},&quot;Name&quot;:{&quot;apiName&quot;:&quot;Name&quot;,&quot;associateEntityType&quot;:null,&quot;associateParentEntity&quot;:null,&quot;childRelationships&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;defaultRecordTypeId&quot;:null,&quot;deletable&quot;:false,&quot;dependentFields&quot;:{},&quot;eTag&quot;:&quot;573f4fe385d2beee7dae9c908017b144&quot;,&quot;feedEnabled&quot;:false,&quot;fields&quot;:{&quot;Alias&quot;:{&quot;apiName&quot;:&quot;Alias&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Alias&quot;,&quot;length&quot;:8,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;CommunityNickname&quot;:{&quot;apiName&quot;:&quot;CommunityNickname&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Nickname&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;Email&quot;:{&quot;apiName&quot;:&quot;Email&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Email&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Email&quot;,&quot;length&quot;:80,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;FirstName&quot;:{&quot;apiName&quot;:&quot;FirstName&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;FirstName&quot;,&quot;compoundFieldName&quot;:&quot;Name&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:&quot;SwitchablePersonName&quot;,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;First Name&quot;,&quot;length&quot;:40,&quot;nameField&quot;:true,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;Id&quot;:{&quot;apiName&quot;:&quot;Id&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;IsActive&quot;:{&quot;apiName&quot;:&quot;IsActive&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Active&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;LastName&quot;:{&quot;apiName&quot;:&quot;LastName&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;LastName&quot;,&quot;compoundFieldName&quot;:&quot;Name&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:&quot;SwitchablePersonName&quot;,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Last Name&quot;,&quot;length&quot;:80,&quot;nameField&quot;:true,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;LastReferencedDate&quot;:{&quot;apiName&quot;:&quot;LastReferencedDate&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;DateTime&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Last Referenced Date&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;LastViewedDate&quot;:{&quot;apiName&quot;:&quot;LastViewedDate&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;DateTime&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Last Viewed Date&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;Name&quot;:{&quot;apiName&quot;:&quot;Name&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:true,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:&quot;Name&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:&quot;SwitchablePersonName&quot;,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Name&quot;,&quot;length&quot;:255,&quot;nameField&quot;:true,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;NameOrAlias&quot;:{&quot;apiName&quot;:&quot;NameOrAlias&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Name or Alias&quot;,&quot;length&quot;:80,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;Phone&quot;:{&quot;apiName&quot;:&quot;Phone&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Phone&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Phone&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;ProfileId&quot;:{&quot;apiName&quot;:&quot;ProfileId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Profile ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;Profile&quot;,&quot;nameFields&quot;:[&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;Profile&quot;,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;RecordTypeId&quot;:{&quot;apiName&quot;:&quot;RecordTypeId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Record Type ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;RecordType&quot;,&quot;nameFields&quot;:[&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;RecordType&quot;,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;Title&quot;:{&quot;apiName&quot;:&quot;Title&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Title&quot;,&quot;length&quot;:80,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;Type&quot;:{&quot;apiName&quot;:&quot;Type&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Picklist&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Type&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;UserRoleId&quot;:{&quot;apiName&quot;:&quot;UserRoleId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Role ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;UserRole&quot;,&quot;nameFields&quot;:[&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;UserRole&quot;,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;Username&quot;:{&quot;apiName&quot;:&quot;Username&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Username&quot;,&quot;length&quot;:80,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false}},&quot;keyPrefix&quot;:null,&quot;label&quot;:&quot;Name&quot;,&quot;labelPlural&quot;:&quot;Names&quot;,&quot;layoutable&quot;:false,&quot;mruEnabled&quot;:false,&quot;nameFields&quot;:[&quot;FirstName&quot;,&quot;LastName&quot;,&quot;Name&quot;],&quot;queryable&quot;:false,&quot;recordTypeInfos&quot;:{},&quot;searchable&quot;:false,&quot;themeInfo&quot;:null,&quot;updateable&quot;:false},&quot;User&quot;:{&quot;apiName&quot;:&quot;User&quot;,&quot;associateEntityType&quot;:null,&quot;associateParentEntity&quot;:null,&quot;childRelationships&quot;:[{&quot;childObjectApiName&quot;:&quot;AcceptedEventRelation&quot;,&quot;fieldName&quot;:&quot;RelationId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;AcceptedEventRelations&quot;},{&quot;childObjectApiName&quot;:&quot;AccountCleanInfo&quot;,&quot;fieldName&quot;:&quot;LastStatusChangedById&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;AccountCleanInfoReviewers&quot;},{&quot;childObjectApiName&quot;:&quot;AnalyticNotification&quot;,&quot;fieldName&quot;:&quot;RunAsId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;AnalyticNotificationRunAsUsers&quot;},{&quot;childObjectApiName&quot;:&quot;AttachedContentDocument&quot;,&quot;fieldName&quot;:&quot;LinkedEntityId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;AttachedContentDocuments&quot;},{&quot;childObjectApiName&quot;:&quot;AuthorizationFormConsent&quot;,&quot;fieldName&quot;:&quot;ConsentGiverId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;AuthorizationFormConsents&quot;},{&quot;childObjectApiName&quot;:&quot;CollaborationGroupMember&quot;,&quot;fieldName&quot;:&quot;MemberId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;GroupMemberships&quot;},{&quot;childObjectApiName&quot;:&quot;CollaborationGroupMemberRequest&quot;,&quot;fieldName&quot;:&quot;RequesterId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;GroupMembershipRequests&quot;},{&quot;childObjectApiName&quot;:&quot;CombinedAttachment&quot;,&quot;fieldName&quot;:&quot;ParentId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;CombinedAttachments&quot;},{&quot;childObjectApiName&quot;:&quot;ContactCleanInfo&quot;,&quot;fieldName&quot;:&quot;LastStatusChangedById&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;ContactCleanInfoReviewers&quot;},{&quot;childObjectApiName&quot;:&quot;ContactRequest&quot;,&quot;fieldName&quot;:&quot;WhoId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;ContactRequests&quot;},{&quot;childObjectApiName&quot;:&quot;ContentDocumentLink&quot;,&quot;fieldName&quot;:&quot;LinkedEntityId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;ContentDocumentLinks&quot;},{&quot;childObjectApiName&quot;:&quot;Contract&quot;,&quot;fieldName&quot;:&quot;CompanySignedId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;ContractsSigned&quot;},{&quot;childObjectApiName&quot;:&quot;DeclinedEventRelation&quot;,&quot;fieldName&quot;:&quot;RelationId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;DeclinedEventRelations&quot;},{&quot;childObjectApiName&quot;:&quot;DelegatedAccount&quot;,&quot;fieldName&quot;:&quot;ManagedById&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;ParentId&quot;},{&quot;childObjectApiName&quot;:&quot;EmailMessageRelation&quot;,&quot;fieldName&quot;:&quot;RelationId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;EmailMessageRelations&quot;},{&quot;childObjectApiName&quot;:&quot;EntitySubscription&quot;,&quot;fieldName&quot;:&quot;ParentId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;FeedSubscriptionsForEntity&quot;},{&quot;childObjectApiName&quot;:&quot;EntitySubscription&quot;,&quot;fieldName&quot;:&quot;SubscriberId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;FeedSubscriptions&quot;},{&quot;childObjectApiName&quot;:&quot;EventRelation&quot;,&quot;fieldName&quot;:&quot;RelationId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;EventRelations&quot;},{&quot;childObjectApiName&quot;:&quot;ExternalDataUserAuth&quot;,&quot;fieldName&quot;:&quot;UserId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;ExternalDataUserAuths&quot;},{&quot;childObjectApiName&quot;:&quot;FlowOrchestrationWorkItem&quot;,&quot;fieldName&quot;:&quot;RelatedRecordId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;FlowOrchestrationWorkItems&quot;},{&quot;childObjectApiName&quot;:&quot;InstalledMobileApp&quot;,&quot;fieldName&quot;:&quot;UserId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;InstalledMobileApps&quot;},{&quot;childObjectApiName&quot;:&quot;LeadCleanInfo&quot;,&quot;fieldName&quot;:&quot;LastStatusChangedById&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;LeadCleanInfoReviewers&quot;},{&quot;childObjectApiName&quot;:&quot;NetworkActivityAudit&quot;,&quot;fieldName&quot;:&quot;EntityCreatedById&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;EntityCreators&quot;},{&quot;childObjectApiName&quot;:&quot;NetworkActivityAudit&quot;,&quot;fieldName&quot;:&quot;ParentEntityId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;ParentEntities&quot;},{&quot;childObjectApiName&quot;:&quot;NetworkMember&quot;,&quot;fieldName&quot;:&quot;MemberId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;NetworkMemberUsers&quot;},{&quot;childObjectApiName&quot;:&quot;NetworkUserHistoryRecent&quot;,&quot;fieldName&quot;:&quot;NetworkUserId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;NetworkUserHistoryRecentToUser&quot;},{&quot;childObjectApiName&quot;:&quot;OutgoingEmailRelation&quot;,&quot;fieldName&quot;:&quot;RelationId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;OutgoingEmailRelations&quot;},{&quot;childObjectApiName&quot;:&quot;OwnedContentDocument&quot;,&quot;fieldName&quot;:&quot;OwnerId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;OwnedContentDocuments&quot;},{&quot;childObjectApiName&quot;:&quot;PermissionSetAssignment&quot;,&quot;fieldName&quot;:&quot;AssigneeId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;PermissionSetAssignments&quot;},{&quot;childObjectApiName&quot;:&quot;PermissionSetLicenseAssign&quot;,&quot;fieldName&quot;:&quot;AssigneeId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;PermissionSetLicenseAssignments&quot;},{&quot;childObjectApiName&quot;:&quot;Photo&quot;,&quot;fieldName&quot;:&quot;ParentId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;Photos&quot;},{&quot;childObjectApiName&quot;:&quot;ProfileSkillEndorsement&quot;,&quot;fieldName&quot;:&quot;UserId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;UserProfileSkillUserEndorsements&quot;},{&quot;childObjectApiName&quot;:&quot;ProfileSkillUser&quot;,&quot;fieldName&quot;:&quot;UserId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;UserProfileSkillChildren&quot;},{&quot;childObjectApiName&quot;:&quot;RecordAction&quot;,&quot;fieldName&quot;:&quot;RecordId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;RecordActions&quot;},{&quot;childObjectApiName&quot;:&quot;RecordActionHistory&quot;,&quot;fieldName&quot;:&quot;ParentRecordId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;RecordActionHistories&quot;},{&quot;childObjectApiName&quot;:&quot;SessionPermSetActivation&quot;,&quot;fieldName&quot;:&quot;UserId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;SessionPermSetActivations&quot;},{&quot;childObjectApiName&quot;:&quot;Site&quot;,&quot;fieldName&quot;:&quot;AdminId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;UserSites&quot;},{&quot;childObjectApiName&quot;:&quot;UndecidedEventRelation&quot;,&quot;fieldName&quot;:&quot;RelationId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;UndecidedEventRelations&quot;},{&quot;childObjectApiName&quot;:&quot;User&quot;,&quot;fieldName&quot;:&quot;DelegatedApproverId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;DelegatedUsers&quot;},{&quot;childObjectApiName&quot;:&quot;User&quot;,&quot;fieldName&quot;:&quot;ManagerId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;ManagedUsers&quot;},{&quot;childObjectApiName&quot;:&quot;UserEmailPreferredPerson&quot;,&quot;fieldName&quot;:&quot;PersonRecordId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;PersonRecord&quot;},{&quot;childObjectApiName&quot;:&quot;UserEntityAccess&quot;,&quot;fieldName&quot;:&quot;UserId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;UserEntityAccessRights&quot;},{&quot;childObjectApiName&quot;:&quot;UserFeed&quot;,&quot;fieldName&quot;:&quot;ParentId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;Feeds&quot;},{&quot;childObjectApiName&quot;:&quot;UserFieldAccess&quot;,&quot;fieldName&quot;:&quot;UserId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;UserFieldAccessRights&quot;},{&quot;childObjectApiName&quot;:&quot;UserPreference&quot;,&quot;fieldName&quot;:&quot;UserId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;UserPreferences&quot;},{&quot;childObjectApiName&quot;:&quot;UserShare&quot;,&quot;fieldName&quot;:&quot;UserId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;Shares&quot;},{&quot;childObjectApiName&quot;:&quot;WorkBadge&quot;,&quot;fieldName&quot;:&quot;RecipientId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;Badges&quot;},{&quot;childObjectApiName&quot;:&quot;WorkThanks&quot;,&quot;fieldName&quot;:&quot;GiverId&quot;,&quot;junctionIdListNames&quot;:[],&quot;junctionReferenceTo&quot;:[],&quot;relationshipName&quot;:&quot;GivenThanks&quot;}],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;defaultRecordTypeId&quot;:null,&quot;deletable&quot;:false,&quot;dependentFields&quot;:{},&quot;eTag&quot;:&quot;d448e1084760248d7990ca72c7ab1ef4&quot;,&quot;feedEnabled&quot;:true,&quot;fields&quot;:{&quot;AboutMe&quot;:{&quot;apiName&quot;:&quot;AboutMe&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;TextArea&quot;,&quot;extraTypeInfo&quot;:&quot;PlainTextArea&quot;,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;About Me&quot;,&quot;length&quot;:1000,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;AccountId&quot;:{&quot;apiName&quot;:&quot;AccountId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Account ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;Account&quot;,&quot;nameFields&quot;:[&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;Account&quot;,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:true,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;Address&quot;:{&quot;apiName&quot;:&quot;Address&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:true,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Address&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Address&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;Alias&quot;:{&quot;apiName&quot;:&quot;Alias&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Alias&quot;,&quot;length&quot;:8,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;BadgeText&quot;:{&quot;apiName&quot;:&quot;BadgeText&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;User Photo badge text overlay&quot;,&quot;length&quot;:80,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;BannerPhotoId&quot;:{&quot;apiName&quot;:&quot;BannerPhotoId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Photo ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;Photo&quot;,&quot;nameFields&quot;:[]}],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;BannerPhotoUrl&quot;:{&quot;apiName&quot;:&quot;BannerPhotoUrl&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Url&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Url for banner photo&quot;,&quot;length&quot;:1024,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;CallCenterId&quot;:{&quot;apiName&quot;:&quot;CallCenterId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Call Center ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;CallCenter&quot;,&quot;nameFields&quot;:[&quot;Name&quot;]}],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;City&quot;:{&quot;apiName&quot;:&quot;City&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;City&quot;,&quot;compoundFieldName&quot;:&quot;Address&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;City&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;CommunityNickname&quot;:{&quot;apiName&quot;:&quot;CommunityNickname&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Nickname&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;CompanyName&quot;:{&quot;apiName&quot;:&quot;CompanyName&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Company Name&quot;,&quot;length&quot;:80,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;ContactId&quot;:{&quot;apiName&quot;:&quot;ContactId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Contact ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;Contact&quot;,&quot;nameFields&quot;:[&quot;FirstName&quot;,&quot;LastName&quot;,&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;Contact&quot;,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:true,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Country&quot;:{&quot;apiName&quot;:&quot;Country&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;Country&quot;,&quot;compoundFieldName&quot;:&quot;Address&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Country&quot;,&quot;length&quot;:80,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;CreatedById&quot;:{&quot;apiName&quot;:&quot;CreatedById&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Created By ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;User&quot;,&quot;nameFields&quot;:[&quot;FirstName&quot;,&quot;LastName&quot;,&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;CreatedBy&quot;,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;CreatedDate&quot;:{&quot;apiName&quot;:&quot;CreatedDate&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;DateTime&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Created Date&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;DefaultGroupNotificationFrequency&quot;:{&quot;apiName&quot;:&quot;DefaultGroupNotificationFrequency&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Picklist&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Default Notification Frequency when Joining Groups&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;DelegatedApproverId&quot;:{&quot;apiName&quot;:&quot;DelegatedApproverId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Delegated Approver ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:true,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;Group&quot;,&quot;nameFields&quot;:[&quot;Name&quot;]},{&quot;apiName&quot;:&quot;User&quot;,&quot;nameFields&quot;:[&quot;FirstName&quot;,&quot;LastName&quot;,&quot;Name&quot;]}],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Department&quot;:{&quot;apiName&quot;:&quot;Department&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Department&quot;,&quot;length&quot;:80,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;DigestFrequency&quot;:{&quot;apiName&quot;:&quot;DigestFrequency&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Picklist&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Chatter Email Highlights Frequency&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Division&quot;:{&quot;apiName&quot;:&quot;Division&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Division&quot;,&quot;length&quot;:80,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Email&quot;:{&quot;apiName&quot;:&quot;Email&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Email&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Email&quot;,&quot;length&quot;:128,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;EmailEncodingKey&quot;:{&quot;apiName&quot;:&quot;EmailEncodingKey&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Picklist&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Email Encoding&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;EmailPreferencesAutoBcc&quot;:{&quot;apiName&quot;:&quot;EmailPreferencesAutoBcc&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;AutoBcc&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;EmailPreferencesAutoBccStayInTouch&quot;:{&quot;apiName&quot;:&quot;EmailPreferencesAutoBccStayInTouch&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;AutoBccStayInTouch&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;EmailPreferencesStayInTouchReminder&quot;:{&quot;apiName&quot;:&quot;EmailPreferencesStayInTouchReminder&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;StayInTouchReminder&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;EmployeeNumber&quot;:{&quot;apiName&quot;:&quot;EmployeeNumber&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Employee Number&quot;,&quot;length&quot;:20,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Extension&quot;:{&quot;apiName&quot;:&quot;Extension&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Phone&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Extension&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Fax&quot;:{&quot;apiName&quot;:&quot;Fax&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Phone&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Fax&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;FederationIdentifier&quot;:{&quot;apiName&quot;:&quot;FederationIdentifier&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;SAML Federation ID&quot;,&quot;length&quot;:512,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;FirstName&quot;:{&quot;apiName&quot;:&quot;FirstName&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;FirstName&quot;,&quot;compoundFieldName&quot;:&quot;Name&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:&quot;PersonName&quot;,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;First Name&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;ForecastEnabled&quot;:{&quot;apiName&quot;:&quot;ForecastEnabled&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Allow Forecasting&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;FullPhotoUrl&quot;:{&quot;apiName&quot;:&quot;FullPhotoUrl&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Url&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Url for full-sized Photo&quot;,&quot;length&quot;:1024,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;GeocodeAccuracy&quot;:{&quot;apiName&quot;:&quot;GeocodeAccuracy&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;GeocodeAccuracy&quot;,&quot;compoundFieldName&quot;:&quot;Address&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Picklist&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Geocode Accuracy&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Id&quot;:{&quot;apiName&quot;:&quot;Id&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;User ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;IndividualId&quot;:{&quot;apiName&quot;:&quot;IndividualId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Individual ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;Individual&quot;,&quot;nameFields&quot;:[&quot;FirstName&quot;,&quot;LastName&quot;,&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;Individual&quot;,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:true,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;IsActive&quot;:{&quot;apiName&quot;:&quot;IsActive&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Active&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;IsExtIndicatorVisible&quot;:{&quot;apiName&quot;:&quot;IsExtIndicatorVisible&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Show external indicator&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;IsPortalEnabled&quot;:{&quot;apiName&quot;:&quot;IsPortalEnabled&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Is Portal Enabled&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;IsProfilePhotoActive&quot;:{&quot;apiName&quot;:&quot;IsProfilePhotoActive&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Has Profile Photo&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;JigsawImportLimitOverride&quot;:{&quot;apiName&quot;:&quot;JigsawImportLimitOverride&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Int&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Data.com Monthly Addition Limit&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;LanguageLocaleKey&quot;:{&quot;apiName&quot;:&quot;LanguageLocaleKey&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Picklist&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Language&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;LastLoginDate&quot;:{&quot;apiName&quot;:&quot;LastLoginDate&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;DateTime&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Last Login&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;LastModifiedById&quot;:{&quot;apiName&quot;:&quot;LastModifiedById&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Last Modified By ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;User&quot;,&quot;nameFields&quot;:[&quot;FirstName&quot;,&quot;LastName&quot;,&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;LastModifiedBy&quot;,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;LastModifiedDate&quot;:{&quot;apiName&quot;:&quot;LastModifiedDate&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;DateTime&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Last Modified Date&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;LastName&quot;:{&quot;apiName&quot;:&quot;LastName&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;LastName&quot;,&quot;compoundFieldName&quot;:&quot;Name&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:&quot;PersonName&quot;,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Last Name&quot;,&quot;length&quot;:80,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;LastPasswordChangeDate&quot;:{&quot;apiName&quot;:&quot;LastPasswordChangeDate&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;DateTime&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Last Password Change or Reset&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;LastReferencedDate&quot;:{&quot;apiName&quot;:&quot;LastReferencedDate&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;DateTime&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Last Referenced Date&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;LastViewedDate&quot;:{&quot;apiName&quot;:&quot;LastViewedDate&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;DateTime&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Last Viewed Date&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;Latitude&quot;:{&quot;apiName&quot;:&quot;Latitude&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;Latitude&quot;,&quot;compoundFieldName&quot;:&quot;Address&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Double&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Latitude&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:18,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:15,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;LocaleSidKey&quot;:{&quot;apiName&quot;:&quot;LocaleSidKey&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Picklist&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Locale&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Longitude&quot;:{&quot;apiName&quot;:&quot;Longitude&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;Longitude&quot;,&quot;compoundFieldName&quot;:&quot;Address&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Double&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Longitude&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:18,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:15,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;ManagerId&quot;:{&quot;apiName&quot;:&quot;ManagerId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Manager ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;User&quot;,&quot;nameFields&quot;:[&quot;FirstName&quot;,&quot;LastName&quot;,&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;Manager&quot;,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:true,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;MediumBannerPhotoUrl&quot;:{&quot;apiName&quot;:&quot;MediumBannerPhotoUrl&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Url&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Url for Android banner photo&quot;,&quot;length&quot;:1024,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;MediumPhotoUrl&quot;:{&quot;apiName&quot;:&quot;MediumPhotoUrl&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Url&quot;,&quot;extraTypeInfo&quot;:&quot;ImageUrl&quot;,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Url for medium profile photo&quot;,&quot;length&quot;:1024,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;MobilePhone&quot;:{&quot;apiName&quot;:&quot;MobilePhone&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Phone&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Mobile&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Name&quot;:{&quot;apiName&quot;:&quot;Name&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:true,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:&quot;PersonName&quot;,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Full Name&quot;,&quot;length&quot;:121,&quot;nameField&quot;:true,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;NumberOfFailedLogins&quot;:{&quot;apiName&quot;:&quot;NumberOfFailedLogins&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Int&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Failed Login Attempts&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;OfflinePdaTrialExpirationDate&quot;:{&quot;apiName&quot;:&quot;OfflinePdaTrialExpirationDate&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;DateTime&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Sales Anywhere Trial Expiration Date&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;OfflineTrialExpirationDate&quot;:{&quot;apiName&quot;:&quot;OfflineTrialExpirationDate&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;DateTime&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Offline Edition Trial Expiration Date&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;OutOfOfficeMessage&quot;:{&quot;apiName&quot;:&quot;OutOfOfficeMessage&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Out of office message&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;Phone&quot;:{&quot;apiName&quot;:&quot;Phone&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Phone&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Phone&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;PortalRole&quot;:{&quot;apiName&quot;:&quot;PortalRole&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Picklist&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Portal Role Level&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;PostalCode&quot;:{&quot;apiName&quot;:&quot;PostalCode&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;PostalCode&quot;,&quot;compoundFieldName&quot;:&quot;Address&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Zip/Postal Code&quot;,&quot;length&quot;:20,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;ProfileId&quot;:{&quot;apiName&quot;:&quot;ProfileId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Profile ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;Profile&quot;,&quot;nameFields&quot;:[&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;Profile&quot;,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:true,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;ProfilePhotoId&quot;:{&quot;apiName&quot;:&quot;ProfilePhotoId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Photo ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;Photo&quot;,&quot;nameFields&quot;:[]}],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;ReceivesAdminInfoEmails&quot;:{&quot;apiName&quot;:&quot;ReceivesAdminInfoEmails&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Admin Info Emails&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;ReceivesInfoEmails&quot;:{&quot;apiName&quot;:&quot;ReceivesInfoEmails&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Info Emails&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;SenderEmail&quot;:{&quot;apiName&quot;:&quot;SenderEmail&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Email&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Email Sender Address&quot;,&quot;length&quot;:80,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;SenderName&quot;:{&quot;apiName&quot;:&quot;SenderName&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Email Sender Name&quot;,&quot;length&quot;:80,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Signature&quot;:{&quot;apiName&quot;:&quot;Signature&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;TextArea&quot;,&quot;extraTypeInfo&quot;:&quot;PlainTextArea&quot;,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Email Signature&quot;,&quot;length&quot;:1333,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;SmallBannerPhotoUrl&quot;:{&quot;apiName&quot;:&quot;SmallBannerPhotoUrl&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Url&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Url for IOS banner photo&quot;,&quot;length&quot;:1024,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;SmallPhotoUrl&quot;:{&quot;apiName&quot;:&quot;SmallPhotoUrl&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Url&quot;,&quot;extraTypeInfo&quot;:&quot;ImageUrl&quot;,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Photo&quot;,&quot;length&quot;:1024,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;State&quot;:{&quot;apiName&quot;:&quot;State&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;State&quot;,&quot;compoundFieldName&quot;:&quot;Address&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;State/Province&quot;,&quot;length&quot;:80,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;StayInTouchNote&quot;:{&quot;apiName&quot;:&quot;StayInTouchNote&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Stay-in-Touch Email Note&quot;,&quot;length&quot;:512,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;StayInTouchSignature&quot;:{&quot;apiName&quot;:&quot;StayInTouchSignature&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;TextArea&quot;,&quot;extraTypeInfo&quot;:&quot;PlainTextArea&quot;,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Stay-in-Touch Email Signature&quot;,&quot;length&quot;:512,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;StayInTouchSubject&quot;:{&quot;apiName&quot;:&quot;StayInTouchSubject&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Stay-in-Touch Email Subject&quot;,&quot;length&quot;:80,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Street&quot;:{&quot;apiName&quot;:&quot;Street&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:&quot;Street&quot;,&quot;compoundFieldName&quot;:&quot;Address&quot;,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;TextArea&quot;,&quot;extraTypeInfo&quot;:&quot;PlainTextArea&quot;,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Street&quot;,&quot;length&quot;:255,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;SystemModstamp&quot;:{&quot;apiName&quot;:&quot;SystemModstamp&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;DateTime&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;System Modstamp&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;TimeZoneSidKey&quot;:{&quot;apiName&quot;:&quot;TimeZoneSidKey&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Picklist&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Time Zone&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;Title&quot;:{&quot;apiName&quot;:&quot;Title&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Title&quot;,&quot;length&quot;:80,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPermissionsCallCenterAutoLogin&quot;:{&quot;apiName&quot;:&quot;UserPermissionsCallCenterAutoLogin&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Auto-login To Call Center&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPermissionsInteractionUser&quot;:{&quot;apiName&quot;:&quot;UserPermissionsInteractionUser&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Flow User&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPermissionsJigsawProspectingUser&quot;:{&quot;apiName&quot;:&quot;UserPermissionsJigsawProspectingUser&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Data.com User&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPermissionsKnowledgeUser&quot;:{&quot;apiName&quot;:&quot;UserPermissionsKnowledgeUser&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Knowledge User&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPermissionsMarketingUser&quot;:{&quot;apiName&quot;:&quot;UserPermissionsMarketingUser&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Marketing User&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPermissionsOfflineUser&quot;:{&quot;apiName&quot;:&quot;UserPermissionsOfflineUser&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Offline User&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPermissionsSFContentUser&quot;:{&quot;apiName&quot;:&quot;UserPermissionsSFContentUser&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Salesforce CRM Content User&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPermissionsSiteforceContributorUser&quot;:{&quot;apiName&quot;:&quot;UserPermissionsSiteforceContributorUser&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Site.com Contributor User&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPermissionsSiteforcePublisherUser&quot;:{&quot;apiName&quot;:&quot;UserPermissionsSiteforcePublisherUser&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Site.com Publisher User&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPermissionsSupportUser&quot;:{&quot;apiName&quot;:&quot;UserPermissionsSupportUser&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Service Cloud User&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPermissionsWorkDotComUserFeature&quot;:{&quot;apiName&quot;:&quot;UserPermissionsWorkDotComUserFeature&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;WDC User&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesActivityRemindersPopup&quot;:{&quot;apiName&quot;:&quot;UserPreferencesActivityRemindersPopup&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ActivityRemindersPopup&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesApexPagesDeveloperMode&quot;:{&quot;apiName&quot;:&quot;UserPreferencesApexPagesDeveloperMode&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ApexPagesDeveloperMode&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesCacheDiagnostics&quot;:{&quot;apiName&quot;:&quot;UserPreferencesCacheDiagnostics&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;CacheDiagnostics&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesContentEmailAsAndWhen&quot;:{&quot;apiName&quot;:&quot;UserPreferencesContentEmailAsAndWhen&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ContentEmailAsAndWhen&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesContentNoEmail&quot;:{&quot;apiName&quot;:&quot;UserPreferencesContentNoEmail&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ContentNoEmail&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesCreateLEXAppsWTShown&quot;:{&quot;apiName&quot;:&quot;UserPreferencesCreateLEXAppsWTShown&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;CreateLEXAppsWTShown&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesDedupeStorageMigrationComplete&quot;:{&quot;apiName&quot;:&quot;UserPreferencesDedupeStorageMigrationComplete&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;DedupeStorageMigrationComplete&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesDisCommentAfterLikeEmail&quot;:{&quot;apiName&quot;:&quot;UserPreferencesDisCommentAfterLikeEmail&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;DisCommentAfterLikeEmail&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesDisMentionsCommentEmail&quot;:{&quot;apiName&quot;:&quot;UserPreferencesDisMentionsCommentEmail&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;DisMentionsCommentEmail&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesDisProfPostCommentEmail&quot;:{&quot;apiName&quot;:&quot;UserPreferencesDisProfPostCommentEmail&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;DisProfPostCommentEmail&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesDisableAllFeedsEmail&quot;:{&quot;apiName&quot;:&quot;UserPreferencesDisableAllFeedsEmail&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;DisableAllFeedsEmail&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesDisableBookmarkEmail&quot;:{&quot;apiName&quot;:&quot;UserPreferencesDisableBookmarkEmail&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;DisableBookmarkEmail&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesDisableChangeCommentEmail&quot;:{&quot;apiName&quot;:&quot;UserPreferencesDisableChangeCommentEmail&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;DisableChangeCommentEmail&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesDisableEndorsementEmail&quot;:{&quot;apiName&quot;:&quot;UserPreferencesDisableEndorsementEmail&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;DisableEndorsementEmail&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesDisableFileShareNotificationsForApi&quot;:{&quot;apiName&quot;:&quot;UserPreferencesDisableFileShareNotificationsForApi&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;DisableFileShareNotificationsForApi&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesDisableFollowersEmail&quot;:{&quot;apiName&quot;:&quot;UserPreferencesDisableFollowersEmail&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;DisableFollowersEmail&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesDisableLaterCommentEmail&quot;:{&quot;apiName&quot;:&quot;UserPreferencesDisableLaterCommentEmail&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;DisableLaterCommentEmail&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesDisableLikeEmail&quot;:{&quot;apiName&quot;:&quot;UserPreferencesDisableLikeEmail&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;DisableLikeEmail&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesDisableMentionsPostEmail&quot;:{&quot;apiName&quot;:&quot;UserPreferencesDisableMentionsPostEmail&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;DisableMentionsPostEmail&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesDisableMessageEmail&quot;:{&quot;apiName&quot;:&quot;UserPreferencesDisableMessageEmail&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;DisableMessageEmail&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesDisableProfilePostEmail&quot;:{&quot;apiName&quot;:&quot;UserPreferencesDisableProfilePostEmail&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;DisableProfilePostEmail&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesDisableSharePostEmail&quot;:{&quot;apiName&quot;:&quot;UserPreferencesDisableSharePostEmail&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;DisableSharePostEmail&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesEnableAutoSubForFeeds&quot;:{&quot;apiName&quot;:&quot;UserPreferencesEnableAutoSubForFeeds&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;EnableAutoSubForFeeds&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesEventRemindersCheckboxDefault&quot;:{&quot;apiName&quot;:&quot;UserPreferencesEventRemindersCheckboxDefault&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;EventRemindersCheckboxDefault&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesExcludeMailAppAttachments&quot;:{&quot;apiName&quot;:&quot;UserPreferencesExcludeMailAppAttachments&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ExcludeMailAppAttachments&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesFavoritesShowTopFavorites&quot;:{&quot;apiName&quot;:&quot;UserPreferencesFavoritesShowTopFavorites&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;FavoritesShowTopFavorites&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesFavoritesWTShown&quot;:{&quot;apiName&quot;:&quot;UserPreferencesFavoritesWTShown&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;FavoritesWTShown&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesFirstTimeInLightning&quot;:{&quot;apiName&quot;:&quot;UserPreferencesFirstTimeInLightning&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;FirstTimeInLightning&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesGlobalNavBarWTShown&quot;:{&quot;apiName&quot;:&quot;UserPreferencesGlobalNavBarWTShown&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;GlobalNavBarWTShown&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesGlobalNavGridMenuWTShown&quot;:{&quot;apiName&quot;:&quot;UserPreferencesGlobalNavGridMenuWTShown&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;GlobalNavGridMenuWTShown&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesHasCelebrationBadge&quot;:{&quot;apiName&quot;:&quot;UserPreferencesHasCelebrationBadge&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;HasCelebrationBadge&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesHasSentWarningEmail&quot;:{&quot;apiName&quot;:&quot;UserPreferencesHasSentWarningEmail&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;HasSentWarningEmail&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesHasSentWarningEmail238&quot;:{&quot;apiName&quot;:&quot;UserPreferencesHasSentWarningEmail238&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;HasSentWarningEmail238&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesHasSentWarningEmail240&quot;:{&quot;apiName&quot;:&quot;UserPreferencesHasSentWarningEmail240&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;HasSentWarningEmail240&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesHeavyPagePromptEnabled&quot;:{&quot;apiName&quot;:&quot;UserPreferencesHeavyPagePromptEnabled&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;HeavyPagePromptEnabled&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesHideBiggerPhotoCallout&quot;:{&quot;apiName&quot;:&quot;UserPreferencesHideBiggerPhotoCallout&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;HideBiggerPhotoCallout&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesHideCSNDesktopTask&quot;:{&quot;apiName&quot;:&quot;UserPreferencesHideCSNDesktopTask&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;HideCSNDesktopTask&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesHideCSNGetChatterMobileTask&quot;:{&quot;apiName&quot;:&quot;UserPreferencesHideCSNGetChatterMobileTask&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;HideCSNGetChatterMobileTask&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesHideChatterOnboardingSplash&quot;:{&quot;apiName&quot;:&quot;UserPreferencesHideChatterOnboardingSplash&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;HideChatterOnboardingSplash&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesHideEndUserOnboardingAssistantModal&quot;:{&quot;apiName&quot;:&quot;UserPreferencesHideEndUserOnboardingAssistantModal&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;HideEndUserOnboardingAssistantModal&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesHideEventCalendar&quot;:{&quot;apiName&quot;:&quot;UserPreferencesHideEventCalendar&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;HideEventCalendar&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesHideLearningPathModal&quot;:{&quot;apiName&quot;:&quot;UserPreferencesHideLearningPathModal&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;HideLearningPathModal&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesHideLightningMigrationModal&quot;:{&quot;apiName&quot;:&quot;UserPreferencesHideLightningMigrationModal&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;HideLightningMigrationModal&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesHideMailAppEAPUserGuidance&quot;:{&quot;apiName&quot;:&quot;UserPreferencesHideMailAppEAPUserGuidance&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;HideMailAppEAPUserGuidance&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesHideMailAppWelcomeMat&quot;:{&quot;apiName&quot;:&quot;UserPreferencesHideMailAppWelcomeMat&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;HideMailAppWelcomeMat&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesHideS1BrowserUI&quot;:{&quot;apiName&quot;:&quot;UserPreferencesHideS1BrowserUI&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;HideS1BrowserUI&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesHideSecondChatterOnboardingSplash&quot;:{&quot;apiName&quot;:&quot;UserPreferencesHideSecondChatterOnboardingSplash&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;HideSecondChatterOnboardingSplash&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesHideSfxWelcomeMat&quot;:{&quot;apiName&quot;:&quot;UserPreferencesHideSfxWelcomeMat&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;HideSfxWelcomeMat&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesHideTaskListViewsPopover&quot;:{&quot;apiName&quot;:&quot;UserPreferencesHideTaskListViewsPopover&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;HideTaskListViewsPopover&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesHideTrialsCelebration&quot;:{&quot;apiName&quot;:&quot;UserPreferencesHideTrialsCelebration&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;HideTrialsCelebration&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesHideTrialsWelcomeMat&quot;:{&quot;apiName&quot;:&quot;UserPreferencesHideTrialsWelcomeMat&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;HideTrialsWelcomeMat&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesJigsawListUser&quot;:{&quot;apiName&quot;:&quot;UserPreferencesJigsawListUser&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;JigsawListUser&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesLightningExperiencePreferred&quot;:{&quot;apiName&quot;:&quot;UserPreferencesLightningExperiencePreferred&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;LightningExperiencePreferred&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesLtngPromoReserved10UserPref&quot;:{&quot;apiName&quot;:&quot;UserPreferencesLtngPromoReserved10UserPref&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;LtngPromoReserved10UserPref&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesLtngPromoReserved16UserPref&quot;:{&quot;apiName&quot;:&quot;UserPreferencesLtngPromoReserved16UserPref&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;LtngPromoReserved16UserPref&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesLtngPromoReserved19UserPref&quot;:{&quot;apiName&quot;:&quot;UserPreferencesLtngPromoReserved19UserPref&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;LtngPromoReserved19UserPref&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesNativeEmailClient&quot;:{&quot;apiName&quot;:&quot;UserPreferencesNativeEmailClient&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;NativeEmailClient&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesNewLightningReportRunPageEnabled&quot;:{&quot;apiName&quot;:&quot;UserPreferencesNewLightningReportRunPageEnabled&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;NewLightningReportRunPageEnabled&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesPathAssistantCollapsed&quot;:{&quot;apiName&quot;:&quot;UserPreferencesPathAssistantCollapsed&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;PathAssistantCollapsed&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesPreviewCustomTheme&quot;:{&quot;apiName&quot;:&quot;UserPreferencesPreviewCustomTheme&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;PreviewCustomTheme&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesPreviewLightning&quot;:{&quot;apiName&quot;:&quot;UserPreferencesPreviewLightning&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;PreviewLightning&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesReadReceiptLastToggleValue&quot;:{&quot;apiName&quot;:&quot;UserPreferencesReadReceiptLastToggleValue&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ReadReceiptLastToggleValue&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesReceiveNoNotificationsAsApprover&quot;:{&quot;apiName&quot;:&quot;UserPreferencesReceiveNoNotificationsAsApprover&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ReceiveNoNotificationsAsApprover&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesReceiveNotificationsAsDelegatedApprover&quot;:{&quot;apiName&quot;:&quot;UserPreferencesReceiveNotificationsAsDelegatedApprover&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ReceiveNotificationsAsDelegatedApprover&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesRecordHomeReservedWTShown&quot;:{&quot;apiName&quot;:&quot;UserPreferencesRecordHomeReservedWTShown&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;RecordHomeReservedWTShown&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesRecordHomeSectionCollapseWTShown&quot;:{&quot;apiName&quot;:&quot;UserPreferencesRecordHomeSectionCollapseWTShown&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;RecordHomeSectionCollapseWTShown&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesReminderSoundOff&quot;:{&quot;apiName&quot;:&quot;UserPreferencesReminderSoundOff&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ReminderSoundOff&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesReverseOpenActivitiesView&quot;:{&quot;apiName&quot;:&quot;UserPreferencesReverseOpenActivitiesView&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ReverseOpenActivitiesView&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesSRHOverrideActivities&quot;:{&quot;apiName&quot;:&quot;UserPreferencesSRHOverrideActivities&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;SRHOverrideActivities&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesSalesEssentialsSetupAssistantCompleted&quot;:{&quot;apiName&quot;:&quot;UserPreferencesSalesEssentialsSetupAssistantCompleted&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;SalesEssentialsSetupAssistantCompleted&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesSetupAssistantUserPref1&quot;:{&quot;apiName&quot;:&quot;UserPreferencesSetupAssistantUserPref1&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;SetupAssistantUserPref1&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowCityToExternalUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowCityToExternalUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowCityToExternalUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowCityToGuestUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowCityToGuestUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowCityToGuestUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowCountryToExternalUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowCountryToExternalUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowCountryToExternalUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowCountryToGuestUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowCountryToGuestUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowCountryToGuestUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowEmailToExternalUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowEmailToExternalUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowEmailToExternalUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowEmailToGuestUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowEmailToGuestUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowEmailToGuestUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowFaxToExternalUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowFaxToExternalUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowFaxToExternalUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowFaxToGuestUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowFaxToGuestUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowFaxToGuestUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowForecastingChangeSignals&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowForecastingChangeSignals&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowForecastingChangeSignals&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowManagerToExternalUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowManagerToExternalUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowManagerToExternalUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowManagerToGuestUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowManagerToGuestUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowManagerToGuestUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowMobilePhoneToExternalUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowMobilePhoneToExternalUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowMobilePhoneToExternalUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowMobilePhoneToGuestUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowMobilePhoneToGuestUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowMobilePhoneToGuestUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowPostalCodeToExternalUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowPostalCodeToExternalUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowPostalCodeToExternalUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowPostalCodeToGuestUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowPostalCodeToGuestUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowPostalCodeToGuestUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowProfilePicToGuestUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowProfilePicToGuestUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowProfilePicToGuestUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowStateToExternalUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowStateToExternalUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowStateToExternalUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowStateToGuestUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowStateToGuestUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowStateToGuestUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowStreetAddressToExternalUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowStreetAddressToExternalUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowStreetAddressToExternalUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowStreetAddressToGuestUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowStreetAddressToGuestUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowStreetAddressToGuestUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowTitleToExternalUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowTitleToExternalUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowTitleToExternalUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowTitleToGuestUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowTitleToGuestUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowTitleToGuestUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowWorkPhoneToExternalUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowWorkPhoneToExternalUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowWorkPhoneToExternalUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesShowWorkPhoneToGuestUsers&quot;:{&quot;apiName&quot;:&quot;UserPreferencesShowWorkPhoneToGuestUsers&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;ShowWorkPhoneToGuestUsers&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesSortFeedByComment&quot;:{&quot;apiName&quot;:&quot;UserPreferencesSortFeedByComment&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;SortFeedByComment&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesSuppressEventSFXReminders&quot;:{&quot;apiName&quot;:&quot;UserPreferencesSuppressEventSFXReminders&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;SuppressEventSFXReminders&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesSuppressTaskSFXReminders&quot;:{&quot;apiName&quot;:&quot;UserPreferencesSuppressTaskSFXReminders&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;SuppressTaskSFXReminders&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesTaskRemindersCheckboxDefault&quot;:{&quot;apiName&quot;:&quot;UserPreferencesTaskRemindersCheckboxDefault&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;TaskRemindersCheckboxDefault&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesTodayGettingStarted&quot;:{&quot;apiName&quot;:&quot;UserPreferencesTodayGettingStarted&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;TodayGettingStarted&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesTrailheadBadgeCreated&quot;:{&quot;apiName&quot;:&quot;UserPreferencesTrailheadBadgeCreated&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;TrailheadBadgeCreated&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserPreferencesUserDebugModePref&quot;:{&quot;apiName&quot;:&quot;UserPreferencesUserDebugModePref&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Boolean&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;UserDebugModePref&quot;,&quot;length&quot;:0,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:false,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserRoleId&quot;:{&quot;apiName&quot;:&quot;UserRoleId&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Reference&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Role ID&quot;,&quot;length&quot;:18,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:true,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[{&quot;apiName&quot;:&quot;UserRole&quot;,&quot;nameFields&quot;:[&quot;Name&quot;]}],&quot;relationshipName&quot;:&quot;UserRole&quot;,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:true,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true},&quot;UserType&quot;:{&quot;apiName&quot;:&quot;UserType&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:false,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;Picklist&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;User Type&quot;,&quot;length&quot;:40,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:false,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:false},&quot;Username&quot;:{&quot;apiName&quot;:&quot;Username&quot;,&quot;calculated&quot;:false,&quot;compound&quot;:false,&quot;compoundComponentName&quot;:null,&quot;compoundFieldName&quot;:null,&quot;controllerName&quot;:null,&quot;controllingFields&quot;:[],&quot;createable&quot;:true,&quot;custom&quot;:false,&quot;dataType&quot;:&quot;String&quot;,&quot;extraTypeInfo&quot;:null,&quot;filterable&quot;:true,&quot;filteredLookupInfo&quot;:null,&quot;highScaleNumber&quot;:false,&quot;htmlFormatted&quot;:false,&quot;inlineHelpText&quot;:null,&quot;label&quot;:&quot;Username&quot;,&quot;length&quot;:80,&quot;nameField&quot;:false,&quot;polymorphicForeignKey&quot;:false,&quot;precision&quot;:0,&quot;reference&quot;:false,&quot;referenceTargetField&quot;:null,&quot;referenceToInfos&quot;:[],&quot;relationshipName&quot;:null,&quot;required&quot;:true,&quot;scale&quot;:0,&quot;searchPrefilterable&quot;:false,&quot;sortable&quot;:true,&quot;unique&quot;:false,&quot;updateable&quot;:true}},&quot;keyPrefix&quot;:&quot;005&quot;,&quot;label&quot;:&quot;User&quot;,&quot;labelPlural&quot;:&quot;People&quot;,&quot;layoutable&quot;:true,&quot;mruEnabled&quot;:true,&quot;nameFields&quot;:[&quot;FirstName&quot;,&quot;LastName&quot;,&quot;Name&quot;],&quot;queryable&quot;:true,&quot;recordTypeInfos&quot;:{},&quot;searchable&quot;:true,&quot;themeInfo&quot;:{&quot;color&quot;:&quot;1B96FF&quot;,&quot;iconUrl&quot;:&quot;https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png&quot;},&quot;updateable&quot;:true}},&quot;records&quot;:{&quot;00QB0000003pOQsMAM&quot;:{&quot;apiName&quot;:&quot;Lead&quot;,&quot;childRelationships&quot;:{},&quot;eTag&quot;:&quot;e79d644a0e26dd84435737c9b78a01f5&quot;,&quot;fields&quot;:{&quot;AnnualRevenue&quot;:{&quot;displayValue&quot;:&quot;$900,750,000&quot;,&quot;value&quot;:900750000},&quot;City&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;Tallahassee&quot;},&quot;Company&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;Farmers Coop. of Florida&quot;},&quot;Country&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;USA&quot;},&quot;CreatedBy&quot;:{&quot;displayValue&quot;:&quot;Philippe Ozil&quot;,&quot;value&quot;:{&quot;apiName&quot;:&quot;User&quot;,&quot;childRelationships&quot;:{},&quot;eTag&quot;:&quot;cc07f7ef1b08ddbd75074c69512dd388&quot;,&quot;fields&quot;:{&quot;Id&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;005B0000003TOI6IAO&quot;},&quot;Name&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;Philippe Ozil&quot;}},&quot;id&quot;:&quot;005B0000003TOI6IAO&quot;,&quot;lastModifiedById&quot;:&quot;005B0000003TOI6IAO&quot;,&quot;lastModifiedDate&quot;:&quot;2023-02-02T10:32:12.000Z&quot;,&quot;recordTypeId&quot;:null,&quot;recordTypeInfo&quot;:null,&quot;systemModstamp&quot;:&quot;2023-09-27T15:47:51.000Z&quot;,&quot;weakEtag&quot;:1695829671000}},&quot;CreatedById&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;005B0000003TOI6IAO&quot;},&quot;CreatedDate&quot;:{&quot;displayValue&quot;:&quot;18/08/2017 16:46&quot;,&quot;value&quot;:&quot;2017-08-18T14:46:22.000Z&quot;},&quot;CurrentGenerators__c&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;All&quot;},&quot;Description&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:null},&quot;Email&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;bertha@fcof.net&quot;},&quot;Fax&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;(850) 644-4300&quot;},&quot;FirstName&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;Bertha&quot;},&quot;Industry&quot;:{&quot;displayValue&quot;:&quot;Agriculture&quot;,&quot;value&quot;:&quot;Agriculture&quot;},&quot;LastModifiedBy&quot;:{&quot;displayValue&quot;:&quot;Philippe Ozil&quot;,&quot;value&quot;:{&quot;apiName&quot;:&quot;User&quot;,&quot;childRelationships&quot;:{},&quot;eTag&quot;:&quot;cc07f7ef1b08ddbd75074c69512dd388&quot;,&quot;fields&quot;:{&quot;Id&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;005B0000003TOI6IAO&quot;},&quot;Name&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;Philippe Ozil&quot;}},&quot;id&quot;:&quot;005B0000003TOI6IAO&quot;,&quot;lastModifiedById&quot;:&quot;005B0000003TOI6IAO&quot;,&quot;lastModifiedDate&quot;:&quot;2023-02-02T10:32:12.000Z&quot;,&quot;recordTypeId&quot;:null,&quot;recordTypeInfo&quot;:null,&quot;systemModstamp&quot;:&quot;2023-09-27T15:47:51.000Z&quot;,&quot;weakEtag&quot;:1695829671000}},&quot;LastModifiedById&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;005B0000003TOI6IAO&quot;},&quot;LastModifiedDate&quot;:{&quot;displayValue&quot;:&quot;27/09/2023 17:47&quot;,&quot;value&quot;:&quot;2023-09-27T15:47:56.000Z&quot;},&quot;LastName&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;Boxer&quot;},&quot;LeadSource&quot;:{&quot;displayValue&quot;:&quot;Web&quot;,&quot;value&quot;:&quot;Web&quot;},&quot;MobilePhone&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:null},&quot;NumberOfEmployees&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:null},&quot;NumberofLocations__c&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:130},&quot;Owner&quot;:{&quot;displayValue&quot;:&quot;Philippe Ozil&quot;,&quot;value&quot;:{&quot;apiName&quot;:&quot;Name&quot;,&quot;childRelationships&quot;:{},&quot;eTag&quot;:&quot;0bc3e9cacd329a24b7ca09ecf5dd27c1&quot;,&quot;fields&quot;:{&quot;Id&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;005B0000003TOI6IAO&quot;},&quot;Name&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;Philippe Ozil&quot;}},&quot;id&quot;:&quot;005B0000003TOI6IAO&quot;,&quot;lastModifiedById&quot;:null,&quot;lastModifiedDate&quot;:null,&quot;recordTypeId&quot;:null,&quot;recordTypeInfo&quot;:null,&quot;systemModstamp&quot;:null,&quot;weakEtag&quot;:0}},&quot;OwnerId&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;005B0000003TOI6IAO&quot;},&quot;Phone&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;(850) 644-4200&quot;},&quot;PostalCode&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;32306&quot;},&quot;Primary__c&quot;:{&quot;displayValue&quot;:&quot;Yes&quot;,&quot;value&quot;:&quot;Yes&quot;},&quot;ProductInterest__c&quot;:{&quot;displayValue&quot;:&quot;GC5000 series&quot;,&quot;value&quot;:&quot;GC5000 series&quot;},&quot;Rating&quot;:{&quot;displayValue&quot;:&quot;Hot&quot;,&quot;value&quot;:&quot;Hot&quot;},&quot;SICCode__c&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;2768&quot;},&quot;Salutation&quot;:{&quot;displayValue&quot;:&quot;Ms.&quot;,&quot;value&quot;:&quot;Ms.&quot;},&quot;State&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;FL&quot;},&quot;Status&quot;:{&quot;displayValue&quot;:&quot;Working - Contacted&quot;,&quot;value&quot;:&quot;Working - Contacted&quot;},&quot;Street&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;321 Westcott Building&quot;},&quot;Title&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;Director of Vendor Relations&quot;},&quot;Website&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:null}},&quot;id&quot;:&quot;00QB0000003pOQsMAM&quot;,&quot;lastModifiedById&quot;:&quot;005B0000003TOI6IAO&quot;,&quot;lastModifiedDate&quot;:&quot;2023-09-27T15:47:56.000Z&quot;,&quot;recordTypeId&quot;:&quot;012000000000000AAA&quot;,&quot;recordTypeInfo&quot;:null,&quot;systemModstamp&quot;:&quot;2023-09-27T15:47:56.000Z&quot;,&quot;weakEtag&quot;:1695829676000},&quot;00QB0000003pORDMA2&quot;:{&quot;apiName&quot;:&quot;Lead&quot;,&quot;childRelationships&quot;:{},&quot;eTag&quot;:&quot;015958bb8c44279cba6c8f899be4d834&quot;,&quot;fields&quot;:{&quot;AnnualRevenue&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:null},&quot;City&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:null},&quot;Company&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;American Banking Corp.&quot;},&quot;Country&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;USA&quot;},&quot;CreatedBy&quot;:{&quot;displayValue&quot;:&quot;Philippe Ozil&quot;,&quot;value&quot;:{&quot;apiName&quot;:&quot;User&quot;,&quot;childRelationships&quot;:{},&quot;eTag&quot;:&quot;cc07f7ef1b08ddbd75074c69512dd388&quot;,&quot;fields&quot;:{&quot;Id&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;005B0000003TOI6IAO&quot;},&quot;Name&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;Philippe Ozil&quot;}},&quot;id&quot;:&quot;005B0000003TOI6IAO&quot;,&quot;lastModifiedById&quot;:&quot;005B0000003TOI6IAO&quot;,&quot;lastModifiedDate&quot;:&quot;2023-02-02T10:32:12.000Z&quot;,&quot;recordTypeId&quot;:null,&quot;recordTypeInfo&quot;:null,&quot;systemModstamp&quot;:&quot;2023-09-27T15:47:51.000Z&quot;,&quot;weakEtag&quot;:1695829671000}},&quot;CreatedById&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;005B0000003TOI6IAO&quot;},&quot;CreatedDate&quot;:{&quot;displayValue&quot;:&quot;18/08/2017 16:46&quot;,&quot;value&quot;:&quot;2017-08-18T14:46:22.000Z&quot;},&quot;CurrentGenerators__c&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;All&quot;},&quot;Description&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:null},&quot;Email&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;bblair@abankingco.com&quot;},&quot;Fax&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:null},&quot;FirstName&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;Betty&quot;},&quot;Industry&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:null},&quot;LastModifiedBy&quot;:{&quot;displayValue&quot;:&quot;Philippe Ozil&quot;,&quot;value&quot;:{&quot;apiName&quot;:&quot;User&quot;,&quot;childRelationships&quot;:{},&quot;eTag&quot;:&quot;cc07f7ef1b08ddbd75074c69512dd388&quot;,&quot;fields&quot;:{&quot;Id&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;005B0000003TOI6IAO&quot;},&quot;Name&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;Philippe Ozil&quot;}},&quot;id&quot;:&quot;005B0000003TOI6IAO&quot;,&quot;lastModifiedById&quot;:&quot;005B0000003TOI6IAO&quot;,&quot;lastModifiedDate&quot;:&quot;2023-02-02T10:32:12.000Z&quot;,&quot;recordTypeId&quot;:null,&quot;recordTypeInfo&quot;:null,&quot;systemModstamp&quot;:&quot;2023-09-27T15:47:51.000Z&quot;,&quot;weakEtag&quot;:1695829671000}},&quot;LastModifiedById&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;005B0000003TOI6IAO&quot;},&quot;LastModifiedDate&quot;:{&quot;displayValue&quot;:&quot;27/09/2023 17:51&quot;,&quot;value&quot;:&quot;2023-09-27T15:51:59.000Z&quot;},&quot;LastName&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;Bair&quot;},&quot;LeadSource&quot;:{&quot;displayValue&quot;:&quot;Purchased List&quot;,&quot;value&quot;:&quot;Purchased List&quot;},&quot;MobilePhone&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:null},&quot;NumberOfEmployees&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:null},&quot;NumberofLocations__c&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:130},&quot;Owner&quot;:{&quot;displayValue&quot;:&quot;Philippe Ozil&quot;,&quot;value&quot;:{&quot;apiName&quot;:&quot;Name&quot;,&quot;childRelationships&quot;:{},&quot;eTag&quot;:&quot;0bc3e9cacd329a24b7ca09ecf5dd27c1&quot;,&quot;fields&quot;:{&quot;Id&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;005B0000003TOI6IAO&quot;},&quot;Name&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;Philippe Ozil&quot;}},&quot;id&quot;:&quot;005B0000003TOI6IAO&quot;,&quot;lastModifiedById&quot;:null,&quot;lastModifiedDate&quot;:null,&quot;recordTypeId&quot;:null,&quot;recordTypeInfo&quot;:null,&quot;systemModstamp&quot;:null,&quot;weakEtag&quot;:0}},&quot;OwnerId&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;005B0000003TOI6IAO&quot;},&quot;Phone&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;(610) 265-9100&quot;},&quot;PostalCode&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:null},&quot;Primary__c&quot;:{&quot;displayValue&quot;:&quot;Yes&quot;,&quot;value&quot;:&quot;Yes&quot;},&quot;ProductInterest__c&quot;:{&quot;displayValue&quot;:&quot;GC5000 series&quot;,&quot;value&quot;:&quot;GC5000 series&quot;},&quot;Rating&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:null},&quot;SICCode__c&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;2768&quot;},&quot;Salutation&quot;:{&quot;displayValue&quot;:&quot;Ms&quot;,&quot;value&quot;:&quot;Ms&quot;},&quot;State&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;PA&quot;},&quot;Status&quot;:{&quot;displayValue&quot;:&quot;Working - Contacted&quot;,&quot;value&quot;:&quot;Working - Contacted&quot;},&quot;Street&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:null},&quot;Title&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:&quot;VP, Administration&quot;},&quot;Website&quot;:{&quot;displayValue&quot;:null,&quot;value&quot;:null}},&quot;id&quot;:&quot;00QB0000003pORDMA2&quot;,&quot;lastModifiedById&quot;:&quot;005B0000003TOI6IAO&quot;,&quot;lastModifiedDate&quot;:&quot;2023-09-27T15:51:59.000Z&quot;,&quot;recordTypeId&quot;:&quot;012000000000000AAA&quot;,&quot;recordTypeInfo&quot;:null,&quot;systemModstamp&quot;:&quot;2023-09-27T15:51:59.000Z&quot;,&quot;weakEtag&quot;:1695829919000}}}