{
  "boType": "ExchangeCompanyConfiguration",
  "description": "DTO (Data Transfer Object) for BO (Business Object) class 'ExchangeCompanyConfigurationBO' representing the 'Exchange Company Configuration' entity",
  "friendlyName": "Exchange configurazione azienda",
  "kind": "SchemaRootObject",
  "name": "ExchangeCompanyConfigurationDTO",
  "properties": [
    {
      "description": "Is the configuration active ?",
      "friendlyName": "Is the configuration active ?",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "active",
      "underlyingName": "Active",
      "underlyingType": "bool",
      "underlyingTypeRef": "Boolean"
    },
    {
      "description": "The creator of the entity",
      "foreignKey": {
        "boType": "Account",
        "type": "AccountBO",
        "typeRef": "AccountBO"
      },
      "friendlyName": "Creato da",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [
        {
          "apiAlwaysVisible": true,
          "canBeRequired": false,
          "canWrite": false,
          "isFreeField": false,
          "isTab": false,
          "name": "CreatedById",
          "typeId": "LayoutStudioPropertyAttribute",
          "useful": false
        }
      ],
      "name": "createdById",
      "underlyingName": "CreatedById",
      "underlyingType": "int",
      "underlyingTypeRef": "Int32"
    },
    {
      "description": "The creation date for the entity",
      "friendlyName": "Data creazione",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [
        {
          "apiAlwaysVisible": true,
          "canBeRequired": false,
          "canWrite": false,
          "isFreeField": false,
          "isTab": false,
          "name": "CreatedDate",
          "typeId": "LayoutStudioPropertyAttribute",
          "useful": false
        }
      ],
      "name": "createdDate",
      "underlyingName": "CreatedDate",
      "underlyingType": "DateTime",
      "underlyingTypeRef": "DateTime"
    },
    {
      "description": "The principal delegate domain",
      "friendlyName": "The principal delegate domain",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "delegationDomain",
      "underlyingName": "DelegationDomain",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "The principal delegate password",
      "friendlyName": "The principal delegate password",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "delegationPassword",
      "underlyingName": "DelegationPassword",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "The principal delegate username",
      "friendlyName": "The principal delegate username",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "delegationUsername",
      "underlyingName": "DelegationUsername",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "External Reference",
      "friendlyName": "External Reference",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [
        {
          "apiAlwaysVisible": false,
          "canBeRequired": true,
          "canWrite": true,
          "isFreeField": false,
          "isTab": false,
          "typeId": "LayoutStudioPropertyAttribute",
          "useful": false
        }
      ],
      "name": "externalReference",
      "underlyingName": "ExternalReference",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "The external references linked to current object",
      "elementSchema": {
        "friendlyName": "ExternalReference",
        "kind": "SchemaRootObject",
        "name": "ExternalReferenceDTO",
        "properties": [
          {
            "description": "Type",
            "friendlyName": "Type",
            "isLogicalPrimitive": true,
            "kind": "SchemaObjectProperty",
            "layoutStudioPropertyAttributes": [],
            "name": "type",
            "underlyingName": "Type",
            "underlyingType": "string",
            "underlyingTypeRef": "String"
          },
          {
            "description": "Value",
            "friendlyName": "Value",
            "isLogicalPrimitive": true,
            "kind": "SchemaObjectProperty",
            "layoutStudioPropertyAttributes": [],
            "name": "value",
            "underlyingName": "Value",
            "underlyingType": "string",
            "underlyingTypeRef": "String"
          }
        ],
        "underlyingType": "ExternalReferenceDTO",
        "underlyingTypeRef": "ExternalReferenceDTO"
      },
      "friendlyName": "Campi aggiuntivi",
      "isEnumerable": true,
      "kind": "SchemaArrayProperty",
      "max": -1.0,
      "name": "externalReferences",
      "underlyingName": "ExternalReferences",
      "underlyingType": "ExternalReferencesDTO",
      "underlyingTypeRef": "ExternalReferencesDTO"
    },
    {
      "description": "Id",
      "friendlyName": "Id",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [
        {
          "apiAlwaysVisible": true,
          "canBeRequired": false,
          "canWrite": true,
          "isFreeField": false,
          "isTab": false,
          "typeId": "LayoutStudioPropertyAttribute",
          "useful": false
        }
      ],
      "name": "id",
      "underlyingName": "Id",
      "underlyingType": "long",
      "underlyingTypeRef": "Int64"
    },
    {
      "description": "The last modified by id",
      "foreignKey": {
        "boType": "Account",
        "type": "AccountBO",
        "typeRef": "AccountBO"
      },
      "friendlyName": "Modificato da",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [
        {
          "apiAlwaysVisible": true,
          "canBeRequired": false,
          "canWrite": false,
          "isFreeField": false,
          "isTab": false,
          "name": "LastModifiedBy",
          "typeId": "LayoutStudioPropertyAttribute",
          "useful": false
        }
      ],
      "name": "lastModifiedById",
      "underlyingName": "LastModifiedById",
      "underlyingType": "int",
      "underlyingTypeRef": "Int32"
    },
    {
      "description": "The last modified date",
      "friendlyName": "Data modifica",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [
        {
          "apiAlwaysVisible": true,
          "canBeRequired": false,
          "canWrite": false,
          "isFreeField": false,
          "isTab": false,
          "name": "LastModifiedDate",
          "typeId": "LayoutStudioPropertyAttribute",
          "useful": false
        }
      ],
      "name": "lastModifiedDate",
      "underlyingName": "LastModifiedDate",
      "underlyingType": "DateTime",
      "underlyingTypeRef": "DateTime"
    },
    {
      "customConverterType": "WebApiStyleBasedPropertyInferentialJsonConverter",
      "description": "The owner of the entity",
      "foreignKey": {
        "boType": "Account",
        "type": "AccountBO",
        "typeRef": "AccountBO"
      },
      "friendlyName": "Proprietario",
      "isPolymorphic": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [
        {
          "apiAlwaysVisible": true,
          "canBeRequired": false,
          "canWrite": true,
          "isFreeField": false,
          "isTab": false,
          "name": "Owner",
          "typeId": "LayoutStudioPropertyAttribute",
          "useful": false
        },
        {
          "apiAlwaysVisible": true,
          "canBeRequired": false,
          "canWrite": true,
          "isFreeField": false,
          "isTab": false,
          "layoutName": "quote",
          "name": "OwnerId",
          "typeId": "LayoutStudioPropertyAttribute",
          "useful": false
        },
        {
          "apiAlwaysVisible": true,
          "canBeRequired": false,
          "canWrite": true,
          "isFreeField": false,
          "isTab": false,
          "layoutName": "event",
          "name": "OwnerId",
          "typeId": "LayoutStudioPropertyAttribute",
          "useful": false
        }
      ],
      "name": "ownerId",
      "polymorphicStyleParameterName": "OwnerIdStyle",
      "polymorphicStyles": {
        "LegacyV9;Id": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "Int32",
          "underlyingType": "int",
          "underlyingTypeRef": "Int32"
        },
        "WebApiV1;AdaptiveExternalReference": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "String",
          "underlyingType": "string",
          "underlyingTypeRef": "String"
        },
        "WebApiV1;AdaptiveStringOnlyUserAccount": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "String",
          "underlyingType": "string",
          "underlyingTypeRef": "String"
        },
        "WebApiV1;AdaptiveUserAccount": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "String",
          "underlyingType": "string",
          "underlyingTypeRef": "String"
        },
        "WebApiV1;FlattenedExpansion": {
          "friendlyName": "FlattenedExpansionSchema",
          "kind": "SchemaRootObject",
          "name": "FlattenedExpansionSchema",
          "properties": [
            {
              "description": "Owner Id",
              "friendlyName": "Owner Id",
              "isLogicalPrimitive": true,
              "kind": "SchemaObjectProperty",
              "layoutStudioPropertyAttributes": [],
              "name": "ownerId",
              "underlyingName": "OwnerId",
              "underlyingType": "long",
              "underlyingTypeRef": "Int64"
            },
            {
              "description": "Owner Id Friendly Name",
              "friendlyName": "Owner Id Friendly Name",
              "isLogicalPrimitive": true,
              "kind": "SchemaObjectProperty",
              "layoutStudioPropertyAttributes": [],
              "name": "ownerId_FriendlyName",
              "underlyingName": "OwnerId_FriendlyName",
              "underlyingType": "string",
              "underlyingTypeRef": "String"
            },
            {
              "description": "Owner Id User Account",
              "friendlyName": "Owner Id User Account",
              "isLogicalPrimitive": true,
              "kind": "SchemaObjectProperty",
              "layoutStudioPropertyAttributes": [],
              "name": "ownerId_UserAccount",
              "underlyingName": "OwnerId_UserAccount",
              "underlyingType": "string",
              "underlyingTypeRef": "String"
            }
          ],
          "underlyingType": "FlattenedExpansionSchema",
          "underlyingTypeRef": "FlattenedExpansionSchema"
        },
        "WebApiV1;Id": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "Int32",
          "underlyingType": "int",
          "underlyingTypeRef": "Int32"
        },
        "WebApiV1;StrictEmail": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "String",
          "underlyingType": "string",
          "underlyingTypeRef": "String"
        }
      },
      "underlyingName": "OwnerId",
      "underlyingType": "int",
      "underlyingTypeRef": "Int32"
    },
    {
      "description": "Service Host",
      "friendlyName": "Service Host",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "serviceHost",
      "underlyingName": "ServiceHost",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "The URL of the exchange service",
      "friendlyName": "The URL of the exchange service",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "serviceUrl",
      "underlyingName": "ServiceUrl",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "The version of the exchange service",
      "friendlyName": "The version of the exchange service",
      "isLogicalPrimitive": true,
      "isRequired": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "serviceVersion",
      "underlyingName": "ServiceVersion",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "The synchronization rules of the exchange service",
      "friendlyName": "The synchronization rules of the exchange service",
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "synchronizationRules",
      "properties": [
        {
          "description": "Allow Appointments Deletion On Exchange",
          "friendlyName": "Abilita l'eliminazione da CRM a Exchange",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "AllowAppointmentsDeletionOnExchange",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "allowAppointmentsDeletionOnExchange",
          "underlyingName": "AllowAppointmentsDeletionOnExchange",
          "underlyingType": "bool",
          "underlyingTypeRef": "Boolean"
        },
        {
          "description": "Allow Appointments Deletion On Tustena",
          "friendlyName": "Abilita l'eliminazione da Exchange a CRM",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "AllowAppointmentsDeletionOnTustena",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "allowAppointmentsDeletionOnTustena",
          "underlyingName": "AllowAppointmentsDeletionOnTustena",
          "underlyingType": "bool",
          "underlyingTypeRef": "Boolean"
        },
        {
          "description": "Allow Appointments Update On Exchange",
          "friendlyName": "Abilita l'aggiornamento da CRM a Exchange",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "AllowAppointmentsUpdateOnExchange",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "allowAppointmentsUpdateOnExchange",
          "underlyingName": "AllowAppointmentsUpdateOnExchange",
          "underlyingType": "bool",
          "underlyingTypeRef": "Boolean"
        },
        {
          "description": "Allow Appointments Update On Tustena",
          "friendlyName": "Abilita l'aggiornamento da Exchange a CRM",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "AllowAppointmentsUpdateOnTustena",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "allowAppointmentsUpdateOnTustena",
          "underlyingName": "AllowAppointmentsUpdateOnTustena",
          "underlyingType": "bool",
          "underlyingTypeRef": "Boolean"
        },
        {
          "description": "Allow Companies Deletion On Exchange",
          "friendlyName": "Abilita l'eliminazione da CRM a Exchange",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "AllowCompaniesDeletionOnExchange",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "allowCompaniesDeletionOnExchange",
          "underlyingName": "AllowCompaniesDeletionOnExchange",
          "underlyingType": "bool",
          "underlyingTypeRef": "Boolean"
        },
        {
          "description": "Allow Companies Deletion On Tustena",
          "friendlyName": "Abilita l'eliminazione da Exchange a CRM",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "AllowCompaniesDeletionOnTustena",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "allowCompaniesDeletionOnTustena",
          "underlyingName": "AllowCompaniesDeletionOnTustena",
          "underlyingType": "bool",
          "underlyingTypeRef": "Boolean"
        },
        {
          "description": "Allow Companies Update On Exchange",
          "friendlyName": "Abilita l'aggiornamento da CRM a Exchange",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "AllowCompaniesUpdateOnExchange",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "allowCompaniesUpdateOnExchange",
          "underlyingName": "AllowCompaniesUpdateOnExchange",
          "underlyingType": "bool",
          "underlyingTypeRef": "Boolean"
        },
        {
          "description": "Allow Companies Update On Tustena",
          "friendlyName": "Abilita l'aggiornamento da Exchange a CRM",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "AllowCompaniesUpdateOnTustena",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "allowCompaniesUpdateOnTustena",
          "underlyingName": "AllowCompaniesUpdateOnTustena",
          "underlyingType": "bool",
          "underlyingTypeRef": "Boolean"
        },
        {
          "description": "Allow Contacts Deletion On Exchange",
          "friendlyName": "Abilita l'eliminazione da CRM a Exchange",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "AllowContactsDeletionOnExchange",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "allowContactsDeletionOnExchange",
          "underlyingName": "AllowContactsDeletionOnExchange",
          "underlyingType": "bool",
          "underlyingTypeRef": "Boolean"
        },
        {
          "description": "Allow Contacts Deletion On Tustena",
          "friendlyName": "Abilita l'eliminazione da Exchange a CRM",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "AllowContactsDeletionOnTustena",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "allowContactsDeletionOnTustena",
          "underlyingName": "AllowContactsDeletionOnTustena",
          "underlyingType": "bool",
          "underlyingTypeRef": "Boolean"
        },
        {
          "description": "Allow Contacts Update On Exchange",
          "friendlyName": "Abilita l'aggiornamento da CRM a Exchange",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "AllowContactsUpdateOnExchange",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "allowContactsUpdateOnExchange",
          "underlyingName": "AllowContactsUpdateOnExchange",
          "underlyingType": "bool",
          "underlyingTypeRef": "Boolean"
        },
        {
          "description": "Allow Contacts Update On Tustena",
          "friendlyName": "Abilita l'aggiornamento da Exchange a CRM",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "AllowContactsUpdateOnTustena",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "allowContactsUpdateOnTustena",
          "underlyingName": "AllowContactsUpdateOnTustena",
          "underlyingType": "bool",
          "underlyingTypeRef": "Boolean"
        },
        {
          "description": "Allow Leads Deletion On Exchange",
          "friendlyName": "Abilita l'eliminazione da CRM a Exchange",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "AllowLeadsDeletionOnExchange",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "allowLeadsDeletionOnExchange",
          "underlyingName": "AllowLeadsDeletionOnExchange",
          "underlyingType": "bool",
          "underlyingTypeRef": "Boolean"
        },
        {
          "description": "Allow Leads Deletion On Tustena",
          "friendlyName": "Abilita l'eliminazione da Exchange a CRM",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "AllowLeadsDeletionOnTustena",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "allowLeadsDeletionOnTustena",
          "underlyingName": "AllowLeadsDeletionOnTustena",
          "underlyingType": "bool",
          "underlyingTypeRef": "Boolean"
        },
        {
          "description": "Allow Leads Update On Exchange",
          "friendlyName": "Abilita l'aggiornamento da CRM a Exchange",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "AllowLeadsUpdateOnExchange",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "allowLeadsUpdateOnExchange",
          "underlyingName": "AllowLeadsUpdateOnExchange",
          "underlyingType": "bool",
          "underlyingTypeRef": "Boolean"
        },
        {
          "description": "Allow Leads Update On Tustena",
          "friendlyName": "Abilita l'aggiornamento da Exchange a CRM",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "AllowLeadsUpdateOnTustena",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "allowLeadsUpdateOnTustena",
          "underlyingName": "AllowLeadsUpdateOnTustena",
          "underlyingType": "bool",
          "underlyingTypeRef": "Boolean"
        },
        {
          "description": "Appointments Categories",
          "elementSchema": {
            "isLogicalPrimitive": true,
            "kind": "SchemaRootObject",
            "name": "String",
            "underlyingType": "string",
            "underlyingTypeRef": "String"
          },
          "friendlyName": "Categorie da impostare in Exchange",
          "isEnumerable": true,
          "kind": "SchemaArrayProperty",
          "name": "appointmentsCategories",
          "underlyingName": "AppointmentsCategories",
          "underlyingType": "string[]",
          "underlyingTypeRef": "String"
        },
        {
          "customConverterType": "WebApiStyleBasedPropertyJsonConverter",
          "description": "Appointments Deletion Mode On Exchange",
          "friendlyName": "Modalità di eliminazione da exchange",
          "isEnum": true,
          "isLogicalPrimitive": true,
          "isPolymorphic": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "AppointmentsDeletionModeOnExchange",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "appointmentsDeletionModeOnExchange",
          "polymorphicStyleParameterName": "ExchangeSynchronizationItemDeleteModeEnumStyle",
          "polymorphicStyles": {
            "LegacyV9;AdaptiveInteger": {
              "isLogicalPrimitive": true,
              "kind": "SchemaRootObject",
              "name": "Int32",
              "underlyingType": "int",
              "underlyingTypeRef": "Int32"
            },
            "WebApiV1;AdaptiveInteger": {
              "isLogicalPrimitive": true,
              "kind": "SchemaRootObject",
              "name": "Int32",
              "underlyingType": "int",
              "underlyingTypeRef": "Int32"
            },
            "WebApiV1;AdaptiveString": {
              "isLogicalPrimitive": true,
              "kind": "SchemaRootObject",
              "name": "String",
              "underlyingType": "string",
              "underlyingTypeRef": "String"
            }
          },
          "underlyingName": "AppointmentsDeletionModeOnExchange",
          "underlyingType": "ExchangeSynchronizationItemDeleteMode",
          "underlyingTypeRef": "ExchangeSynchronizationItemDeleteMode"
        },
        {
          "description": "Companies Categories",
          "elementSchema": {},
          "friendlyName": "Categorie da impostare in Exchange",
          "isEnumerable": true,
          "kind": "SchemaArrayProperty",
          "name": "companiesCategories",
          "underlyingName": "CompaniesCategories",
          "underlyingType": "string[]",
          "underlyingTypeRef": "String"
        },
        {
          "customConverterType": "WebApiStyleBasedPropertyJsonConverter",
          "description": "Companies Deletion Mode On Exchange",
          "friendlyName": "Modalità di eliminazione da exchange",
          "isEnum": true,
          "isLogicalPrimitive": true,
          "isPolymorphic": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "CompaniesDeletionModeOnExchange",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "companiesDeletionModeOnExchange",
          "polymorphicStyleParameterName": "ExchangeSynchronizationItemDeleteModeEnumStyle",
          "polymorphicStyles": {
            "LegacyV9;AdaptiveInteger": {
              "isLogicalPrimitive": true,
              "kind": "SchemaRootObject",
              "name": "Int32",
              "underlyingType": "int",
              "underlyingTypeRef": "Int32"
            },
            "WebApiV1;AdaptiveInteger": {
              "isLogicalPrimitive": true,
              "kind": "SchemaRootObject",
              "name": "Int32",
              "underlyingType": "int",
              "underlyingTypeRef": "Int32"
            },
            "WebApiV1;AdaptiveString": {
              "isLogicalPrimitive": true,
              "kind": "SchemaRootObject",
              "name": "String",
              "underlyingType": "string",
              "underlyingTypeRef": "String"
            }
          },
          "underlyingName": "CompaniesDeletionModeOnExchange",
          "underlyingType": "ExchangeSynchronizationItemDeleteMode",
          "underlyingTypeRef": "ExchangeSynchronizationItemDeleteMode"
        },
        {
          "description": "Contacts Categories",
          "elementSchema": {},
          "friendlyName": "Categorie da impostare in Exchange",
          "isEnumerable": true,
          "kind": "SchemaArrayProperty",
          "name": "contactsCategories",
          "underlyingName": "ContactsCategories",
          "underlyingType": "string[]",
          "underlyingTypeRef": "String"
        },
        {
          "customConverterType": "WebApiStyleBasedPropertyJsonConverter",
          "description": "Contacts Deletion Mode On Exchange",
          "friendlyName": "Modalità di eliminazione da exchange",
          "isEnum": true,
          "isLogicalPrimitive": true,
          "isPolymorphic": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "ContactsDeletionModeOnExchange",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "contactsDeletionModeOnExchange",
          "polymorphicStyleParameterName": "ExchangeSynchronizationItemDeleteModeEnumStyle",
          "polymorphicStyles": {
            "LegacyV9;AdaptiveInteger": {
              "isLogicalPrimitive": true,
              "kind": "SchemaRootObject",
              "name": "Int32",
              "underlyingType": "int",
              "underlyingTypeRef": "Int32"
            },
            "WebApiV1;AdaptiveInteger": {
              "isLogicalPrimitive": true,
              "kind": "SchemaRootObject",
              "name": "Int32",
              "underlyingType": "int",
              "underlyingTypeRef": "Int32"
            },
            "WebApiV1;AdaptiveString": {
              "isLogicalPrimitive": true,
              "kind": "SchemaRootObject",
              "name": "String",
              "underlyingType": "string",
              "underlyingTypeRef": "String"
            }
          },
          "underlyingName": "ContactsDeletionModeOnExchange",
          "underlyingType": "ExchangeSynchronizationItemDeleteMode",
          "underlyingTypeRef": "ExchangeSynchronizationItemDeleteMode"
        },
        {
          "customConverterType": "WebApiStyleBasedPropertyJsonConverter",
          "description": "Exchange Tustena Rule For New Exchange Contact Item",
          "friendlyName": "Opzioni di sincronizzazione",
          "isEnum": true,
          "isLogicalPrimitive": true,
          "isPolymorphic": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "ExchangeTustenaRuleForNewExchangeContactItem",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "exchangeTustenaRuleForNewExchangeContactItem",
          "polymorphicStyleParameterName": "ExchangeTustenaRuleForNewExchangeContactItemEnumStyle",
          "polymorphicStyles": {
            "LegacyV9;AdaptiveInteger": {
              "isLogicalPrimitive": true,
              "kind": "SchemaRootObject",
              "name": "Int32",
              "underlyingType": "int",
              "underlyingTypeRef": "Int32"
            },
            "WebApiV1;AdaptiveInteger": {
              "isLogicalPrimitive": true,
              "kind": "SchemaRootObject",
              "name": "Int32",
              "underlyingType": "int",
              "underlyingTypeRef": "Int32"
            },
            "WebApiV1;AdaptiveString": {
              "isLogicalPrimitive": true,
              "kind": "SchemaRootObject",
              "name": "String",
              "underlyingType": "string",
              "underlyingTypeRef": "String"
            }
          },
          "underlyingName": "ExchangeTustenaRuleForNewExchangeContactItem",
          "underlyingType": "ExchangeTustenaRuleForNewExchangeContactItem",
          "underlyingTypeRef": "ExchangeTustenaRuleForNewExchangeContactItem"
        },
        {
          "description": "Leads Categories",
          "elementSchema": {},
          "friendlyName": "Categorie da impostare in Exchange",
          "isEnumerable": true,
          "kind": "SchemaArrayProperty",
          "name": "leadsCategories",
          "underlyingName": "LeadsCategories",
          "underlyingType": "string[]",
          "underlyingTypeRef": "String"
        },
        {
          "customConverterType": "WebApiStyleBasedPropertyJsonConverter",
          "description": "Leads Deletion Mode On Exchange",
          "friendlyName": "Modalità di eliminazione da exchange",
          "isEnum": true,
          "isLogicalPrimitive": true,
          "isPolymorphic": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "LeadsDeletionModeOnExchange",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "leadsDeletionModeOnExchange",
          "polymorphicStyleParameterName": "ExchangeSynchronizationItemDeleteModeEnumStyle",
          "polymorphicStyles": {
            "LegacyV9;AdaptiveInteger": {
              "isLogicalPrimitive": true,
              "kind": "SchemaRootObject",
              "name": "Int32",
              "underlyingType": "int",
              "underlyingTypeRef": "Int32"
            },
            "WebApiV1;AdaptiveInteger": {
              "isLogicalPrimitive": true,
              "kind": "SchemaRootObject",
              "name": "Int32",
              "underlyingType": "int",
              "underlyingTypeRef": "Int32"
            },
            "WebApiV1;AdaptiveString": {
              "isLogicalPrimitive": true,
              "kind": "SchemaRootObject",
              "name": "String",
              "underlyingType": "string",
              "underlyingTypeRef": "String"
            }
          },
          "underlyingName": "LeadsDeletionModeOnExchange",
          "underlyingType": "ExchangeSynchronizationItemDeleteMode",
          "underlyingTypeRef": "ExchangeSynchronizationItemDeleteMode"
        },
        {
          "description": "Synchronize Appointments",
          "friendlyName": "Sincronizza",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "SynchronizeAppointments",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "synchronizeAppointments",
          "underlyingName": "SynchronizeAppointments",
          "underlyingType": "bool",
          "underlyingTypeRef": "Boolean"
        },
        {
          "description": "Synchronize Companies",
          "friendlyName": "Sincronizza",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "SynchronizeCompanies",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "synchronizeCompanies",
          "underlyingName": "SynchronizeCompanies",
          "underlyingType": "bool",
          "underlyingTypeRef": "Boolean"
        },
        {
          "description": "Synchronize Contacts",
          "friendlyName": "Sincronizza",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "SynchronizeContacts",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "synchronizeContacts",
          "underlyingName": "SynchronizeContacts",
          "underlyingType": "bool",
          "underlyingTypeRef": "Boolean"
        },
        {
          "description": "Synchronize Leads",
          "friendlyName": "Sincronizza",
          "isLogicalPrimitive": true,
          "kind": "SchemaObjectProperty",
          "layoutStudioPropertyAttributes": [
            {
              "apiAlwaysVisible": false,
              "canBeRequired": true,
              "canWrite": true,
              "isFreeField": false,
              "isTab": false,
              "name": "SynchronizeLeads",
              "typeId": "LayoutStudioPropertyAttribute",
              "useful": false
            }
          ],
          "name": "synchronizeLeads",
          "underlyingName": "SynchronizeLeads",
          "underlyingType": "bool",
          "underlyingTypeRef": "Boolean"
        }
      ],
      "underlyingName": "SynchronizationRules",
      "underlyingType": "ExchangeSynchronizationRulesDTO",
      "underlyingTypeRef": "ExchangeSynchronizationRulesDTO"
    },
    {
      "customConverterType": "WebApiStyleBasedPropertyInferentialJsonConverter",
      "description": "Tags",
      "friendlyName": "Tags",
      "isEnumerable": true,
      "isLogicalPrimitive": true,
      "isPolymorphic": true,
      "kind": "SchemaArrayProperty",
      "name": "tags",
      "polymorphicStyleParameterName": "TagsStyle",
      "polymorphicStyles": {
        "LegacyV9;Id": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "Int32",
          "underlyingType": "int",
          "underlyingTypeRef": "Int32"
        },
        "WebApiV1;AdaptiveCsv": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "String",
          "underlyingType": "string",
          "underlyingTypeRef": "String"
        },
        "WebApiV1;AdaptiveExternalReference": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "String",
          "underlyingType": "string",
          "underlyingTypeRef": "String"
        },
        "WebApiV1;AdaptiveName": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "String",
          "underlyingType": "string",
          "underlyingTypeRef": "String"
        },
        "WebApiV1;AdaptiveStringOnlyName": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "String",
          "underlyingType": "string",
          "underlyingTypeRef": "String"
        },
        "WebApiV1;Csv": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "String",
          "underlyingType": "string",
          "underlyingTypeRef": "String"
        },
        "WebApiV1;CsvOfIds": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "String",
          "underlyingType": "string",
          "underlyingTypeRef": "String"
        },
        "WebApiV1;CsvOfNames": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "String",
          "underlyingType": "string",
          "underlyingTypeRef": "String"
        },
        "WebApiV1;Id": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "Int32",
          "underlyingType": "int",
          "underlyingTypeRef": "Int32"
        }
      },
      "underlyingName": "Tags",
      "underlyingType": "long[]",
      "underlyingTypeRef": "Int64"
    },
    {
      "description": "The title of the exchange service",
      "friendlyName": "The title of the exchange service",
      "isLogicalPrimitive": true,
      "isRequired": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "title",
      "underlyingName": "Title",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "If use delegate to attach to other exchange",
      "friendlyName": "If use delegate to attach to other exchange",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "useDelegation",
      "underlyingName": "UseDelegation",
      "underlyingType": "bool",
      "underlyingTypeRef": "Boolean"
    }
  ],
  "underlyingType": "ExchangeCompanyConfigurationDTO",
  "underlyingTypeRef": "ExchangeCompanyConfigurationDTO"
}