-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update sample files per PR instructions using pac
- Loading branch information
Showing
13 changed files
with
240 additions
and
186 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Binary file removed
BIN
-4.13 KB
samples/sharepoint-list-update-created-by/solution/UpdateCreatedBy_1_0_0_1.zip
Binary file not shown.
1 change: 0 additions & 1 deletion
1
...es/sharepoint-list-update-created-by/solution/UpdateCreatedBy_1_0_0_1/[Content_Types].xml
This file was deleted.
Oops, something went wrong.
55 changes: 0 additions & 55 deletions
55
...les/sharepoint-list-update-created-by/solution/UpdateCreatedBy_1_0_0_1/customizations.xml
This file was deleted.
Oops, something went wrong.
54 changes: 54 additions & 0 deletions
54
samples/sharepoint-list-update-created-by/sourcecode/UpdateCreatedBy.cdsproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<PowerAppsTargetsPath>$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\PowerApps</PowerAppsTargetsPath> | ||
</PropertyGroup> | ||
|
||
<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>8f595c70-54fd-477e-bd05-7937e1d15be0</ProjectGuid> | ||
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> | ||
<!--Remove TargetFramework when this is available in 16.1--> | ||
<TargetFramework>net462</TargetFramework> | ||
<RestoreProjectStyle>PackageReference</RestoreProjectStyle> | ||
<SolutionRootPath>src</SolutionRootPath> | ||
</PropertyGroup> | ||
|
||
<!-- | ||
Solution Packager overrides, un-comment to use: SolutionPackagerType (Managed, Unmanaged, Both) | ||
Solution Localization Control, if you want to enabled localization of your solution, un-comment SolutionPackageEnableLocalization and set the value to true. - Requires use of -loc flag on Solution Clone or Sync | ||
--> | ||
<!-- | ||
<PropertyGroup> | ||
<SolutionPackageType>Managed</SolutionPackageType> | ||
<SolutionPackageEnableLocalization>false</SolutionPackageEnableLocalization> | ||
</PropertyGroup> | ||
--> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.PowerApps.MSBuild.Solution" Version="1.*" /> | ||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\.gitignore" /> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\bin\**" /> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\obj\**" /> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\*.cdsproj" /> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\*.cdsproj.user" /> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\*.sln" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="$(MSBuildThisFileDirectory)\**" Exclude="@(ExcludeDirectories)" /> | ||
<Content Include="$(SolutionPackageZipFilePath)"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</Content> | ||
</ItemGroup> | ||
|
||
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" /> | ||
<Import Project="$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.targets" Condition="Exists('$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.targets')" /> | ||
|
||
</Project> |
28 changes: 28 additions & 0 deletions
28
samples/sharepoint-list-update-created-by/sourcecode/src/Other/Customizations.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ImportExportXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" OrganizationVersion="9.2.24092.184" OrganizationSchemaType="Standard" CRMServerServiceabilityVersion="9.2.24093.00198"> | ||
<Entities /> | ||
<Roles /> | ||
<Workflows /> | ||
<FieldSecurityProfiles /> | ||
<Templates /> | ||
<EntityMaps /> | ||
<EntityRelationships /> | ||
<OrganizationSettings /> | ||
<optionsets /> | ||
<CustomControls /> | ||
<EntityDataProviders /> | ||
<connectionreferences> | ||
<connectionreference connectionreferencelogicalname="glynn_SharePoint"> | ||
<connectionreferencedisplayname>SharePoint</connectionreferencedisplayname> | ||
<connectorid>/providers/Microsoft.PowerApps/apis/shared_sharepointonline</connectorid> | ||
<description>Microsoft SharePoint</description> | ||
<iscustomizable>1</iscustomizable> | ||
<promptingbehavior>0</promptingbehavior> | ||
<statecode>0</statecode> | ||
<statuscode>1</statuscode> | ||
</connectionreference> | ||
</connectionreferences> | ||
<Languages> | ||
<Language>1033</Language> | ||
</Languages> | ||
</ImportExportXml> |
175 changes: 88 additions & 87 deletions
175
...tion/UpdateCreatedBy_1_0_0_1/solution.xml → ...ated-by/sourcecode/src/Other/Solution.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,88 +1,89 @@ | ||
<ImportExportXml version="9.2.24083.198" SolutionPackageVersion="9.2" languagecode="1033" generatedBy="CrmLive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" OrganizationVersion="9.2.24083.198" OrganizationSchemaType="Standard" OrganizationType="Developer" TenantId="d01de95c-6409-40c0-94c1-300cd0a13c87" CRMServerServiceabilityVersion="9.2.24083.00198"> | ||
<SolutionManifest> | ||
<UniqueName>UpdateCreatedBy</UniqueName> | ||
<LocalizedNames> | ||
<LocalizedName description="Sharepoint - List - Update Created By" languagecode="1033" /> | ||
</LocalizedNames> | ||
<Descriptions> | ||
<Description description="This Power Automate flow updates the “Created By” field of a Microsoft List item, replacing the account with a specified user based on their email address, using an HTTP request to SharePoint." languagecode="1033" /> | ||
</Descriptions> | ||
<Version>1.0.0.1</Version> | ||
<Managed>0</Managed> | ||
<Publisher> | ||
<UniqueName>GlynnPearson</UniqueName> | ||
<LocalizedNames> | ||
<LocalizedName description="Glynn Pearson" languagecode="1033" /> | ||
</LocalizedNames> | ||
<Descriptions> | ||
<Description description="System 5 Head of Development" languagecode="1033" /> | ||
</Descriptions> | ||
<EMailAddress xsi:nil="true"></EMailAddress> | ||
<SupportingWebsiteUrl xsi:nil="true"></SupportingWebsiteUrl> | ||
<CustomizationPrefix>glynn</CustomizationPrefix> | ||
<CustomizationOptionValuePrefix>72132</CustomizationOptionValuePrefix> | ||
<Addresses> | ||
<Address> | ||
<AddressNumber>1</AddressNumber> | ||
<AddressTypeCode>1</AddressTypeCode> | ||
<City xsi:nil="true"></City> | ||
<County xsi:nil="true"></County> | ||
<Country xsi:nil="true"></Country> | ||
<Fax xsi:nil="true"></Fax> | ||
<FreightTermsCode xsi:nil="true"></FreightTermsCode> | ||
<ImportSequenceNumber xsi:nil="true"></ImportSequenceNumber> | ||
<Latitude xsi:nil="true"></Latitude> | ||
<Line1 xsi:nil="true"></Line1> | ||
<Line2 xsi:nil="true"></Line2> | ||
<Line3 xsi:nil="true"></Line3> | ||
<Longitude xsi:nil="true"></Longitude> | ||
<Name xsi:nil="true"></Name> | ||
<PostalCode xsi:nil="true"></PostalCode> | ||
<PostOfficeBox xsi:nil="true"></PostOfficeBox> | ||
<PrimaryContactName xsi:nil="true"></PrimaryContactName> | ||
<ShippingMethodCode>1</ShippingMethodCode> | ||
<StateOrProvince xsi:nil="true"></StateOrProvince> | ||
<Telephone1 xsi:nil="true"></Telephone1> | ||
<Telephone2 xsi:nil="true"></Telephone2> | ||
<Telephone3 xsi:nil="true"></Telephone3> | ||
<TimeZoneRuleVersionNumber xsi:nil="true"></TimeZoneRuleVersionNumber> | ||
<UPSZone xsi:nil="true"></UPSZone> | ||
<UTCOffset xsi:nil="true"></UTCOffset> | ||
<UTCConversionTimeZoneCode xsi:nil="true"></UTCConversionTimeZoneCode> | ||
</Address> | ||
<Address> | ||
<AddressNumber>2</AddressNumber> | ||
<AddressTypeCode>1</AddressTypeCode> | ||
<City xsi:nil="true"></City> | ||
<County xsi:nil="true"></County> | ||
<Country xsi:nil="true"></Country> | ||
<Fax xsi:nil="true"></Fax> | ||
<FreightTermsCode xsi:nil="true"></FreightTermsCode> | ||
<ImportSequenceNumber xsi:nil="true"></ImportSequenceNumber> | ||
<Latitude xsi:nil="true"></Latitude> | ||
<Line1 xsi:nil="true"></Line1> | ||
<Line2 xsi:nil="true"></Line2> | ||
<Line3 xsi:nil="true"></Line3> | ||
<Longitude xsi:nil="true"></Longitude> | ||
<Name xsi:nil="true"></Name> | ||
<PostalCode xsi:nil="true"></PostalCode> | ||
<PostOfficeBox xsi:nil="true"></PostOfficeBox> | ||
<PrimaryContactName xsi:nil="true"></PrimaryContactName> | ||
<ShippingMethodCode>1</ShippingMethodCode> | ||
<StateOrProvince xsi:nil="true"></StateOrProvince> | ||
<Telephone1 xsi:nil="true"></Telephone1> | ||
<Telephone2 xsi:nil="true"></Telephone2> | ||
<Telephone3 xsi:nil="true"></Telephone3> | ||
<TimeZoneRuleVersionNumber xsi:nil="true"></TimeZoneRuleVersionNumber> | ||
<UPSZone xsi:nil="true"></UPSZone> | ||
<UTCOffset xsi:nil="true"></UTCOffset> | ||
<UTCConversionTimeZoneCode xsi:nil="true"></UTCConversionTimeZoneCode> | ||
</Address> | ||
</Addresses> | ||
</Publisher> | ||
<RootComponents> | ||
<RootComponent type="29" id="{5704696e-af75-ef11-a670-000d3a476e1e}" behavior="0" /> | ||
</RootComponents> | ||
<MissingDependencies /> | ||
</SolutionManifest> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ImportExportXml version="9.2.24092.184" SolutionPackageVersion="9.2" languagecode="1033" generatedBy="CrmLive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" OrganizationVersion="9.2.24092.184" OrganizationSchemaType="Standard" CRMServerServiceabilityVersion="9.2.24093.00198"> | ||
<SolutionManifest> | ||
<UniqueName>UpdateCreatedBy</UniqueName> | ||
<LocalizedNames> | ||
<LocalizedName description="Sharepoint - List - Update Created By" languagecode="1033" /> | ||
</LocalizedNames> | ||
<Descriptions> | ||
<Description description="This Power Automate flow updates the “Created By” field of a Microsoft List item, replacing the account with a specified user based on their email address, using an HTTP request to SharePoint." languagecode="1033" /> | ||
</Descriptions> | ||
<Version>1.0.0.2</Version> | ||
<Managed>2</Managed> | ||
<Publisher> | ||
<UniqueName>GlynnPearson</UniqueName> | ||
<LocalizedNames> | ||
<LocalizedName description="Glynn Pearson" languagecode="1033" /> | ||
</LocalizedNames> | ||
<Descriptions> | ||
<Description description="System 5 Head of Development" languagecode="1033" /> | ||
</Descriptions> | ||
<EMailAddress xsi:nil="true"></EMailAddress> | ||
<SupportingWebsiteUrl xsi:nil="true"></SupportingWebsiteUrl> | ||
<CustomizationPrefix>glynn</CustomizationPrefix> | ||
<CustomizationOptionValuePrefix>72132</CustomizationOptionValuePrefix> | ||
<Addresses> | ||
<Address> | ||
<AddressNumber>1</AddressNumber> | ||
<AddressTypeCode>1</AddressTypeCode> | ||
<City xsi:nil="true"></City> | ||
<County xsi:nil="true"></County> | ||
<Country xsi:nil="true"></Country> | ||
<Fax xsi:nil="true"></Fax> | ||
<FreightTermsCode xsi:nil="true"></FreightTermsCode> | ||
<ImportSequenceNumber xsi:nil="true"></ImportSequenceNumber> | ||
<Latitude xsi:nil="true"></Latitude> | ||
<Line1 xsi:nil="true"></Line1> | ||
<Line2 xsi:nil="true"></Line2> | ||
<Line3 xsi:nil="true"></Line3> | ||
<Longitude xsi:nil="true"></Longitude> | ||
<Name xsi:nil="true"></Name> | ||
<PostalCode xsi:nil="true"></PostalCode> | ||
<PostOfficeBox xsi:nil="true"></PostOfficeBox> | ||
<PrimaryContactName xsi:nil="true"></PrimaryContactName> | ||
<ShippingMethodCode>1</ShippingMethodCode> | ||
<StateOrProvince xsi:nil="true"></StateOrProvince> | ||
<Telephone1 xsi:nil="true"></Telephone1> | ||
<Telephone2 xsi:nil="true"></Telephone2> | ||
<Telephone3 xsi:nil="true"></Telephone3> | ||
<TimeZoneRuleVersionNumber xsi:nil="true"></TimeZoneRuleVersionNumber> | ||
<UPSZone xsi:nil="true"></UPSZone> | ||
<UTCOffset xsi:nil="true"></UTCOffset> | ||
<UTCConversionTimeZoneCode xsi:nil="true"></UTCConversionTimeZoneCode> | ||
</Address> | ||
<Address> | ||
<AddressNumber>2</AddressNumber> | ||
<AddressTypeCode>1</AddressTypeCode> | ||
<City xsi:nil="true"></City> | ||
<County xsi:nil="true"></County> | ||
<Country xsi:nil="true"></Country> | ||
<Fax xsi:nil="true"></Fax> | ||
<FreightTermsCode xsi:nil="true"></FreightTermsCode> | ||
<ImportSequenceNumber xsi:nil="true"></ImportSequenceNumber> | ||
<Latitude xsi:nil="true"></Latitude> | ||
<Line1 xsi:nil="true"></Line1> | ||
<Line2 xsi:nil="true"></Line2> | ||
<Line3 xsi:nil="true"></Line3> | ||
<Longitude xsi:nil="true"></Longitude> | ||
<Name xsi:nil="true"></Name> | ||
<PostalCode xsi:nil="true"></PostalCode> | ||
<PostOfficeBox xsi:nil="true"></PostOfficeBox> | ||
<PrimaryContactName xsi:nil="true"></PrimaryContactName> | ||
<ShippingMethodCode>1</ShippingMethodCode> | ||
<StateOrProvince xsi:nil="true"></StateOrProvince> | ||
<Telephone1 xsi:nil="true"></Telephone1> | ||
<Telephone2 xsi:nil="true"></Telephone2> | ||
<Telephone3 xsi:nil="true"></Telephone3> | ||
<TimeZoneRuleVersionNumber xsi:nil="true"></TimeZoneRuleVersionNumber> | ||
<UPSZone xsi:nil="true"></UPSZone> | ||
<UTCOffset xsi:nil="true"></UTCOffset> | ||
<UTCConversionTimeZoneCode xsi:nil="true"></UTCConversionTimeZoneCode> | ||
</Address> | ||
</Addresses> | ||
</Publisher> | ||
<RootComponents> | ||
<RootComponent type="29" id="{5704696e-af75-ef11-a670-000d3a476e1e}" behavior="0" /> | ||
</RootComponents> | ||
<MissingDependencies /> | ||
</SolutionManifest> | ||
</ImportExportXml> |
Oops, something went wrong.