When trying to deploy a (cloned) solution from DEV to TEST, using the Power Apps ALM Pipelines, I get the following error message:
ImportAsHolding failed with exception :CanvasApp import: FAILURE: There should not be more than one record matching the name, found 2 records for CanvasApp with nameoip_olnipmanagementdefaultcommandlibrary_2987a
The 'CanvasApp' with name oip_olnipmanagementdefaultcommandlibrary_2987a is a Component Library containing customized commands, generated using the modern Power Apps maker platform.
It worked before - version 1.3 wíth that library is deployed to PROD.
I'm confused as it is IMO impossible to have 2 records in an environement with the same logical name...
Anyone any idea's?
Further info:
Operation Details:
Exception type: System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault]Message: ImportAsHolding failed with exception :CanvasApp import: FAILURE: There should not be more than one record matching the name, found 2 records for CanvasApp with nameoip_olnipmanagementdefaultcommandlibrary_2987aDetail: <OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts"> <ActivityId>fe34f0bb-53bc-4376-9ec6-58d9a4b25d41</ActivityId> <ErrorCode>-2147188685</ErrorCode> <ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic"> <KeyValuePairOfstringanyType> <d2p1:key>ApiExceptionSourceKey</d2p1:key> <d2p1:value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string">Plugin/Microsoft.Crm.WebServices.ImportXmlService</d2p1:value> </KeyValuePairOfstringanyType> <KeyValuePairOfstringanyType> <d2p1:key>ApiSourceActivityKey</d2p1:key> <d2p1:value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string"></d2p1:value> </KeyValuePairOfstringanyType> <KeyValuePairOfstringanyType> <d2p1:key>ApiExceptionOwnerKey</d2p1:key> <d2p1:value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string">OwnershipNotFoundInExceptionOwnerSettings</d2p1:value> </KeyValuePairOfstringanyType> <KeyValuePairOfstringanyType> <d2p1:key>ApiOriginalExceptionKey</d2p1:key> <d2p1:value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string">Microsoft.Crm.CrmException: ImportAsHolding failed with exception :CanvasApp import: FAILURE: There should not be more than one record matching the name, found 2 records for CanvasApp with nameoip_olnipmanagementdefaultcommandlibrary_2987a ---> Microsoft.Crm.CrmException: ImportAsHolding failed with exception :CanvasApp import: FAILURE: There should not be more than one record matching the name, found 2 records for CanvasApp with nameoip_olnipmanagementdefaultcommandlibrary_2987a ---> Microsoft.Crm.Tools.ImportExportPublish.ImportGenericEntitiesException: CanvasApp import: FAILURE: There should not be more than one record matching the name, found 2 records for CanvasApp with nameoip_olnipmanagementdefaultcommandlibrary_2987a ---> Microsoft.Crm.CrmException: There should not be more than one record matching the name, found 2 records for CanvasApp with nameoip_olnipmanagementdefaultcommandlibrary_2987a at Microsoft.Crm.CrmException.Assert(Boolean condition, String message, Object[] args) at Microsoft.Crm.ObjectModel.CanvasAppService.RetrieveCanvasAppByName(String canvasAppLogicalName, ExecutionContext context) at Microsoft.Crm.ObjectModel.CanvasAppService.TryGetCanvasAppId(String name, ExecutionContext context, Nullable`1& canvasAppId) at Microsoft.Crm.Tools.ImportExportPublish.ImportCanvasAppHandler.ImportItem() --- End of inner exception stack trace --- at Microsoft.Crm.Tools.ImportExportPublish.ImportCanvasAppHandler.ImportItem() at Microsoft.Crm.Tools.ImportExportPublish.ImportHandler.ImportInternal() at Microsoft.PowerApps.CoreFramework.ActivityLoggerExtensions.Execute(ILogger logger, EventId eventId, ActivityType activityType, Action action, IEnumerable`1 additionalCustomProperties) at Microsoft.Xrm.Telemetry.XrmTelemetryExtensions.Execute(ILogger logger, XrmTelemetryActivityType activityType, Action action) at Microsoft.Crm.Tools.ImportExportPublish.RootImportHandler.ImportAndUpdateProgress(ImportHandler ih) at Microsoft.Crm.Tools.ImportExportPublish.RootImportHandler.ProcessHandlers(String[] importEntities, Hashtable ht, String& curPath, ImportHandler& ihForCurrentPath, CounterList listCounters) at Microsoft.Crm.Tools.ImportExportPublish.RootImportHandler.RunImport(String[] importEntities) at Microsoft.Crm.Tools.ImportExportPublish.ImportXml.RunImport(String[] importEntities) at Microsoft.Crm.Tools.ImportExportPublish.ImportXml.RunImport() at Microsoft.Crm.Tools.ImportExportPublish.ImportXml.RunImportInternal(Boolean withSolutionManifest) at Microsoft.Crm.Tools.ImportExportPublish.ImportXml.<>c__DisplayClass144_0.<RunImport>b__0() at Microsoft.PowerApps.CoreFramework.ActivityLoggerExtensions.Execute(ILogger logger, EventId eventId, ActivityType activityType, Action action, IEnumerable`1 additionalCustomProperties) at Microsoft.Xrm.Telemetry.XrmTelemetryExtensions.Execute(ILogger logger, XrmTelemetryActivityType activityType, Action action) at Microsoft.Crm.WebServices.ImportXmlService.ImportSolutionSkipCapableInternal(Boolean overwriteUnmanagedCustomizations, Boolean publishWorkflows, Byte[] customizationFile, Guid importJobId, Boolean convertToManaged, Boolean skipProductUpdateDependencies, Boolean holdingSolution, ExecutionContext context, Boolean skipQueueRibbonJob, LayerDesiredOrder layerDesiredOrder, Boolean asyncRibbonProcessing, EntityCollection componentParameters, Boolean isTemplateMode, String templateSuffix, SolutionParameters solutionParameters, String templateDisplayNamePrefix) at Microsoft.Crm.WebServices.ImportXmlService.<>c__DisplayClass16_0.<StageAndUpgrade>b__0() --- End of inner exception stack trace --- at Microsoft.Crm.WebServices.ImportXmlService.<>c__DisplayClass16_0.<StageAndUpgrade>b__0() at Microsoft.PowerApps.CoreFramework.ActivityLoggerExtensions.Execute[TResult](ILogger logger, EventId eventId, ActivityType activityType, Func`1 func, IEnumerable`1 additionalCustomProperties) at Microsoft.Xrm.Telemetry.XrmTelemetryExtensions.Execute[TResult](ILogger logger, XrmTelemetryActivityType activityType, Func`1 func) --- End of inner exception stack trace --- at Microsoft.Crm.Extensibility.VersionedPluginProxyStepBase.Execute(PipelineExecutionContext context) at Microsoft.Crm.Extensibility.PipelineInstrumentationHelper.Execute(Boolean instrumentationEnabled, String stopwatchName, ExecuteWithInstrumentation action, PipelineExecutionContext context) at Microsoft.Crm.Extensibility.Pipeline.<>c__DisplayClass6_0.<RunStep>b__0()</d2p1:value> </KeyValuePairOfstringanyType> <KeyValuePairOfstringanyType> <d2p1:key>ApiStepKey</d2p1:key> <d2p1:value xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d4p1:guid">68f22401-3262-465e-82c8-780ffd4e9345</d2p1:value> </KeyValuePairOfstringanyType> <KeyValuePairOfstringanyType> <d2p1:key>ApiDepthKey</d2p1:key> <d2p1:value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int">2</d2p1:value> </KeyValuePairOfstringanyType> <KeyValuePairOfstringanyType> <d2p1:key>ApiActivityIdKey</d2p1:key> <d2p1:value xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d4p1:guid">fe34f0bb-53bc-4376-9ec6-58d9a4b25d41</d2p1:value> </KeyValuePairOfstringanyType> <KeyValuePairOfstringanyType> <d2p1:key>ApiPluginSolutionNameKey</d2p1:key> <d2p1:value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string">System</d2p1:value> </KeyValuePairOfstringanyType> <KeyValuePairOfstringanyType> <d2p1:key>ApiStepSolutionNameKey</d2p1:key> <d2p1:value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string">System</d2p1:value> </KeyValuePairOfstringanyType> <KeyValuePairOfstringanyType> <d2p1:key>ApiExceptionCategory</d2p1:key> <d2p1:value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string">SystemFailure</d2p1:value> </KeyValuePairOfstringanyType> <KeyValuePairOfstringanyType> <d2p1:key>ApiExceptionMessageName</d2p1:key> <d2p1:value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string">ImportSolutionError</d2p1:value> </KeyValuePairOfstringanyType> <KeyValuePairOfstringanyType> <d2p1:key>ApiExceptionHttpStatusCode</d2p1:key> <d2p1:value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int">500</d2p1:value> </KeyValuePairOfstringanyType> </ErrorDetails> <HelpLink>http://go.microsoft.com/fwlink/?LinkID=398563&error=Microsoft.Crm.CrmException%3a80048033&client=platform</HelpLink> <Message>ImportAsHolding failed with exception :CanvasApp import: FAILURE: There should not be more than one record matching the name, found 2 records for CanvasApp with nameoip_olnipmanagementdefaultcommandlibrary_2987a</Message> <Timestamp>2023-06-15T08:38:40.6353465Z</Timestamp> <ExceptionRetriable>false</ExceptionRetriable> <ExceptionSource i:nil="true" /> <InnerFault> <ActivityId>fe34f0bb-53bc-4376-9ec6-58d9a4b25d41</ActivityId> <ErrorCode>-2147188685</ErrorCode> <ErrorDetails xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" /> <HelpLink i:nil="true" /> <Message>ImportAsHolding failed with exception :CanvasApp import: FAILURE: There should not be more than one record matching the name, found 2 records for CanvasApp with nameoip_olnipmanagementdefaultcommandlibrary_2987a</Message> <Timestamp>2023-06-15T08:38:40.6353465Z</Timestamp> <ExceptionRetriable>false</ExceptionRetriable> <ExceptionSource i:nil="true" /> <InnerFault> <ActivityId>fe34f0bb-53bc-4376-9ec6-58d9a4b25d41</ActivityId> <ErrorCode>-2147188704</ErrorCode> <ErrorDetails xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" /> <HelpLink i:nil="true" /> <Message>CanvasApp import: FAILURE: There should not be more than one record matching the name, found 2 records for CanvasApp with nameoip_olnipmanagementdefaultcommandlibrary_2987a</Message> <Timestamp>2023-06-15T08:38:40.6353465Z</Timestamp> <ExceptionRetriable>false</ExceptionRetriable> <ExceptionSource i:nil="true" /> <InnerFault> <ActivityId>fe34f0bb-53bc-4376-9ec6-58d9a4b25d41</ActivityId> <ErrorCode>-2147220970</ErrorCode> <ErrorDetails xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" /> <HelpLink i:nil="true" /> <Message>There should not be more than one record matching the name, found 2 records for CanvasApp with nameoip_olnipmanagementdefaultcommandlibrary_2987a</Message> <Timestamp>2023-06-15T08:38:40.6353465Z</Timestamp> <ExceptionRetriable>false</ExceptionRetriable> <ExceptionSource i:nil="true" /> <InnerFault i:nil="true" /> <OriginalException i:nil="true" /> <TraceText i:nil="true" /> </InnerFault> <OriginalException i:nil="true" /> <TraceText i:nil="true" /> </InnerFault> <OriginalException i:nil="true" /> <TraceText i:nil="true" /> </InnerFault> <OriginalException i:nil="true" /> <TraceText i:nil="true" /></OrganizationServiceFault>
Validation results:
{"ValidationStatus":"Passed","SolutionComponentsDetails":[{"ComponentName":"OLN IP Management","ComponentTypeName":"solution","IsPresentInOrg":"Unknown","Attributes":{"Count":2,"Keys":["localizedname","description"],"Values":["OLN IP Management","An Application to manage Oleon\u0027s TM portfolio and activities"]}},{"ComponentName":"oip_sharedsharepointonline_3135c","ComponentTypeName":"connectionreference","IsPresentInOrg":"True","Attributes":{"Count":4,"Keys":["connectorid","connectionreferencelogicalname","connectionreferencedisplayname","description"],"Values":["/providers/Microsoft.PowerApps/apis/shared_sharepointonline","oip_sharedsharepointonline_3135c","SharePoint OleonIPManagement-3135c",""]}},{"ComponentName":"oip_sharedcommondataserviceforapps_42a0b","ComponentTypeName":"connectionreference","IsPresentInOrg":"True","Attributes":{"Count":4,"Keys":["connectorid","connectionreferencelogicalname","connectionreferencedisplayname","description"],"Values":["/providers/Microsoft.PowerApps/apis/shared_commondataserviceforapps","oip_sharedcommondataserviceforapps_42a0b","Common Data Service (current environment)",""]}},{"ComponentName":"oip_sharedcommondataserviceforapps_c36b1","ComponentTypeName":"connectionreference","IsPresentInOrg":"True","Attributes":{"Count":4,"Keys":["connectorid","connectionreferencelogicalname","connectionreferencedisplayname","description"],"Values":["/providers/Microsoft.PowerApps/apis/shared_commondataserviceforapps","oip_sharedcommondataserviceforapps_c36b1","OIP Connection Reference - Dataverse",""]}},{"ComponentName":"oip_sharedcommondataserviceforapps_3238f","ComponentTypeName":"connectionreference","IsPresentInOrg":"True","Attributes":{"Count":4,"Keys":["connectorid","connectionreferencelogicalname","connectionreferencedisplayname","description"],"Values":["/providers/Microsoft.PowerApps/apis/shared_commondataserviceforapps","oip_sharedcommondataserviceforapps_3238f","Microsoft Dataverse OleonIPManagement-3238f",""]}},{"ComponentName":"oip_sharedcommondataserviceforapps_e9eea","ComponentTypeName":"connectionreference","IsPresentInOrg":"True","Attributes":{"Count":4,"Keys":["connectorid","connectionreferencelogicalname","connectionreferencedisplayname","description"],"Values":["/providers/Microsoft.PowerApps/apis/shared_commondataserviceforapps","oip_sharedcommondataserviceforapps_e9eea","Microsoft Dataverse OleonIPManagement-e9eea",""]}},{"ComponentName":"oip_sharedsharepointonline_e3f38","ComponentTypeName":"connectionreference","IsPresentInOrg":"True","Attributes":{"Count":4,"Keys":["connectorid","connectionreferencelogicalname","connectionreferencedisplayname","description"],"Values":["/providers/Microsoft.PowerApps/apis/shared_sharepointonline","oip_sharedsharepointonline_e3f38","SharePoint OleonIPManagement-e3f38",""]}},{"ComponentName":"oip_sharedteams_527bd","ComponentTypeName":"connectionreference","IsPresentInOrg":"True","Attributes":{"Count":4,"Keys":["connectorid","connectionreferencelogicalname","connectionreferencedisplayname","description"],"Values":["/providers/Microsoft.PowerApps/apis/shared_teams","oip_sharedteams_527bd","Microsoft Teams OleonIPManagement-527bd",""]}},{"ComponentName":"Mailing List TM Montlhy Update - SharePoint Name","ComponentTypeName":"EnvironmentVariableDefinition","IsPresentInOrg":"True","Attributes":{"Count":9,"Keys":["schemaname","displayname","description","type","defaultvalue","isrequired","parameterkey","parentdefinitionid","apiid"],"Values":["oip_MailingListTMMontlhyUpdateSharePointName","Mailing List TM Montlhy Update - SharePoint Name","","100000000","Mailing List - IP - Trademarks","false","","",""]}},{"ComponentName":"Account - Speciality Account - value for IP Office","ComponentTypeName":"EnvironmentVariableDefinition","IsPresentInOrg":"True","Attributes":{"Count":9,"Keys":["schemaname","displayname","description","type","defaultvalue","isrequired","parameterkey","parentdefinitionid","apiid"],"Values":["oip_AccountSpecialityAccountvalueforIPOffice","Account - Speciality Account - value for IP Office","The choice value for \u0027IP Office\u0027 in the \u0027Speciality Account\u0027 field.","100000001","449290000","false","","",""]}},{"ComponentName":"OIP - Watch Services - Document Location GUID - Parent or Location","ComponentTypeName":"EnvironmentVariableDefinition","IsPresentInOrg":"False","Attributes":{"Count":9,"Keys":["schemaname","displayname","description","type","defaultvalue","isrequired","parameterkey","parentdefinitionid","apiid"],"Values":["oip_WatchServicesDocumentLocation","OIP - Watch Services - Document Location GUID - Parent or Location","","100000000","6d6aa331-2109-ee11-8f6e-000d3ab30d36","false","","",""]}},{"ComponentName":"Dyn365 App GUID","ComponentTypeName":"EnvironmentVariableDefinition","IsPresentInOrg":"True","Attributes":{"Count":9,"Keys":["schemaname","displayname","description","type","defaultvalue","isrequired","parameterkey","parentdefinitionid","apiid"],"Values":["oip_Dyn365AppGUID","Dyn365 App GUID","The GUID of the OLN IP MGNT app, to use when creating deeplinks","100000000","2b8c5084-4706-eb11-a813-000d3ab8d1cd","false","","",""]}},{"ComponentName":"Registrations - Document Location GUID - Parent Site or Location","ComponentTypeName":"EnvironmentVariableDefinition","IsPresentInOrg":"True","Attributes":{"Count":9,"Keys":["schemaname","displayname","description","type","defaultvalue","isrequired","parameterkey","parentdefinitionid","apiid"],"Values":["oip_RegistrationsDocumentLocationGUIDParentSiteorLocation","Registrations - Document Location GUID - Parent Site or Location","The GUID of the Document Location that refers to the (parent) SharePoint library for Registration documents. Should be \u0027IP Documents 365\u0027 or similar","100000000","b7eb8ef0-6b10-eb11-a813-000d3ab3d5b4","false","","",""]}},{"ComponentName":"Registrations - Folder/documentset content type name","ComponentTypeName":"EnvironmentVariableDefinition","IsPresentInOrg":"True","Attributes":{"Count":9,"Keys":["schemaname","displayname","description","type","defaultvalue","isrequired","parameterkey","parentdefinitionid","apiid"],"Values":["oip_RegistrationsSharepointdefaultfolderdocumentsetcontenttypename","Registrations - Folder/documentset content type name","The name of the content type that is used for folders or documentsets related to a specific record. Memo: changing this content type may cause errors in flows that upsert metadata of such content type.","100000000","IP Documents Set (TM)","false","","",""]}},{"ComponentName":"Dyn365 URL","ComponentTypeName":"EnvironmentVariableDefinition","IsPresentInOrg":"True","Attributes":{"Count":9,"Keys":["schemaname","displayname","description","type","defaultvalue","isrequired","parameterkey","parentdefinitionid","apiid"],"Values":["oip_Dyn365URL","Dyn365 URL","The URL to use to create deeplinks to a OIP MGNT record. Enter WITHOUT trailing \u0027/\u0027","100000000","https://oleonlegaldev.crm4.dynamics.com","false","","",""]}},{"ComponentName":"OIP - Watch Service - Sharepoint Document Library ID","ComponentTypeName":"EnvironmentVariableDefinition","IsPresentInOrg":"False","Attributes":{"Count":9,"Keys":["schemaname","displayname","description","type","defaultvalue","isrequired","parameterkey","parentdefinitionid","apiid"],"Values":["oip_OIPWatchServiceSharepointDocumentLibraryID","OIP - Watch Service - Sharepoint Document Library ID","","100000000","9912ae93-3dd5-4c46-9b55-ddd069745abd","false","","",""]}},{"ComponentName":"Registrations - SharePoint Document Library Name","ComponentTypeName":"EnvironmentVariableDefinition","IsPresentInOrg":"True","Attributes":{"Count":9,"Keys":["schemaname","displayname","description","type","defaultvalue","isrequired","parameterkey","parentdefinitionid","apiid"],"Values":["oip_RegistrationsSharePointDocumentLibraryName","Registrations - SharePoint Document Library Name","The name of the Sharepoint Document Library that is used to safe documents related to Registration records. Should be \u0027IP Documents 365\u0027 or similar","100000000","IP Documents Test","false","","",""]}}],"SolutionDetails":{"SolutionUniqueName":"OleonIPManagement","SolutionFriendlyName":"OLN IP Management","SolutionDescription":"An Application to manage Oleon\u0027s TM portfolio and activities","PublisherUniqueName":"oleonipmanagement","PublisherFriendlyName":"Oleon IP MGNT Publisher","PreviousSolutionUniqueName":"OleonIPManagement","PreviousSolutionFriendlyName":"OLN IP Management","PreviousPublisherUniqueName":"oleonipmanagement","PreviousPublisherFriendlyName":"Oleon IP MGNT Publisher","IsPatchSolution":false,"IsManaged":true,"PreviousIsManaged":true,"SolutionVersion":"1.4.0.4","PreviousSolutionVersion":"1.3.0.0","PreviousPatchSolutionsNames":["OleonIPManagement_Patch_025d39a7","OleonIPManagement_Patch_47c85a8b","OleonIPManagement_Patch_ead4fa14","OleonIPManagement_Patch_28ca8688","OleonIPManagement_Patch_a9ce58b0"],"IsPrerequisitesExport":true,"HasPendingUpgrade":false},"MissingDependencies":[],"SolutionValidationResults":[],"OrgSolutionComponentsDetails":[{"ComponentName":"oip_sharedcommondataserviceforapps_e9eea","ComponentTypeName":"connectionreference","IsPresentInOrg":"True","Attributes":{"Count":4,"Keys":["connectionreferencelogicalname","connectionreferencedisplayname","connectorid","connectionreferenceid"],"Values":["oip_sharedcommondataserviceforapps_e9eea","Microsoft Dataverse OleonIPManagement-e9eea","/providers/Microsoft.PowerApps/apis/shared_commondataserviceforapps","48ee3f28-10bf-4f5c-9925-07e5c067df09"]}},{"ComponentName":"oip_sharedcommondataserviceforapps_42a0b","ComponentTypeName":"connectionreference","IsPresentInOrg":"True","Attributes":{"Count":4,"Keys":["connectionreferencelogicalname","connectionreferencedisplayname","connectorid","connectionreferenceid"],"Values":["oip_sharedcommondataserviceforapps_42a0b","Common Data Service (current environment)","/providers/Microsoft.PowerApps/apis/shared_commondataserviceforapps","3760adef-62d5-4509-af49-3d886f09fa45"]}},{"ComponentName":"oip_sharedteams_527bd","ComponentTypeName":"connectionreference","IsPresentInOrg":"True","Attributes":{"Count":4,"Keys":["connectionreferencelogicalname","connectionreferencedisplayname","connectorid","connectionreferenceid"],"Values":["oip_sharedteams_527bd","Microsoft Teams OleonIPManagement-527bd","/providers/Microsoft.PowerApps/apis/shared_teams","8bf96f9a-0195-48e9-896a-5a482ece2447"]}},{"ComponentName":"oip_sharedsharepointonline_e3f38","ComponentTypeName":"connectionreference","IsPresentInOrg":"True","Attributes":{"Count":4,"Keys":["connectionreferencelogicalname","connectionreferencedisplayname","connectorid","connectionreferenceid"],"Values":["oip_sharedsharepointonline_e3f38","SharePoint OleonIPManagement-e3f38","/providers/Microsoft.PowerApps/apis/shared_sharepointonline","2892a4e4-9f15-4f7d-955f-6bcaa3b41d41"]}},{"ComponentName":"oip_sharedsharepointonline_3135c","ComponentTypeName":"connectionreference","IsPresentInOrg":"True","Attributes":{"Count":4,"Keys":["connectionreferencelogicalname","connectionreferencedisplayname","connectorid","connectionreferenceid"],"Values":["oip_sharedsharepointonline_3135c","SharePoint OleonIPManagement-3135c","/providers/Microsoft.PowerApps/apis/shared_sharepointonline","01bf6445-5f5e-46e5-9b09-6d2494aaa90f"]}},{"ComponentName":"oip_sharedcommondataserviceforapps_c36b1","ComponentTypeName":"connectionreference","IsPresentInOrg":"True","Attributes":{"Count":4,"Keys":["connectionreferencelogicalname","connectionreferencedisplayname","connectorid","connectionreferenceid"],"Values":["oip_sharedcommondataserviceforapps_c36b1","OIP Connection Reference - Dataverse","/providers/Microsoft.PowerApps/apis/shared_commondataserviceforapps","c737b4cc-4506-4118-8fdc-acd2c1fcf664"]}},{"ComponentName":"oip_sharedcommondataserviceforapps_3238f","ComponentTypeName":"connectionreference","IsPresentInOrg":"True","Attributes":{"Count":4,"Keys":["connectionreferencelogicalname","connectionreferencedisplayname","connectorid","connectionreferenceid"],"Values":["oip_sharedcommondataserviceforapps_3238f","Microsoft Dataverse OleonIPManagement-3238f","/providers/Microsoft.PowerApps/apis/shared_commondataserviceforapps","01d94c4e-02c3-468f-a065-c327e9250cc2"]}},{"ComponentName":"oip_RegistrationsDocumentLocationGUIDParentSiteorLocation","ComponentTypeName":"EnvironmentVariableValue","IsPresentInOrg":"True","Attributes":{"Count":5,"Keys":["environmentvariablevalueid","value","environmentvariabledefinitionid","solutionid","environmentvariabledefinitionidname"],"Values":["f3eae558-3a2a-ed11-9db1-000d3adaf0db","86cf7e99-ee32-eb11-a813-000d3ad8bc5d","7d8d827e-e6ed-461d-adce-d1f07beb10fb","fd140aae-4df4-11dd-bd17-0019b9312238","oip_RegistrationsDocumentLocationGUIDParentSiteorLocation"]}},{"ComponentName":"oip_Dyn365AppGUID","ComponentTypeName":"EnvironmentVariableValue","IsPresentInOrg":"True","Attributes":{"Count":5,"Keys":["environmentvariablevalueid","value","environmentvariabledefinitionid","solutionid","environmentvariabledefinitionidname"],"Values":["64c22970-3a2a-ed11-9db1-000d3adaf0db","1fcbb85d-841a-eb11-a813-000d3ad8bc5d","85b6b468-2e99-4344-9dc6-088185da13bc","fd140aae-4df4-11dd-bd17-0019b9312238","oip_Dyn365AppGUID"]}}]}
Dear Community Members, We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd. During this period, members will not be able to Kudo, Comment, or Reply to any posts. On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities. What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!
We are excited to announce the Summer of Solutions Challenge! This challenge is kicking off on Monday, June 17th and will run for (4) weeks. The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions in the Forums to as many questions as you can. Answers can be provided in all the communities. Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”) - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024 Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods. You must enter into each weekly Entry Period separately. How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different. Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers. At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing. Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner. A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random. Individuals will be contacted before the announcement with the opportunity to claim or deny the prize. Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners. Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event. ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE** Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersNumber of SolutionsSuper UsersNumber of Solutions @anandm08 23 @WarrenBelz 31 @DBO_DV 10 @Amik 19 AmínAA 6 @mmbr1606 12 @rzuber 4 @happyume 7 @Giraldoj 3@ANB 6 (tie) @SpongYe 6 (tie) Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersSolutionsSuper UsersSolutions @anandm08 10@WarrenBelz 25 @DBO_DV 6@mmbr1606 14 @AmínAA 4 @Amik 12 @royg 3 @ANB 10 @AllanDeCastro 2 @SunilPashikanti 5 @Michaelfp 2 @FLMike 5 @eduardo_izzo 2 Meekou 2 @rzuber 2 @Velegandla 2 @PowerPlatform-P 2 @Micaiah 2 Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Apps anandm0861WarrenBelz86DBO_DV25Amik66Michaelfp13mmbr160647Giraldoj13FLMike31AmínAA13SpongYe27 Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Apps DBO-DV21WarranBelz26Giraldoj7mmbr160618Muzammmil_0695067Amik14samfawzi_acml6FLMike12tzuber6ANB8 SunilPashikanti8
On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners. The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights. Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.
We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for. We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer. Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together. Here's to new beginnings and endless possibilities! If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport. To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages