I am trying to import a solution into a Dataverse for Teams environment (tried blank, and with an empty app in it), and get the same error message each time in the xml file (full xml file is in the attached zip).
Failed to create entity with logical name cr1a0_cms_client and object type code -1. Exception: Microsoft.Crm.CrmException: Activity is not supported in your organization. Unable to process Entity cr1a0_cms_client with IsActivity=False and IsActivityParty=True.
at Microsoft.Crm.Metadata.EntityService.ValidateActivityEntityAbstract(IEntityInfo entityInfo, Guid organizationId)
at Microsoft.Crm.Metadata.EntityService.ValidateForCreate(EntityCreateInfo entityInfo, MetadataHelper metadataHelper, ExecutionContext context, Boolean useReserveEntity)
at Microsoft.Crm.Metadata.EntityService.ValidateForCreate(EntityCreateInfo entityInfo, MetadataHelper metadataHelper, ExecutionContext context)
at Microsoft.Crm.Metadata.EntityService.<>c__DisplayClass96_0.<CreateInternal>b__0()
at Microsoft.Crm.SqlTelemetryHelper.LogSqlTimes(Action action, String operationName)
at Microsoft.Crm.Metadata.EntityService.CreateInternal(EntityCreateInfo entityInfo, MetadataHelper metadataHelper, Boolean isInSolutionImportMode, ExecutionContext context)
at Microsoft.Crm.Metadata.EntityService.<>c__DisplayClass43_1.<CreateInternalHelper>b__3()
at Microsoft.Crm.SqlTelemetryHelper.LogSqlTimes(Action action, String operationName)
at Microsoft.Crm.Metadata.EntityService.CreateInternalHelper(EntityCreateInfo entityInfo, MetadataHelper metadataHelper, Boolean shouldCreateOnlyFromReserve, ExecutionContext context)
I'm guessing I need to change a security setting somewhere to allow this, but I couldn't find anything in the Power Platform Admin Centre to allow this??
Thanks in advance