Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Awards and Recognition copilot changes #96

Merged
merged 2 commits into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file modified AppSourcePackages/mpa_AwardsRecognitionCopilot/package.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
<Import Project="$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.props" Condition="Exists('$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.props')" />
<PropertyGroup>
<ProjectGuid>1adc777e-ab0a-4c9e-a39f-8be46511abf9</ProjectGuid>
<ProjectGuid>f5685572-7deb-476e-bfa4-d2a7ab0e7c93</ProjectGuid>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<!--Remove TargetFramework when this is available in 16.1-->
<TargetFramework>net462</TargetFramework>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ImportExportXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ImportExportXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" OrganizationVersion="9.2.24095.210" OrganizationSchemaType="Standard" CRMServerServiceabilityVersion="9.2.24095.00210">
<Entities />
<Roles />
<Workflows />
Expand Down
12 changes: 6 additions & 6 deletions Solutions/mpa_AwardsRecognitionCopilot/src/Other/Solution.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<ImportExportXml version="9.2.24064.210" SolutionPackageVersion="9.2" languagecode="1033" generatedBy="CrmLive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ImportExportXml version="9.2.24095.210" SolutionPackageVersion="9.2" languagecode="1033" generatedBy="CrmLive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" OrganizationVersion="9.2.24095.210" OrganizationSchemaType="Standard" CRMServerServiceabilityVersion="9.2.24095.00210">
<SolutionManifest>
<UniqueName>mpa_AwardsRecognitionCopilot</UniqueName>
<LocalizedNames>
<LocalizedName description="Awards &amp; Recognition Copilot" languagecode="1033" />
<LocalizedName description="Awards and Recognition Agent" languagecode="1033" />
</LocalizedNames>
<Descriptions>
<Description description="The Awards &amp; Recognition Copilot is designed to streamline the process of nominating and recognizing employees for their contributions and achievements." languagecode="1033" />
<Description description="Use the Awards and Recognition Agent to submit nominations for recognizing individual coworkers and teams, and to view your own recognitions." languagecode="1033" />
</Descriptions>
<Version>1.0.0.1</Version>
<Version>1.0.0.4</Version>
<Managed>2</Managed>
<Publisher>
<UniqueName>PowerAccelerator</UniqueName>
Expand Down Expand Up @@ -112,8 +112,8 @@
<Dependent type="29" displayName="Awards &amp; Recognition - Submit to Dataverse" id="{1b3b6893-a71e-ef11-840a-00224834774f}" />
</MissingDependency>
<MissingDependency>
<Required type="90" schemaName="Microsoft.Dynamics.AI.Plugins.CustomApis.AIPluginPredict, Microsoft.Dynamics.AI.Plugins, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" displayName="Microsoft.Dynamics.AI.Plugins.CustomApis.AIPluginPredict" solution="msdyn_AISolution (202406.4.18.1)" id="{727e8789-bd29-46fa-b00a-3a49605eeb06}">
<package>msdyn_AISolutionAnchor (202406.4.18.1)</package>
<Required type="90" schemaName="Microsoft.Dynamics.AI.Plugins.CustomApis.AIPluginPredict, Microsoft.Dynamics.AI.Plugins, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" displayName="Microsoft.Dynamics.AI.Plugins.CustomApis.AIPluginPredict" solution="msdyn_AISolution (202409.5.24.1)" id="{727e8789-bd29-46fa-b00a-3a49605eeb06}">
<package>msdyn_AISolutionAnchor (202409.5.24.1)</package>
</Required>
<Dependent type="CustomAPI" displayName="msdyn_aibdptawardwriterv3a3f7b7c633894dc683d083732f08f754" id.uniquename="msdyn_aibdptawardwriterv3a3f7b7c633894dc683d083732f08f754" />
</MissingDependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"properties": {
"connectionReferences": {
"shared_commondataserviceforapps_1": {
"impersonation": {
"source": "invoker"
},
"runtimeSource": "embedded",
"connection": {
"connectionReferenceLogicalName": "mpa_awardsAndRecognition.cr.0A-LiI5Z"
Expand Down Expand Up @@ -117,26 +120,8 @@
"actions": {
"Scope": {
"actions": {
"Convert_time_zone": {
"runAfter": {},
"metadata": {
"operationMetadataId": "99fc1838-3213-4980-8a0b-4e8a093270f0"
},
"type": "Expression",
"kind": "ConvertTimeZone",
"inputs": {
"baseTime": "@{utcNow()}",
"formatString": "@{'MM/dd/yyyy hh:mm:ss'}",
"sourceTimeZone": "UTC",
"destinationTimeZone": "@triggerBody()['text_8']"
}
},
"Compose_Nomination_Type": {
"runAfter": {
"Convert_time_zone": [
"Succeeded"
]
},
"runAfter": {},
"metadata": {
"operationMetadataId": "b2d02d17-fa3c-4878-92d6-deef7d28f24c"
},
Expand Down Expand Up @@ -177,7 +162,7 @@
"operationMetadataId": "0be9cd50-53f9-423a-aa4f-15a5fa281477"
},
"type": "Compose",
"inputs": "@{outputs('Compose_Nomination_Type')}-@{outputs('Get_Award_by_ID')?['body/mpa_name']}-@{body('Convert_time_zone')}"
"inputs": "@{outputs('Compose_Nomination_Type')}-@{outputs('Get_Award_by_ID')?['body/mpa_name']}-@{utcNow()}"
},
"Team_Type": {
"actions": {
Expand Down
Loading