diff --git a/samples/power-365-crm/README.md b/samples/power-365-crm/README.md new file mode 100644 index 00000000..2fe2336b --- /dev/null +++ b/samples/power-365-crm/README.md @@ -0,0 +1,109 @@ +### Summary +Power 365 CRM is a community solution based on Microsoft Dataverse low-code and pro-code. +In this release v1.0 you will be able to manage your entire sales process from Prosect to Quote. This will include management of opportunities during the sales process and autonomous opportunity amount calculation. + +![](https://github.com/Power365initiatives/power365crm/raw/master/assets/Power365CRMSales.gif) + +### Applies to + +[Microsoft Power Apps](https://learn.microsoft.com/en-us/power-apps/) + +[Model-Driven Power Apps](https://learn.microsoft.com/en-us/power-apps/maker/model-driven-apps/) + +[Custom Pages](https://learn.microsoft.com/en-us/power-apps/maker/model-driven-apps/model-app-page-overview) + +### Compatibility + +> Don't worry about this section, we'll take care of it. Unless you really want to... + +![Power Apps Source File Pack and Unpack Utility 0.20](https://img.shields.io/badge/Packing%20Tool-0.20-green.svg) +![Premium License](https://img.shields.io/badge/Premium%20License-Not%20Required-green.svg "Premium Power Apps license not required") +![Experimental Features](https://img.shields.io/badge/Experimental%20Features-No-green.svg "Does not rely on experimental features") +![On-Premises Connectors](https://img.shields.io/badge/On--Premises%20Connectors-No-green.svg "Does not use on-premise connectors") +![Custom Connectors](https://img.shields.io/badge/Custom%20Connectors-Not%20Required-green.svg "Does not use custom connectors") + +### Authors + +Solution|Author(s) +--------|--------- +Power 365 CRM | [Nicolás Fernández](https://www.linkedin.com/in/nfernandezba/) +Power 365 CRM | [Ignacio Barrios](https://www.linkedin.com/in/ignaciobarriosantos/) +Power 365 CRM | [Wilmer Alcivar](https://www.linkedin.com/in/wilmeralcivar/) - [Github](https://github.com/walcivar) + +### Version history + +Version|Date|Comments +-------|----|-------- +1.0|March 1, 2024|Initial release + +### Data Sources + +* Dataverse + +### Data Model + +Objects present in the solution: + + Type | Tables | +|-----:|-----------| +| Common | Account, Contact, Currency | +| Core | List Item, Price List, Product, Sales Unit | +| Sales | Lead, Opportunity, Opportunity Product, Quote, Quote Product, Account Plan, Action Plan, Opportunity Closure | + + +
+Development + +| Rank | Name | +|-----:|-----------| +|WebResources| opportunity, quote, enums, helpers, ribbon | +|Custom APIs| CloseOpportunity, CreateQuoteFromOpp, QualifyProspect | +|Plugins| OpportunityPostOp, OpportunityProductPostOp, QUoteProductPostOp | + +
+ +### Minimal path to awesome + +1. Download up-to-date release +2. Install Core solution with common components first +3. Install specific product solution +4. Set the user language to English + + +https://github.com/Power365initiatives/power365crm/releases + +### Features +In this release v1.0 you will be able to manage your entire sales process from Prosect to Quote. This will include management of opportunities during the sales process and autonomous opportunity amount calculation. +1. Create a Prospect +2. Qualify a Prospect +3. Automatic record creation (Account, Contact and Opportunity) when qualify a Prospect +4. Automatic Quote creation including its quote products +5. Close Opportunity as Won or Lost + +### Solution Componentes + +Solution|Components +--------|--------- +Power365CRMCore | 6 tables, 6 web resources +Power365CRMSales | 1 Model Driven App (Sales Center), 2 Custom Pages, 3 Custom APIs, 1 Plugin assembly, 18 tables, 8 web resources + +### Prerequisites +None + +### User manual +For more information on how to start using this solution, please visit the [Power365CRM Wiki](https://github.com/Power365initiatives/power365crm/wiki) + +### Help +Note: don't worry about this section, we'll update the links. + +We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues. + +If you encounter any issues while using this sample, you can [create a new issue](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=bug-report.yml&sample=YOURSAMPLENAME&authors=@YOURGITHUBUSERNAME&title=YOURSAMPLENAME%20-%20) + +For questions regarding this sample, [create a new question](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=question.yml&sample=YOURSAMPLENAME&authors=@YOURGITHUBUSERNAME&title=YOURSAMPLENAME%20-%20) + +Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=suggestion.yml&sample=YOURSAMPLENAME&authors=@YOURGITHUBUSERNAME&title=YOURSAMPLENAME%20-%20) + +### Disclaimer + +**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** diff --git a/samples/power-365-crm/assets/Power365CRMSales.gif b/samples/power-365-crm/assets/Power365CRMSales.gif new file mode 100644 index 00000000..0717a5d1 Binary files /dev/null and b/samples/power-365-crm/assets/Power365CRMSales.gif differ diff --git a/samples/power-365-crm/solution/Power365CRMCoreSolution_1_0_0_0.zip b/samples/power-365-crm/solution/Power365CRMCoreSolution_1_0_0_0.zip new file mode 100644 index 00000000..1ef69c15 Binary files /dev/null and b/samples/power-365-crm/solution/Power365CRMCoreSolution_1_0_0_0.zip differ diff --git a/samples/power-365-crm/solution/Power365CRMCoreSolution_1_0_0_0_managed.zip b/samples/power-365-crm/solution/Power365CRMCoreSolution_1_0_0_0_managed.zip new file mode 100644 index 00000000..31febeb6 Binary files /dev/null and b/samples/power-365-crm/solution/Power365CRMCoreSolution_1_0_0_0_managed.zip differ diff --git a/samples/power-365-crm/solution/Power365CRMSalesSolution_1_0_0_1.zip b/samples/power-365-crm/solution/Power365CRMSalesSolution_1_0_0_1.zip new file mode 100644 index 00000000..a6a07fac Binary files /dev/null and b/samples/power-365-crm/solution/Power365CRMSalesSolution_1_0_0_1.zip differ diff --git a/samples/power-365-crm/solution/Power365CRMSalesSolution_1_0_0_1_managed.zip b/samples/power-365-crm/solution/Power365CRMSalesSolution_1_0_0_1_managed.zip new file mode 100644 index 00000000..d750f5f3 Binary files /dev/null and b/samples/power-365-crm/solution/Power365CRMSalesSolution_1_0_0_1_managed.zip differ diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/.gitignore b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/.gitignore new file mode 100644 index 00000000..ba59257a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/.gitignore @@ -0,0 +1,8 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# msbuild output directories +/bin +/obj + +# MSBuild Binary and Structured Log +*.binlog diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/Power365CRMCoreSolution.cdsproj b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/Power365CRMCoreSolution.cdsproj new file mode 100644 index 00000000..e99ba874 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/Power365CRMCoreSolution.cdsproj @@ -0,0 +1,54 @@ + + + + $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\PowerApps + + + + + + + 2f0d2f94-a2d3-41de-bb77-0e7f3cee3271 + v4.6.2 + + net462 + PackageReference + src + + + + + + + + + + + + + + + + + + + + + + + PreserveNewest + + + + + + + diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/Account/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/Account/Entity.xml new file mode 100644 index 00000000..c6c77de9 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/Account/Entity.xml @@ -0,0 +1,82 @@ + + + Account + + + + + nvarchar + name + name + required + ActivityRegardingName|ActivityPointerRegardingName|PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm|RequiredForGrid + active + 1 + 1 + 1 + 0 + 1 + 0 + 5.0.0.0 + 0 + 0 + 1 + 0 + + 1 + 0 + 1 + 0 + text + 100 + 600 + + + + + + + + + lookup + p365i_pricelist + p365i_pricelist + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/Account/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/Account/RibbonDiff.xml new file mode 100644 index 00000000..6b56f485 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/Account/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/Contact/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/Contact/Entity.xml new file mode 100644 index 00000000..85801ed4 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/Contact/Entity.xml @@ -0,0 +1,110 @@ + + + Contact + + + + + nvarchar + firstname + firstname + recommended + ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + active + 1 + 1 + 1 + 0 + 1 + 0 + 5.0.0.0 + 0 + 0 + 0 + 0 + + 1 + 0 + 0 + 0 + text + 50 + 300 + + + + + + + + + nvarchar + fullname + fullname + none + ActivityRegardingName|ActivityPointerRegardingName|PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForGrid + active + 0 + 1 + 0 + 0 + 1 + 0 + 5.0.0.0 + 0 + 0 + 1 + 0 + + 1 + 0 + 1 + 0 + text + 300 + 600 + + + + + + + + + nvarchar + lastname + lastname + required + ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + active + 1 + 1 + 1 + 0 + 1 + 0 + 5.0.0.0 + 0 + 0 + 0 + 0 + + 1 + 0 + 0 + 0 + text + 50 + 300 + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/Contact/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/Contact/RibbonDiff.xml new file mode 100644 index 00000000..6b56f485 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/Contact/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/ProcessSession/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/ProcessSession/Entity.xml new file mode 100644 index 00000000..b56aa078 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/ProcessSession/Entity.xml @@ -0,0 +1,5 @@ + + + ProcessSession + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/ProcessSession/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/ProcessSession/RibbonDiff.xml new file mode 100644 index 00000000..59d20483 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/ProcessSession/RibbonDiff.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/SyncError/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/SyncError/Entity.xml new file mode 100644 index 00000000..e603e359 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/SyncError/Entity.xml @@ -0,0 +1,5 @@ + + + SyncError + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/SyncError/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/SyncError/RibbonDiff.xml new file mode 100644 index 00000000..6b56f485 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/SyncError/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/TransactionCurrency/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/TransactionCurrency/Entity.xml new file mode 100644 index 00000000..76a3edfd --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/TransactionCurrency/Entity.xml @@ -0,0 +1,5 @@ + + + TransactionCurrency + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/TransactionCurrency/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/TransactionCurrency/RibbonDiff.xml new file mode 100644 index 00000000..59d20483 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/TransactionCurrency/RibbonDiff.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/Entity.xml new file mode 100644 index 00000000..58bd8139 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/Entity.xml @@ -0,0 +1,1110 @@ + + + p365i_ListItem + + + + + + + + + + + + + + lookup + createdby + createdby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + createdon + createdon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + createdonbehalfby + createdonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + decimal + exchangerate + exchangerate + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + disabled + 0 + 1 + 0 + 0 + 1 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + 1E-10 + 100000000000 + 10 + + + + + + + + + int + importsequencenumber + importsequencenumber + none + ValidForAdvancedFind + disabled + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -2147483648 + 2147483647 + + + + + + + + + lookup + modifiedby + modifiedby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + modifiedon + modifiedon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + modifiedonbehalfby + modifiedonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + overriddencreatedon + overriddencreatedon + none + ValidForAdvancedFind|ValidForGrid + inactive + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + date + 0 + 1 + + + + + + + + + owner + ownerid + ownerid + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + 8 + 9 + + + + + + + + + + lookup + owningbusinessunit + owningbusinessunit + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + + + + + + + + + lookup + owningteam + owningteam + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + owninguser + owninguser + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + primarykey + p365i_listitemid + p365i_listitemid + systemrequired + ValidForAdvancedFind|RequiredForGrid + auto + 0 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + + + + + + + + + nvarchar + p365i_name + p365i_name + none + PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 1 + 0 + 1 + 0 + text + 100 + 200 + + + + + + + + + money + p365i_price + p365i_price + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + -922337203685477 + 922337203685477 + 2 + 2 + + + + + + + + + money + p365i_price_base + p365i_price_base + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + disabled + 0 + 1 + 0 + 1 + 1 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + -922337203685477 + 922337203685477 + 2 + 2 + p365i_Price + + + + + + + + + lookup + p365i_pricelist + p365i_pricelist + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + p365i_product + p365i_product + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + p365i_salesunit + p365i_salesunit + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + state + statecode + statecode + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + + state + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + status + statuscode + statuscode + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + status + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + int + timezoneruleversionnumber + timezoneruleversionnumber + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + lookup + transactioncurrencyid + transactioncurrencyid + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + int + utcconversiontimezonecode + utcconversiontimezonecode + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + p365i_listitems + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + UserOwned + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/card/{c16914b6-693e-4080-bab0-a8e3c3f3ae59}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/card/{c16914b6-693e-4080-bab0-a8e3c3f3ae59}.xml new file mode 100644 index 00000000..ad641ca7 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/card/{c16914b6-693e-4080-bab0-a8e3c3f3ae59}.xml @@ -0,0 +1,112 @@ + + + + {c16914b6-693e-4080-bab0-a8e3c3f3ae59} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/card/{c16914b6-693e-4080-bab0-a8e3c3f3ae59}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/card/{c16914b6-693e-4080-bab0-a8e3c3f3ae59}_managed.xml new file mode 100644 index 00000000..763b1cc7 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/card/{c16914b6-693e-4080-bab0-a8e3c3f3ae59}_managed.xml @@ -0,0 +1,112 @@ + + + + {c16914b6-693e-4080-bab0-a8e3c3f3ae59} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/main/{7c653b35-f3ea-41a9-bdb9-f3a9a3b481f3}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/main/{7c653b35-f3ea-41a9-bdb9-f3a9a3b481f3}.xml new file mode 100644 index 00000000..886e0a9b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/main/{7c653b35-f3ea-41a9-bdb9-f3a9a3b481f3}.xml @@ -0,0 +1,147 @@ + + + + {7c653b35-f3ea-41a9-bdb9-f3a9a3b481f3} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/main/{7c653b35-f3ea-41a9-bdb9-f3a9a3b481f3}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/main/{7c653b35-f3ea-41a9-bdb9-f3a9a3b481f3}_managed.xml new file mode 100644 index 00000000..749453c9 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/main/{7c653b35-f3ea-41a9-bdb9-f3a9a3b481f3}_managed.xml @@ -0,0 +1,147 @@ + + + + {7c653b35-f3ea-41a9-bdb9-f3a9a3b481f3} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quick/{0eda2a71-ef98-4be8-b981-5f5a28d05381}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quick/{0eda2a71-ef98-4be8-b981-5f5a28d05381}.xml new file mode 100644 index 00000000..80bd1203 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quick/{0eda2a71-ef98-4be8-b981-5f5a28d05381}.xml @@ -0,0 +1,71 @@ + + + + {0eda2a71-ef98-4be8-b981-5f5a28d05381} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ + + +
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quick/{0eda2a71-ef98-4be8-b981-5f5a28d05381}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quick/{0eda2a71-ef98-4be8-b981-5f5a28d05381}_managed.xml new file mode 100644 index 00000000..3716936f --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quick/{0eda2a71-ef98-4be8-b981-5f5a28d05381}_managed.xml @@ -0,0 +1,71 @@ + + + + {0eda2a71-ef98-4be8-b981-5f5a28d05381} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ + + +
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quick/{70dec15d-c87b-ee11-8179-00224840d636}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quick/{70dec15d-c87b-ee11-8179-00224840d636}.xml new file mode 100644 index 00000000..75df7125 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quick/{70dec15d-c87b-ee11-8179-00224840d636}.xml @@ -0,0 +1,55 @@ + + + + {70dec15d-c87b-ee11-8179-00224840d636} + 1.0.0.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ + + + +
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quick/{70dec15d-c87b-ee11-8179-00224840d636}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quick/{70dec15d-c87b-ee11-8179-00224840d636}_managed.xml new file mode 100644 index 00000000..75df7125 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quick/{70dec15d-c87b-ee11-8179-00224840d636}_managed.xml @@ -0,0 +1,55 @@ + + + + {70dec15d-c87b-ee11-8179-00224840d636} + 1.0.0.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ + + + +
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quick/{8fc47389-c87b-ee11-8179-00224840d636}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quick/{8fc47389-c87b-ee11-8179-00224840d636}.xml new file mode 100644 index 00000000..da9da0c2 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quick/{8fc47389-c87b-ee11-8179-00224840d636}.xml @@ -0,0 +1,55 @@ + + + + {8fc47389-c87b-ee11-8179-00224840d636} + 1.0.0.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ + + + +
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quick/{8fc47389-c87b-ee11-8179-00224840d636}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quick/{8fc47389-c87b-ee11-8179-00224840d636}_managed.xml new file mode 100644 index 00000000..da9da0c2 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quick/{8fc47389-c87b-ee11-8179-00224840d636}_managed.xml @@ -0,0 +1,55 @@ + + + + {8fc47389-c87b-ee11-8179-00224840d636} + 1.0.0.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ + + + +
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quickCreate/{a917975b-fe68-ee11-9ae7-00224841f5ce}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quickCreate/{a917975b-fe68-ee11-9ae7-00224841f5ce}.xml new file mode 100644 index 00000000..75a4e3ff --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quickCreate/{a917975b-fe68-ee11-9ae7-00224841f5ce}.xml @@ -0,0 +1,109 @@ + + + + {a917975b-fe68-ee11-9ae7-00224841f5ce} + 1.0.0.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + +
+
+
+
+
+
+ + + + +
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quickCreate/{a917975b-fe68-ee11-9ae7-00224841f5ce}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quickCreate/{a917975b-fe68-ee11-9ae7-00224841f5ce}_managed.xml new file mode 100644 index 00000000..75a4e3ff --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/FormXml/quickCreate/{a917975b-fe68-ee11-9ae7-00224841f5ce}_managed.xml @@ -0,0 +1,109 @@ + + + + {a917975b-fe68-ee11-9ae7-00224841f5ce} + 1.0.0.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + +
+
+
+
+
+
+ + + + +
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/RibbonDiff.xml new file mode 100644 index 00000000..6b56f485 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{0b9b1dce-1968-40a3-a9ea-3e922c64fa29}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{0b9b1dce-1968-40a3-a9ea-3e922c64fa29}.xml new file mode 100644 index 00000000..b093c43d --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{0b9b1dce-1968-40a3-a9ea-3e922c64fa29}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 0 + {0b9b1dce-1968-40a3-a9ea-3e922c64fa29} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{2708c405-5d2a-41d1-8b8e-c274a16ae056}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{2708c405-5d2a-41d1-8b8e-c274a16ae056}.xml new file mode 100644 index 00000000..d2e798c1 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{2708c405-5d2a-41d1-8b8e-c274a16ae056}.xml @@ -0,0 +1,40 @@ + + + + 1 + 0 + 1 + 0 + 1 + {2708c405-5d2a-41d1-8b8e-c274a16ae056} + + + + + + + + + 4 + + + + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{53ca99fc-348d-4f82-b52b-d7e8a6cc2333}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{53ca99fc-348d-4f82-b52b-d7e8a6cc2333}.xml new file mode 100644 index 00000000..1970ea09 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{53ca99fc-348d-4f82-b52b-d7e8a6cc2333}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {53ca99fc-348d-4f82-b52b-d7e8a6cc2333} + + + + + + + + + 2 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{61c63fd4-f068-ee11-9ae7-6045bd10f18c}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{61c63fd4-f068-ee11-9ae7-6045bd10f18c}.xml new file mode 100644 index 00000000..32b8098a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{61c63fd4-f068-ee11-9ae7-6045bd10f18c}.xml @@ -0,0 +1,30 @@ + + + + 1 + 1 + 0 + 0 + 1 + {61c63fd4-f068-ee11-9ae7-6045bd10f18c} + 8192 + + + + + + + + + + + + 1.0 + + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{8c251133-01f7-4ac4-9cd4-aa2d935794ee}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{8c251133-01f7-4ac4-9cd4-aa2d935794ee}.xml new file mode 100644 index 00000000..43eb68bd --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{8c251133-01f7-4ac4-9cd4-aa2d935794ee}.xml @@ -0,0 +1,47 @@ + + + + 1 + 0 + 0 + 0 + 1 + {8c251133-01f7-4ac4-9cd4-aa2d935794ee} + + + + + + + + + + + + + + 0 + + + + + + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{a85118d3-8f44-4192-aa68-5c1eec4f4083}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{a85118d3-8f44-4192-aa68-5c1eec4f4083}.xml new file mode 100644 index 00000000..0c7ec83e --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{a85118d3-8f44-4192-aa68-5c1eec4f4083}.xml @@ -0,0 +1,34 @@ + + + + 1 + 0 + 0 + 0 + 1 + {a85118d3-8f44-4192-aa68-5c1eec4f4083} + + + + + + + + + 1 + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{bf42380c-d8f6-44a5-b7c5-ca99d0673534}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{bf42380c-d8f6-44a5-b7c5-ca99d0673534}.xml new file mode 100644 index 00000000..f10952f3 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{bf42380c-d8f6-44a5-b7c5-ca99d0673534}.xml @@ -0,0 +1,36 @@ + + + + 1 + 0 + 0 + 0 + 1 + {bf42380c-d8f6-44a5-b7c5-ca99d0673534} + + + + + + + + + 64 + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{d7e0bf1f-fd68-ee11-9ae7-00224841f5ce}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{d7e0bf1f-fd68-ee11-9ae7-00224841f5ce}.xml new file mode 100644 index 00000000..d74e73db --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_ListItem/SavedQueries/{d7e0bf1f-fd68-ee11-9ae7-00224841f5ce}.xml @@ -0,0 +1,41 @@ + + + + 1 + 1 + 0 + 0 + 0 + {d7e0bf1f-fd68-ee11-9ae7-00224841f5ce} + + + + + + + + + + + 0 + + + + + + + + + + + + + + + + 1.0.0.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/Entity.xml new file mode 100644 index 00000000..84894bea --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/Entity.xml @@ -0,0 +1,914 @@ + + + p365i_PriceList + + + + + + + + + + + + + + lookup + createdby + createdby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + createdon + createdon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + createdonbehalfby + createdonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + int + importsequencenumber + importsequencenumber + none + ValidForAdvancedFind + disabled + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -2147483648 + 2147483647 + + + + + + + + + lookup + modifiedby + modifiedby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + modifiedon + modifiedon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + modifiedonbehalfby + modifiedonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + overriddencreatedon + overriddencreatedon + none + ValidForAdvancedFind|ValidForGrid + inactive + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + date + 0 + 1 + + + + + + + + + owner + ownerid + ownerid + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + 8 + 9 + + + + + + + + + + lookup + owningbusinessunit + owningbusinessunit + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + + + + + + + + + lookup + owningteam + owningteam + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + owninguser + owninguser + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + p365i_currency + p365i_currency + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + ntext + p365i_description + p365i_description + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + text + 2000 + + + + + + + + + nvarchar + p365i_name + p365i_name + required + PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 1 + 0 + 1 + 0 + text + 100 + 200 + + + + + + + + + primarykey + p365i_pricelistid + p365i_pricelistid + systemrequired + ValidForAdvancedFind|RequiredForGrid + auto + 0 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + + + + + + + + + state + statecode + statecode + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + + state + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + status + statuscode + statuscode + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + status + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + int + timezoneruleversionnumber + timezoneruleversionnumber + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + int + utcconversiontimezonecode + utcconversiontimezonecode + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + p365i_pricelists + 1 + 0 + 0 + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + UserOwned + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + p365i_pricelistIcon + 0 + 1 + 0 + + 0 + 1 + 0 + 0 + 0 + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/FormXml/card/{d04fcec3-4b2a-4fe3-9e34-6292b893164b}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/FormXml/card/{d04fcec3-4b2a-4fe3-9e34-6292b893164b}.xml new file mode 100644 index 00000000..2a9bb4e2 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/FormXml/card/{d04fcec3-4b2a-4fe3-9e34-6292b893164b}.xml @@ -0,0 +1,112 @@ + + + + {d04fcec3-4b2a-4fe3-9e34-6292b893164b} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/FormXml/card/{d04fcec3-4b2a-4fe3-9e34-6292b893164b}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/FormXml/card/{d04fcec3-4b2a-4fe3-9e34-6292b893164b}_managed.xml new file mode 100644 index 00000000..b9856ead --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/FormXml/card/{d04fcec3-4b2a-4fe3-9e34-6292b893164b}_managed.xml @@ -0,0 +1,112 @@ + + + + {d04fcec3-4b2a-4fe3-9e34-6292b893164b} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/FormXml/main/{b0a8d38b-c6a5-4655-8e32-71606335710e}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/FormXml/main/{b0a8d38b-c6a5-4655-8e32-71606335710e}.xml new file mode 100644 index 00000000..81499741 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/FormXml/main/{b0a8d38b-c6a5-4655-8e32-71606335710e}.xml @@ -0,0 +1,163 @@ + + + + {b0a8d38b-c6a5-4655-8e32-71606335710e} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + +
+
+ + + + + + + + + + + 4 + Fixed + false + false + true + All + p365i_listitem + {D7E0BF1F-FD68-EE11-9AE7-00224841F5CE} + {8C251133-01F7-4AC4-9CD4-AA2D935794EE},{D7E0BF1F-FD68-EE11-9AE7-00224841F5CE} + p365i_p365i_listitem_PriceList_p365i_pricelist + + + + + + + + +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/FormXml/main/{b0a8d38b-c6a5-4655-8e32-71606335710e}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/FormXml/main/{b0a8d38b-c6a5-4655-8e32-71606335710e}_managed.xml new file mode 100644 index 00000000..8eaa2909 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/FormXml/main/{b0a8d38b-c6a5-4655-8e32-71606335710e}_managed.xml @@ -0,0 +1,163 @@ + + + + {b0a8d38b-c6a5-4655-8e32-71606335710e} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + +
+
+ + + + + + + + + + + 4 + Fixed + false + false + true + All + p365i_listitem + {D7E0BF1F-FD68-EE11-9AE7-00224841F5CE} + {8C251133-01F7-4AC4-9CD4-AA2D935794EE},{D7E0BF1F-FD68-EE11-9AE7-00224841F5CE} + p365i_p365i_listitem_PriceList_p365i_pricelist + + + + + + + + +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/FormXml/quick/{2d2de14f-ece3-4a9a-957d-025b16abf79d}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/FormXml/quick/{2d2de14f-ece3-4a9a-957d-025b16abf79d}.xml new file mode 100644 index 00000000..d51ef2d7 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/FormXml/quick/{2d2de14f-ece3-4a9a-957d-025b16abf79d}.xml @@ -0,0 +1,52 @@ + + + + {2d2de14f-ece3-4a9a-957d-025b16abf79d} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/FormXml/quick/{2d2de14f-ece3-4a9a-957d-025b16abf79d}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/FormXml/quick/{2d2de14f-ece3-4a9a-957d-025b16abf79d}_managed.xml new file mode 100644 index 00000000..bd298e77 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/FormXml/quick/{2d2de14f-ece3-4a9a-957d-025b16abf79d}_managed.xml @@ -0,0 +1,52 @@ + + + + {2d2de14f-ece3-4a9a-957d-025b16abf79d} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/RibbonDiff.xml new file mode 100644 index 00000000..6b56f485 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/SavedQueries/{1f94d11f-892c-4891-82ba-4116da8276ee}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/SavedQueries/{1f94d11f-892c-4891-82ba-4116da8276ee}.xml new file mode 100644 index 00000000..e03bf42a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/SavedQueries/{1f94d11f-892c-4891-82ba-4116da8276ee}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {1f94d11f-892c-4891-82ba-4116da8276ee} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/SavedQueries/{31899092-625a-4116-8920-09d693b2bfa1}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/SavedQueries/{31899092-625a-4116-8920-09d693b2bfa1}.xml new file mode 100644 index 00000000..7f220123 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/SavedQueries/{31899092-625a-4116-8920-09d693b2bfa1}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {31899092-625a-4116-8920-09d693b2bfa1} + + + + + + + + + 2 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/SavedQueries/{38a97c78-b0db-4683-8ecc-e984ccb61079}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/SavedQueries/{38a97c78-b0db-4683-8ecc-e984ccb61079}.xml new file mode 100644 index 00000000..3138171d --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/SavedQueries/{38a97c78-b0db-4683-8ecc-e984ccb61079}.xml @@ -0,0 +1,36 @@ + + + + 1 + 0 + 0 + 0 + 1 + {38a97c78-b0db-4683-8ecc-e984ccb61079} + + + + + + + + + 64 + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/SavedQueries/{5856f9c7-f068-ee11-9ae7-6045bd10f18c}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/SavedQueries/{5856f9c7-f068-ee11-9ae7-6045bd10f18c}.xml new file mode 100644 index 00000000..17c14089 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/SavedQueries/{5856f9c7-f068-ee11-9ae7-6045bd10f18c}.xml @@ -0,0 +1,30 @@ + + + + 1 + 1 + 0 + 0 + 1 + {5856f9c7-f068-ee11-9ae7-6045bd10f18c} + 8192 + + + + + + + + + + + + 1.0 + + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/SavedQueries/{5f62ed27-73dc-4009-b2c5-0cfcfe63ac96}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/SavedQueries/{5f62ed27-73dc-4009-b2c5-0cfcfe63ac96}.xml new file mode 100644 index 00000000..6285497b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/SavedQueries/{5f62ed27-73dc-4009-b2c5-0cfcfe63ac96}.xml @@ -0,0 +1,40 @@ + + + + 1 + 0 + 1 + 0 + 1 + {5f62ed27-73dc-4009-b2c5-0cfcfe63ac96} + + + + + + + + + 4 + + + + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/SavedQueries/{d5366cd1-2afd-4e91-9d0c-3af15d171c57}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/SavedQueries/{d5366cd1-2afd-4e91-9d0c-3af15d171c57}.xml new file mode 100644 index 00000000..220a59e7 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/SavedQueries/{d5366cd1-2afd-4e91-9d0c-3af15d171c57}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 0 + {d5366cd1-2afd-4e91-9d0c-3af15d171c57} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/SavedQueries/{e93685ce-8c1e-414a-b359-2b7cc7e09dfe}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/SavedQueries/{e93685ce-8c1e-414a-b359-2b7cc7e09dfe}.xml new file mode 100644 index 00000000..1990a949 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_PriceList/SavedQueries/{e93685ce-8c1e-414a-b359-2b7cc7e09dfe}.xml @@ -0,0 +1,34 @@ + + + + 1 + 0 + 0 + 0 + 1 + {e93685ce-8c1e-414a-b359-2b7cc7e09dfe} + + + + + + + + + 1 + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/Entity.xml new file mode 100644 index 00000000..ea787436 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/Entity.xml @@ -0,0 +1,916 @@ + + + p365i_Product + + + + + + + + + + + + + + lookup + createdby + createdby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + createdon + createdon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + createdonbehalfby + createdonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + int + importsequencenumber + importsequencenumber + none + ValidForAdvancedFind + disabled + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -2147483648 + 2147483647 + + + + + + + + + lookup + modifiedby + modifiedby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + modifiedon + modifiedon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + modifiedonbehalfby + modifiedonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + overriddencreatedon + overriddencreatedon + none + ValidForAdvancedFind|ValidForGrid + inactive + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + date + 0 + 1 + + + + + + + + + owner + ownerid + ownerid + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + 8 + 9 + + + + + + + + + + lookup + owningbusinessunit + owningbusinessunit + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + + + + + + + + + lookup + owningteam + owningteam + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + owninguser + owninguser + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + nvarchar + p365i_idproduct + p365i_idproduct + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + text + 100 + 200 + + + + + + + + + nvarchar + p365i_name + p365i_name + required + PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 1 + 0 + 1 + 0 + text + 100 + 200 + + + + + + + + + primarykey + p365i_productid + p365i_productid + systemrequired + ValidForAdvancedFind|RequiredForGrid + auto + 0 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + + + + + + + + + picklist + p365i_type + p365i_type + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + -1 + p365i_producttype + + + + + + + + + state + statecode + statecode + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + + state + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + status + statuscode + statuscode + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + status + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + int + timezoneruleversionnumber + timezoneruleversionnumber + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + int + utcconversiontimezonecode + utcconversiontimezonecode + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + p365i_products + 1 + 0 + 0 + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + UserOwned + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + p365i_productsIcon + 0 + 1 + 0 + + 0 + 1 + 0 + 0 + 0 + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/card/{e46bc75b-e0a7-4715-af9e-d76173a9e268}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/card/{e46bc75b-e0a7-4715-af9e-d76173a9e268}.xml new file mode 100644 index 00000000..ee3d9041 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/card/{e46bc75b-e0a7-4715-af9e-d76173a9e268}.xml @@ -0,0 +1,112 @@ + + + + {e46bc75b-e0a7-4715-af9e-d76173a9e268} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/card/{e46bc75b-e0a7-4715-af9e-d76173a9e268}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/card/{e46bc75b-e0a7-4715-af9e-d76173a9e268}_managed.xml new file mode 100644 index 00000000..bdbe44f3 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/card/{e46bc75b-e0a7-4715-af9e-d76173a9e268}_managed.xml @@ -0,0 +1,112 @@ + + + + {e46bc75b-e0a7-4715-af9e-d76173a9e268} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/main/{478153a6-c8b2-4abc-8550-8c1d75b5ba56}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/main/{478153a6-c8b2-4abc-8550-8c1d75b5ba56}.xml new file mode 100644 index 00000000..063c8a66 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/main/{478153a6-c8b2-4abc-8550-8c1d75b5ba56}.xml @@ -0,0 +1,150 @@ + + + + {478153a6-c8b2-4abc-8550-8c1d75b5ba56} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + 4 + Fixed + false + false + true + All + p365i_salesunit + {70CC5437-768B-41A0-9DAE-FEF1CFC90ED9} + {70CC5437-768B-41A0-9DAE-FEF1CFC90ED9} + p365i_SalesUnit_p365i_Product_p365i_Produ + + + + + + + + +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + +
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/main/{478153a6-c8b2-4abc-8550-8c1d75b5ba56}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/main/{478153a6-c8b2-4abc-8550-8c1d75b5ba56}_managed.xml new file mode 100644 index 00000000..140e6836 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/main/{478153a6-c8b2-4abc-8550-8c1d75b5ba56}_managed.xml @@ -0,0 +1,150 @@ + + + + {478153a6-c8b2-4abc-8550-8c1d75b5ba56} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + 4 + Fixed + false + false + true + All + p365i_salesunit + {70CC5437-768B-41A0-9DAE-FEF1CFC90ED9} + {70CC5437-768B-41A0-9DAE-FEF1CFC90ED9} + p365i_SalesUnit_p365i_Product_p365i_Produ + + + + + + + + +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + +
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/quick/{36e9dda3-77c7-447c-bc19-64dad32bb616}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/quick/{36e9dda3-77c7-447c-bc19-64dad32bb616}.xml new file mode 100644 index 00000000..d3c938ba --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/quick/{36e9dda3-77c7-447c-bc19-64dad32bb616}.xml @@ -0,0 +1,52 @@ + + + + {36e9dda3-77c7-447c-bc19-64dad32bb616} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/quick/{36e9dda3-77c7-447c-bc19-64dad32bb616}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/quick/{36e9dda3-77c7-447c-bc19-64dad32bb616}_managed.xml new file mode 100644 index 00000000..9c4ff037 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/quick/{36e9dda3-77c7-447c-bc19-64dad32bb616}_managed.xml @@ -0,0 +1,52 @@ + + + + {36e9dda3-77c7-447c-bc19-64dad32bb616} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/quickCreate/{db436d74-fc68-ee11-9ae7-00224841f369}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/quickCreate/{db436d74-fc68-ee11-9ae7-00224841f369}.xml new file mode 100644 index 00000000..065cc0f2 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/quickCreate/{db436d74-fc68-ee11-9ae7-00224841f369}.xml @@ -0,0 +1,107 @@ + + + + {db436d74-fc68-ee11-9ae7-00224841f369} + 1.0.0.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + +
+
+
+
+
+
+ + + + +
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/quickCreate/{db436d74-fc68-ee11-9ae7-00224841f369}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/quickCreate/{db436d74-fc68-ee11-9ae7-00224841f369}_managed.xml new file mode 100644 index 00000000..0ec1f9d4 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/FormXml/quickCreate/{db436d74-fc68-ee11-9ae7-00224841f369}_managed.xml @@ -0,0 +1,107 @@ + + + + {db436d74-fc68-ee11-9ae7-00224841f369} + 1.0.0.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + +
+
+
+
+
+
+ + + + +
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/RibbonDiff.xml new file mode 100644 index 00000000..6b56f485 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/SavedQueries/{0c44c8d1-3bc4-4469-b82d-31e319552d67}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/SavedQueries/{0c44c8d1-3bc4-4469-b82d-31e319552d67}.xml new file mode 100644 index 00000000..2d0ebac3 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/SavedQueries/{0c44c8d1-3bc4-4469-b82d-31e319552d67}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {0c44c8d1-3bc4-4469-b82d-31e319552d67} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/SavedQueries/{3a252ab4-9a3b-4393-bad2-c203785ef2a9}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/SavedQueries/{3a252ab4-9a3b-4393-bad2-c203785ef2a9}.xml new file mode 100644 index 00000000..a6344749 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/SavedQueries/{3a252ab4-9a3b-4393-bad2-c203785ef2a9}.xml @@ -0,0 +1,40 @@ + + + + 1 + 0 + 1 + 0 + 1 + {3a252ab4-9a3b-4393-bad2-c203785ef2a9} + + + + + + + + + 4 + + + + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/SavedQueries/{7d398db7-9d9f-4342-8abf-9f8e82938bec}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/SavedQueries/{7d398db7-9d9f-4342-8abf-9f8e82938bec}.xml new file mode 100644 index 00000000..1ca7bbb5 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/SavedQueries/{7d398db7-9d9f-4342-8abf-9f8e82938bec}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {7d398db7-9d9f-4342-8abf-9f8e82938bec} + + + + + + + + + 2 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/SavedQueries/{b2bbc9ec-e83e-42fb-a599-f68b504ee685}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/SavedQueries/{b2bbc9ec-e83e-42fb-a599-f68b504ee685}.xml new file mode 100644 index 00000000..f575639d --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/SavedQueries/{b2bbc9ec-e83e-42fb-a599-f68b504ee685}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 0 + {b2bbc9ec-e83e-42fb-a599-f68b504ee685} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/SavedQueries/{bff68bbe-42f1-48c4-8a0b-98ea121e3de7}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/SavedQueries/{bff68bbe-42f1-48c4-8a0b-98ea121e3de7}.xml new file mode 100644 index 00000000..74179318 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/SavedQueries/{bff68bbe-42f1-48c4-8a0b-98ea121e3de7}.xml @@ -0,0 +1,34 @@ + + + + 1 + 0 + 0 + 0 + 1 + {bff68bbe-42f1-48c4-8a0b-98ea121e3de7} + + + + + + + + + 1 + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/SavedQueries/{c616f7e0-6c1c-4b8d-9457-9fb783a3144d}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/SavedQueries/{c616f7e0-6c1c-4b8d-9457-9fb783a3144d}.xml new file mode 100644 index 00000000..5a0476fe --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/SavedQueries/{c616f7e0-6c1c-4b8d-9457-9fb783a3144d}.xml @@ -0,0 +1,36 @@ + + + + 1 + 0 + 0 + 0 + 1 + {c616f7e0-6c1c-4b8d-9457-9fb783a3144d} + + + + + + + + + 64 + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/SavedQueries/{df4a56dd-f068-ee11-9ae7-6045bd10f02e}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/SavedQueries/{df4a56dd-f068-ee11-9ae7-6045bd10f02e}.xml new file mode 100644 index 00000000..f0750d9b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_Product/SavedQueries/{df4a56dd-f068-ee11-9ae7-6045bd10f02e}.xml @@ -0,0 +1,30 @@ + + + + 1 + 1 + 0 + 0 + 1 + {df4a56dd-f068-ee11-9ae7-6045bd10f02e} + 8192 + + + + + + + + + + + + 1.0 + + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/Entity.xml new file mode 100644 index 00000000..d0ef41a6 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/Entity.xml @@ -0,0 +1,837 @@ + + + p365i_SalesUnit + + + + + + + + + + + + + + lookup + createdby + createdby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + createdon + createdon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + createdonbehalfby + createdonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + int + importsequencenumber + importsequencenumber + none + ValidForAdvancedFind + disabled + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -2147483648 + 2147483647 + + + + + + + + + lookup + modifiedby + modifiedby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + modifiedon + modifiedon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + modifiedonbehalfby + modifiedonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + overriddencreatedon + overriddencreatedon + none + ValidForAdvancedFind|ValidForGrid + inactive + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + date + 0 + 1 + + + + + + + + + owner + ownerid + ownerid + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + 8 + 9 + + + + + + + + + + lookup + owningbusinessunit + owningbusinessunit + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + + + + + + + + + lookup + owningteam + owningteam + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + owninguser + owninguser + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + nvarchar + p365i_name + p365i_name + required + PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 1 + 0 + 1 + 0 + text + 100 + 200 + + + + + + + + + primarykey + p365i_salesunitid + p365i_salesunitid + systemrequired + ValidForAdvancedFind|RequiredForGrid + auto + 0 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + + + + + + + + + state + statecode + statecode + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + + state + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + status + statuscode + statuscode + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + status + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + int + timezoneruleversionnumber + timezoneruleversionnumber + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + int + utcconversiontimezonecode + utcconversiontimezonecode + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + p365i_salesunits + 1 + 0 + 0 + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + UserOwned + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + p365i_salesunitIcon + 0 + 1 + 0 + + 0 + 1 + 0 + 0 + 0 + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/card/{4db15475-6cf3-480f-ab07-1dab8a2f7347}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/card/{4db15475-6cf3-480f-ab07-1dab8a2f7347}.xml new file mode 100644 index 00000000..b753d163 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/card/{4db15475-6cf3-480f-ab07-1dab8a2f7347}.xml @@ -0,0 +1,112 @@ + + + + {4db15475-6cf3-480f-ab07-1dab8a2f7347} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/card/{4db15475-6cf3-480f-ab07-1dab8a2f7347}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/card/{4db15475-6cf3-480f-ab07-1dab8a2f7347}_managed.xml new file mode 100644 index 00000000..037b4100 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/card/{4db15475-6cf3-480f-ab07-1dab8a2f7347}_managed.xml @@ -0,0 +1,112 @@ + + + + {4db15475-6cf3-480f-ab07-1dab8a2f7347} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/main/{0def79c2-14cb-436e-a50c-b54cb703c1bb}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/main/{0def79c2-14cb-436e-a50c-b54cb703c1bb}.xml new file mode 100644 index 00000000..88d9f933 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/main/{0def79c2-14cb-436e-a50c-b54cb703c1bb}.xml @@ -0,0 +1,127 @@ + + + + {0def79c2-14cb-436e-a50c-b54cb703c1bb} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + +
+
+ + + + + + + + + + + 4 + Fixed + false + false + true + All + p365i_product + {0C44C8D1-3BC4-4469-B82D-31E319552D67} + {0C44C8D1-3BC4-4469-B82D-31E319552D67} + p365i_SalesUnit_p365i_Product_p365i_Produ + + + + + + + + +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/main/{0def79c2-14cb-436e-a50c-b54cb703c1bb}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/main/{0def79c2-14cb-436e-a50c-b54cb703c1bb}_managed.xml new file mode 100644 index 00000000..f17908a9 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/main/{0def79c2-14cb-436e-a50c-b54cb703c1bb}_managed.xml @@ -0,0 +1,127 @@ + + + + {0def79c2-14cb-436e-a50c-b54cb703c1bb} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + +
+
+ + + + + + + + + + + 4 + Fixed + false + false + true + All + p365i_product + {0C44C8D1-3BC4-4469-B82D-31E319552D67} + {0C44C8D1-3BC4-4469-B82D-31E319552D67} + p365i_SalesUnit_p365i_Product_p365i_Produ + + + + + + + + +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/quick/{db2a5596-4cee-4385-b24a-957748a8014d}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/quick/{db2a5596-4cee-4385-b24a-957748a8014d}.xml new file mode 100644 index 00000000..63a85e57 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/quick/{db2a5596-4cee-4385-b24a-957748a8014d}.xml @@ -0,0 +1,52 @@ + + + + {db2a5596-4cee-4385-b24a-957748a8014d} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/quick/{db2a5596-4cee-4385-b24a-957748a8014d}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/quick/{db2a5596-4cee-4385-b24a-957748a8014d}_managed.xml new file mode 100644 index 00000000..815766bb --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/quick/{db2a5596-4cee-4385-b24a-957748a8014d}_managed.xml @@ -0,0 +1,52 @@ + + + + {db2a5596-4cee-4385-b24a-957748a8014d} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/quickCreate/{e03153d6-fb68-ee11-9ae7-6045bd127823}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/quickCreate/{e03153d6-fb68-ee11-9ae7-6045bd127823}.xml new file mode 100644 index 00000000..58d5a4ed --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/quickCreate/{e03153d6-fb68-ee11-9ae7-6045bd127823}.xml @@ -0,0 +1,91 @@ + + + + {e03153d6-fb68-ee11-9ae7-6045bd127823} + 1.0.0.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + +
+
+
+
+
+
+ + + + +
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/quickCreate/{e03153d6-fb68-ee11-9ae7-6045bd127823}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/quickCreate/{e03153d6-fb68-ee11-9ae7-6045bd127823}_managed.xml new file mode 100644 index 00000000..58d5a4ed --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/FormXml/quickCreate/{e03153d6-fb68-ee11-9ae7-6045bd127823}_managed.xml @@ -0,0 +1,91 @@ + + + + {e03153d6-fb68-ee11-9ae7-6045bd127823} + 1.0.0.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + +
+
+
+
+
+
+ + + + +
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/RibbonDiff.xml new file mode 100644 index 00000000..6b56f485 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/SavedQueries/{3041e5f6-87b2-48d6-94b2-8a58f27c07ab}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/SavedQueries/{3041e5f6-87b2-48d6-94b2-8a58f27c07ab}.xml new file mode 100644 index 00000000..93b0bf7a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/SavedQueries/{3041e5f6-87b2-48d6-94b2-8a58f27c07ab}.xml @@ -0,0 +1,36 @@ + + + + 1 + 0 + 0 + 0 + 1 + {3041e5f6-87b2-48d6-94b2-8a58f27c07ab} + + + + + + + + + 64 + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/SavedQueries/{5691ee29-bc00-4af1-bf5f-6bfebc99f38d}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/SavedQueries/{5691ee29-bc00-4af1-bf5f-6bfebc99f38d}.xml new file mode 100644 index 00000000..6a9a8143 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/SavedQueries/{5691ee29-bc00-4af1-bf5f-6bfebc99f38d}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 0 + {5691ee29-bc00-4af1-bf5f-6bfebc99f38d} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/SavedQueries/{70cc5437-768b-41a0-9dae-fef1cfc90ed9}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/SavedQueries/{70cc5437-768b-41a0-9dae-fef1cfc90ed9}.xml new file mode 100644 index 00000000..b35d8bfb --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/SavedQueries/{70cc5437-768b-41a0-9dae-fef1cfc90ed9}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {70cc5437-768b-41a0-9dae-fef1cfc90ed9} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/SavedQueries/{8b00c87a-f368-ee11-9ae7-6045bd10fdbe}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/SavedQueries/{8b00c87a-f368-ee11-9ae7-6045bd10fdbe}.xml new file mode 100644 index 00000000..e0dd8110 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/SavedQueries/{8b00c87a-f368-ee11-9ae7-6045bd10fdbe}.xml @@ -0,0 +1,30 @@ + + + + 1 + 1 + 0 + 0 + 1 + {8b00c87a-f368-ee11-9ae7-6045bd10fdbe} + 8192 + + + + + + + + + + + + 1.0 + + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/SavedQueries/{a36a980f-1afb-42d3-8bc1-0a83d85c2b7e}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/SavedQueries/{a36a980f-1afb-42d3-8bc1-0a83d85c2b7e}.xml new file mode 100644 index 00000000..45cfaaad --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/SavedQueries/{a36a980f-1afb-42d3-8bc1-0a83d85c2b7e}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {a36a980f-1afb-42d3-8bc1-0a83d85c2b7e} + + + + + + + + + 2 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/SavedQueries/{b2b313dc-a21e-42f2-a421-81ba829e88be}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/SavedQueries/{b2b313dc-a21e-42f2-a421-81ba829e88be}.xml new file mode 100644 index 00000000..c639d21c --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/SavedQueries/{b2b313dc-a21e-42f2-a421-81ba829e88be}.xml @@ -0,0 +1,40 @@ + + + + 1 + 0 + 1 + 0 + 1 + {b2b313dc-a21e-42f2-a421-81ba829e88be} + + + + + + + + + 4 + + + + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/SavedQueries/{d3586715-1f56-4b8b-9830-ce6126cf1e99}.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/SavedQueries/{d3586715-1f56-4b8b-9830-ce6126cf1e99}.xml new file mode 100644 index 00000000..c352c0ef --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Entities/p365i_SalesUnit/SavedQueries/{d3586715-1f56-4b8b-9830-ce6126cf1e99}.xml @@ -0,0 +1,34 @@ + + + + 1 + 0 + 0 + 0 + 1 + {d3586715-1f56-4b8b-9830-ce6126cf1e99} + + + + + + + + + 1 + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/OptionSets/p365i_producttype.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/OptionSets/p365i_producttype.xml new file mode 100644 index 00000000..9751c25e --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/OptionSets/p365i_producttype.xml @@ -0,0 +1,29 @@ + + + picklist + 1 + 1.0.0.0 + 1 + + + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Customizations.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Customizations.xml new file mode 100644 index 00000000..a39cdad5 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Customizations.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + 1033 + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships.xml new file mode 100644 index 00000000..84571c11 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/BusinessUnit.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/BusinessUnit.xml new file mode 100644 index 00000000..65cd52c4 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/BusinessUnit.xml @@ -0,0 +1,83 @@ + + + + OneToMany + 1 + 1.0 + 0 + p365i_ListItem + BusinessUnit + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningBusinessUnit + + + + + + + + OneToMany + 1 + 1.0 + 0 + p365i_PriceList + BusinessUnit + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningBusinessUnit + + + + + + + + OneToMany + 1 + 1.0 + 0 + p365i_Product + BusinessUnit + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningBusinessUnit + + + + + + + + OneToMany + 1 + 1.0 + 0 + p365i_SalesUnit + BusinessUnit + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningBusinessUnit + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/Owner.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/Owner.xml new file mode 100644 index 00000000..3c745bfe --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/Owner.xml @@ -0,0 +1,83 @@ + + + + OneToMany + 1 + 1.0 + 0 + p365i_ListItem + Owner + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwnerId + + + + + + + + OneToMany + 1 + 1.0 + 0 + p365i_PriceList + Owner + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwnerId + + + + + + + + OneToMany + 1 + 1.0 + 0 + p365i_Product + Owner + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwnerId + + + + + + + + OneToMany + 1 + 1.0 + 0 + p365i_SalesUnit + Owner + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwnerId + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/SystemUser.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/SystemUser.xml new file mode 100644 index 00000000..d1cb0c4b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/SystemUser.xml @@ -0,0 +1,243 @@ + + + + OneToMany + 1 + 1.0 + 0 + p365i_ListItem + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + CreatedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + p365i_ListItem + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + ModifiedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + p365i_PriceList + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + CreatedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + p365i_PriceList + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + ModifiedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + p365i_Product + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + CreatedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + p365i_Product + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + ModifiedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + p365i_SalesUnit + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + CreatedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + p365i_SalesUnit + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + ModifiedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + p365i_ListItem + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningUser + + + + + + + + OneToMany + 1 + 1.0 + 0 + p365i_PriceList + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningUser + + + + + + + + OneToMany + 1 + 1.0 + 0 + p365i_Product + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningUser + + + + + + + + OneToMany + 1 + 1.0 + 0 + p365i_SalesUnit + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningUser + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/Team.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/Team.xml new file mode 100644 index 00000000..77f57dc5 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/Team.xml @@ -0,0 +1,83 @@ + + + + OneToMany + 1 + 1.0 + 0 + p365i_ListItem + Team + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningTeam + + + + + + + + OneToMany + 1 + 1.0 + 0 + p365i_PriceList + Team + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningTeam + + + + + + + + OneToMany + 1 + 1.0 + 0 + p365i_Product + Team + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningTeam + + + + + + + + OneToMany + 1 + 1.0 + 0 + p365i_SalesUnit + Team + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningTeam + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/TransactionCurrency.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/TransactionCurrency.xml new file mode 100644 index 00000000..907cbc93 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/TransactionCurrency.xml @@ -0,0 +1,58 @@ + + + + OneToMany + 1 + 1.0.0.0 + 0 + p365i_PriceList + TransactionCurrency + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + p365i_Currency + + + + + + + + UseCollectionName + Details + 10000 + p365i_Currency + 1 + + + p365i_p365i_pricelist_Currency_transactioncurre + 0 + + + + + OneToMany + 1 + 1.0.0.0 + 0 + p365i_ListItem + TransactionCurrency + NoCascade + Restrict + Restrict + NoCascade + NoCascade + NoCascade + TransactionCurrencyId + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/p365i_ListItem.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/p365i_ListItem.xml new file mode 100644 index 00000000..d63d56ac --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/p365i_ListItem.xml @@ -0,0 +1,23 @@ + + + + OneToMany + 1 + 1.0 + 0 + ProcessSession + p365i_ListItem + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + RegardingObjectId + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/p365i_PriceList.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/p365i_PriceList.xml new file mode 100644 index 00000000..6fd1451d --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/p365i_PriceList.xml @@ -0,0 +1,93 @@ + + + + OneToMany + 1 + 1.0.0.0 + 0 + Account + p365i_PriceList + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + p365i_PriceList + + + + + + + + UseCollectionName + Details + 10000 + p365i_PriceList + 1 + + + p365i_account_PriceList_p365i_pricelist + 0 + + + + + OneToMany + 1 + 1.0.0.0 + 0 + p365i_ListItem + p365i_PriceList + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + p365i_PriceList + + + + + + + + UseCollectionName + Details + 10000 + p365i_PriceList + 1 + + + p365i_p365i_listitem_PriceList_p365i_pricelist + 0 + + + + + OneToMany + 1 + 1.0 + 0 + ProcessSession + p365i_PriceList + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + RegardingObjectId + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/p365i_Product.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/p365i_Product.xml new file mode 100644 index 00000000..c2abbfac --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/p365i_Product.xml @@ -0,0 +1,64 @@ + + + + OneToMany + 1 + 1.0.0.0 + 0 + p365i_ListItem + p365i_Product + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + p365i_Product + + + + + + + + UseCollectionName + Details + 10000 + p365i_Product + 1 + + + p365i_p365i_listitem_Product_p365i_product + 0 + + + + + ManyToMany + 1 + 1.0.0.0 + 0 + p365i_Product + p365i_SalesUnit + p365i_SalesUnit_p365i_Product + 1 + + + UseCollectionName + Details + 10000 + p365i_SalesUnit_p365i_Product_p365i_Produ + 1 + + + UseCollectionName + Details + 10000 + p365i_SalesUnit_p365i_Product_p365i_Produ + 2 + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/p365i_SalesUnit.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/p365i_SalesUnit.xml new file mode 100644 index 00000000..ee28b169 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Relationships/p365i_SalesUnit.xml @@ -0,0 +1,58 @@ + + + + OneToMany + 1 + 1.0.0.0 + 0 + p365i_ListItem + p365i_SalesUnit + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + p365i_SalesUnit + + + + + + + + UseCollectionName + Details + 10000 + p365i_SalesUnit + 1 + + + p365i_p365i_listitem_SalesUnit_p365i_salesunit + 0 + + + + + OneToMany + 1 + 1.0 + 0 + ProcessSession + p365i_SalesUnit + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + RegardingObjectId + + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Solution.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Solution.xml new file mode 100644 index 00000000..f0dadbe9 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Other/Solution.xml @@ -0,0 +1,134 @@ + + + + Power365CRMCoreSolution + + + + + 1.0.0.0 + 2 + + Power365Initiatives + + + + + info@power365initiatives.com + + p365i + 44631 + +
+ 1 + 1 + + + + + + + + + + + + + + + + 1 + + + + + + + + +
+
+ 2 + 1 + + + + + + + + + + + + + + + + 1 + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
\ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_enums.js b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_enums.js new file mode 100644 index 00000000..fe779c19 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_enums.js @@ -0,0 +1,30 @@ +"use strict"; +console.log(`Enums Script Loading...`); +var P365I_CRM; +(function (P365I_CRM) { + var Common; + (function (Common) { + var Enums; + (function (Enums) { + let Prospect; + (function (Prospect) { + let StateCode; + (function (StateCode) { + StateCode[StateCode["Open"] = 0] = "Open"; + StateCode[StateCode["Completed"] = 1] = "Completed"; + StateCode[StateCode["Canceled"] = 2] = "Canceled"; + })(StateCode = Prospect.StateCode || (Prospect.StateCode = {})); + let StatusCode; + (function (StatusCode) { + StatusCode[StatusCode["Open"] = 1] = "Open"; + StatusCode[StatusCode["Qualified"] = 446310001] = "Qualified"; + StatusCode[StatusCode["Disqualified"] = 2] = "Disqualified"; + StatusCode[StatusCode["Canceled"] = 3] = "Canceled"; + StatusCode[StatusCode["Scheduled"] = 4] = "Scheduled"; + })(StatusCode = Prospect.StatusCode || (Prospect.StatusCode = {})); + })(Prospect = Enums.Prospect || (Enums.Prospect = {})); + })(Enums = Common.Enums || (Common.Enums = {})); + })(Common = P365I_CRM.Common || (P365I_CRM.Common = {})); +})(P365I_CRM || (P365I_CRM = {})); +console.log(`Enums Script Loaded...`); +//# sourceMappingURL=enums.js.map \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_enums.js.data.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_enums.js.data.xml new file mode 100644 index 00000000..5da8917b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_enums.js.data.xml @@ -0,0 +1,15 @@ + + + {8392fdfc-ce7b-ee11-8179-00224841f5ce} + p365i_enums.js + p365i_enums.js + 3 + 1.0.0.0 + 0 + 0 + <Dependencies><Dependency componentType="WebResource"/></Dependencies> + 1 + 1 + 0 + /WebResources/p365i_enumsjs8392FDFC-CE7B-EE11-8179-00224841F5CE + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_helpers.js b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_helpers.js new file mode 100644 index 00000000..36c788f1 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_helpers.js @@ -0,0 +1,129 @@ +"use strict"; +console.log(`Helper Script Loading...`); +var P365I_CRM; +(function (P365I_CRM) { + var Common; + (function (Common) { + var Helpers; + (function (Helpers) { + function displayErrorMessage(error) { + let errormessage = `Unknown error`; + if (typeof error === 'object' && error.message) { + errormessage = error.message; + } + else if (typeof error === 'string') { + errormessage = error; + } + const alertStrings = { confirmButtonLabel: `OK`, text: errormessage, title: `Something went wrong` }; + P365I_CRM.Common.Helpers.alertDialog(alertStrings, undefined, undefined, undefined); + } + Helpers.displayErrorMessage = displayErrorMessage; + function formDirty(formContext) { + let dirty = formContext.data.entity.getIsDirty(); + if (dirty) { + const alertStrings = { confirmButtonLabel: "OK", text: "There are unsaved changes. Please save the form before proceeding.", title: "Warning" }; + alertDialog(alertStrings, undefined, undefined, undefined); + } + return dirty; + } + Helpers.formDirty = formDirty; + function getAttributeValue(formContext, attributename) { + if (formContext.getAttribute(attributename) != null) { + return formContext.getAttribute(attributename).getValue(); + } + return null; + } + Helpers.getAttributeValue = getAttributeValue; + function confirmDialog(confirmStrings, confirmOptions) { + return new Promise(function (resolve, reject) { + confirmStrings = confirmStrings !== null && confirmStrings !== void 0 ? confirmStrings : { cancelButtonLabel: "Cancel", confirmButtonLabel: "Ok", text: "This is a confirmation.", title: "Confirmation Dialog Title", subtitle: "Subtitle" }; + confirmOptions = confirmOptions !== null && confirmOptions !== void 0 ? confirmOptions : { height: 200, width: 450 }; + Xrm.Navigation.openConfirmDialog(confirmStrings, confirmOptions).then(function success(result) { + console.log("Confirm Dialog Success", result); + resolve(result); + }, function (error) { + console.log("Confirm Dialog Error", error); + reject(error); + }); + }); + } + Helpers.confirmDialog = confirmDialog; + function alertDialog(alertStrings, alertOptions, succesCallback, errorCallback) { + alertStrings = alertStrings !== null && alertStrings !== void 0 ? alertStrings : { confirmButtonLabel: "Ok", text: "Confirmed", title: "Warning" }; + alertOptions = alertOptions !== null && alertOptions !== void 0 ? alertOptions : { height: 200, width: 450 }; + Xrm.Navigation.openAlertDialog(alertStrings, alertOptions).then(function success(result) { + if (succesCallback) { + succesCallback(result); + } + console.log("Alert dialog closed"); + }, function (error) { + if (errorCallback) { + errorCallback(error); + } + }); + } + Helpers.alertDialog = alertDialog; + function cleanID(input) { + return input.substring(0, 1) === "{" ? input.substring(1, 37) : input; + } + Helpers.cleanID = cleanID; + function getDatabyFetchXML(entityName, fetchXml) { + return new Promise(function (resolve, reject) { + if (entityName && fetchXml) { + Xrm.WebApi.online.retrieveMultipleRecords(entityName, `?fetchXml=${fetchXml}`).then(function success(results) { + resolve(results); + }, function (error) { + reject(error); + }); + } + else { + reject(null); + } + }); + } + Helpers.getDatabyFetchXML = getDatabyFetchXML; + function openCustomPage(primaryControl, customPage, navigationOptions) { + console.log(`Function openCustomPage Triggered`); + return new Promise(function (resolve, reject) { + try { + console.log(`openCustomPage try`); + if (!primaryControl || !primaryControl.data) { + throw new Error(`PrimaryControl is not provided or incorrect`); + } + else if (!customPage) { + throw new Error(`CustomPage object not provided or incorrect`); + } + if (P365I_CRM.Common.Helpers.formDirty(primaryControl)) { + return; + } + const defaultnavigationOptions = { + target: 2, + position: 1, + width: { value: 40, unit: "%" }, + height: { value: 40, unit: "%" } + }; + navigationOptions = navigationOptions !== null && navigationOptions !== void 0 ? navigationOptions : defaultnavigationOptions; + Xrm.Navigation.navigateTo(customPage, navigationOptions).then(function (success) { + console.log('Closed', success); + primaryControl.data.refresh(false); + resolve(success); + }).catch(function (error) { + console.log('Error', error); + }); + } + catch (error) { + console.log(`openCustomPage error`, error); + P365I_CRM.Common.Helpers.displayErrorMessage(error); + reject(error); + } + finally { + console.log(`openCustomPage finally`); + } + }); + } + Helpers.openCustomPage = openCustomPage; + })(Helpers = Common.Helpers || (Common.Helpers = {})); + })(Common = P365I_CRM.Common || (P365I_CRM.Common = {})); +})(P365I_CRM || (P365I_CRM = {})); +console.log(`Helper Script Loaded...`); +//# sourceMappingURL=helpers.js.map \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_helpers.js.data.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_helpers.js.data.xml new file mode 100644 index 00000000..54011376 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_helpers.js.data.xml @@ -0,0 +1,15 @@ + + + {a3ff3117-cf7b-ee11-8179-00224841f5ce} + p365i_helpers.js + p365i_helpers.js + 3 + 1.0.0.0 + 0 + 0 + <Dependencies><Dependency componentType="WebResource"><Library name="p365i_enums.js" displayName="p365i_enums.js" languagecode="" description="" libraryUniqueId="{1bda6458-8572-0e8d-b657-929372a34589}"/></Dependency></Dependencies> + 1 + 1 + 0 + /WebResources/p365i_helpersjsA3FF3117-CF7B-EE11-8179-00224841F5CE + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_pricelistIcon b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_pricelistIcon new file mode 100644 index 00000000..f4d4d573 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_pricelistIcon @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_pricelistIcon.data.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_pricelistIcon.data.xml new file mode 100644 index 00000000..7fbf8cd7 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_pricelistIcon.data.xml @@ -0,0 +1,14 @@ + + + {5ffa87bd-f8c8-ee11-9078-00224840d636} + p365i_pricelistIcon + Price List Icon + 11 + 1.0.0.0 + 1 + 1 + 1 + 1 + 0 + /WebResources/p365i_pricelistIcon5FFA87BD-F8C8-EE11-9078-00224840D636 + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_productsIcon b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_productsIcon new file mode 100644 index 00000000..520ca1fa --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_productsIcon @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_productsIcon.data.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_productsIcon.data.xml new file mode 100644 index 00000000..910cef3b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_productsIcon.data.xml @@ -0,0 +1,14 @@ + + + {2487cfa8-f8c8-ee11-9079-00224841f5ce} + p365i_productsIcon + Products Icon + 11 + 1.0.0.0 + 0 + 0 + 1 + 1 + 0 + /WebResources/p365i_productsIcon2487CFA8-F8C8-EE11-9079-00224841F5CE + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_ribbon.js b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_ribbon.js new file mode 100644 index 00000000..034adeab --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_ribbon.js @@ -0,0 +1,215 @@ +"use strict"; +console.log(`Ribbon Script Loading...`); +var P365I_CRM; +(function (P365I_CRM) { + var Ribbon; + (function (Ribbon) { + let Common; + (function (Common) { + async function openCustomPage(primaryControl, customPageName, customPageTitle, width, height, action) { + console.log(`Ribbon Function openCustomPage Triggered`); + const navigationOptions = { + target: 2, + position: 1, + width: { value: width, unit: "%" }, + height: { value: height, unit: "%" }, + title: customPageTitle + }; + const customPage = { + pageType: "custom", + name: customPageName, + entityName: primaryControl.data.entity.getEntityName(), + recordId: P365I_CRM.Common.Helpers.cleanID(primaryControl.data.entity.getId()) + "|" + action, + }; + const customPageResult = await P365I_CRM.Common.Helpers.openCustomPage(primaryControl, customPage, navigationOptions); + console.log(`Ribbon openCustomPage Result`, customPageResult); + } + Common.openCustomPage = openCustomPage; + })(Common = Ribbon.Common || (Ribbon.Common = {})); + let Prospect; + (function (Prospect) { + async function Qualify(primaryControl, customPageName) { + console.log(`Function Qualify Triggered`); + try { + console.log(`Qualify try`); + if (!primaryControl) { + console.log('Primary Control not present, abort'); + } + const formContext = primaryControl; + if (P365I_CRM.Common.Helpers.formDirty(formContext)) { + return; + } + Common.openCustomPage(primaryControl, customPageName, "Qualify Prospect", 45, 50, ""); + } + catch (error) { + console.log(`Qualify error`, error); + P365I_CRM.Common.Helpers.displayErrorMessage(error); + } + finally { + console.log(`Qualify finally`); + } + } + Prospect.Qualify = Qualify; + async function Disqualify(primaryControl) { + console.log(`Function Disqualify Triggered`); + try { + console.log(`Disqualify try`); + if (!primaryControl) { + console.log('Primary Control not present, abort'); + } + const formContext = primaryControl; + if (P365I_CRM.Common.Helpers.formDirty(formContext)) { + return; + } + const confirmStrings = { title: "Disqualify Prospect", text: "Are you sure you want to disqualify this prospect?" }; + let confirmAction = await P365I_CRM.Common.Helpers.confirmDialog(confirmStrings, undefined).catch((e) => console.log('Error:', e.message)) || new Object(); + if (confirmAction.confirmed !== true) { + return; + } + var recordId = P365I_CRM.Common.Helpers.cleanID(primaryControl.data.entity.getId()); + var record = {}; + record.statuscode = P365I_CRM.Common.Enums.Prospect.StatusCode.Disqualified; + record.statecode = P365I_CRM.Common.Enums.Prospect.StateCode.Completed; + Xrm.WebApi.updateRecord("p365i_prospect", recordId, record).then(function success(result) { + primaryControl.data.refresh(false); + }, function (error) { + console.log(error.message); + }); + } + catch (error) { + console.log(`Disqualify error`, error); + P365I_CRM.Common.Helpers.displayErrorMessage(error); + } + finally { + console.log(`Disqualify finally`); + } + } + Prospect.Disqualify = Disqualify; + function ValidateLeadQualified(primaryControl) { + console.log('Function ValidateLeadQualified called'); + if (!primaryControl) { + console.log('Primary Control not present, abort'); + } + const formContext = primaryControl; + const statuscodeValue = P365I_CRM.Common.Helpers.getAttributeValue(formContext, "statuscode"); + if (statuscodeValue == P365I_CRM.Common.Enums.Prospect.StatusCode.Qualified) + return false; + else + return true; + } + Prospect.ValidateLeadQualified = ValidateLeadQualified; + })(Prospect = Ribbon.Prospect || (Ribbon.Prospect = {})); + let Quote; + (function (Quote) { + async function CreateQuoteFromOpp(primaryControl) { + console.log(`Function CreateQuoteFromOpp Triggered`); + if (!primaryControl) { + console.log('Primary Control not present, abort'); + } + const confirmStrings = { title: "Add Quote", text: "Are you sure you want to add a quote?" }; + let confirmAction = await P365I_CRM.Common.Helpers.confirmDialog(confirmStrings, undefined).catch((e) => console.log('Error:', e.message)) || new Object(); + if (confirmAction.confirmed !== true) { + return; + } + var recordId = P365I_CRM.Common.Helpers.cleanID(primaryControl.data.entity.getId()); + var execute_p365i_CreateQuotefromOpp_Request = { + entity: { entityType: "p365i_opportunity", id: recordId }, + getMetadata: function () { + return { + boundParameter: "entity", + parameterTypes: { + entity: { typeName: "mscrm.p365i_opportunity", structuralProperty: 5 } + }, + operationType: 0, operationName: "p365i_CreateQuotefromOpp" + }; + } + }; + Xrm.WebApi.execute(execute_p365i_CreateQuotefromOpp_Request).then(function success(response) { + if (response.ok) { + console.log("Success"); + primaryControl.data.refresh(false); + } + }).catch(function (error) { + console.log(error.message); + }); + } + Quote.CreateQuoteFromOpp = CreateQuoteFromOpp; + })(Quote = Ribbon.Quote || (Ribbon.Quote = {})); + let Opportunity; + (function (Opportunity) { + async function CloseOpportunity(primaryControl, customPageName, action) { + console.log(`Function CloseOpportunity Triggered`); + try { + if (!primaryControl) { + console.log('Primary Control not present, abort'); + } + const formContext = primaryControl; + if (P365I_CRM.Common.Helpers.formDirty(formContext)) { + return; + } + Common.openCustomPage(primaryControl, customPageName, "Close Opportunity", 45, 55, action); + } + catch (error) { + console.log(`Close error`, error); + P365I_CRM.Common.Helpers.displayErrorMessage(error); + } + finally { + console.log(`Close finally`); + } + } + Opportunity.CloseOpportunity = CloseOpportunity; + })(Opportunity = Ribbon.Opportunity || (Ribbon.Opportunity = {})); + let OpportunityProduct; + (function (OpportunityProduct) { + async function DeleteOpportunityProduct(primaryControl, selectedControl) { + console.log(`Function DeleteOpportunityProduct Triggered`); + if (!primaryControl) { + console.log('Primary Control not present, abort'); + } + const confirmStrings = { title: "Delete opportunity product", text: "Are you sure you want to delete the selected product?" }; + let confirmAction = await P365I_CRM.Common.Helpers.confirmDialog(confirmStrings, undefined).catch((e) => console.log('Error:', e.message)) || new Object(); + if (confirmAction.confirmed !== true) { + return; + } + let recordId = selectedControl[0]; + recordId = P365I_CRM.Common.Helpers.cleanID(recordId); + Xrm.Utility.showProgressIndicator("Deleting"); + return new Promise(function (resolve, reject) { + const execute_p365i_DeleteProductOpportunity_Request = { + DeleteProductOpportunity_recordId: recordId, + getMetadata: function () { + return { + boundParameter: null, + parameterTypes: { + DeleteProductOpportunity_recordId: { typeName: "Edm.String", structuralProperty: 1 } + }, + operationType: 0, operationName: "p365i_DeleteProductOpportunity" + }; + } + }; + Xrm.WebApi.online.execute(execute_p365i_DeleteProductOpportunity_Request).then(function success(response) { + if (response.ok) { + response.json().then(function (results) { + debugger; + const DeleteProductOpportunity_RecordIdDeleted = results["DeleteProductOpportunity_RecordIdDeleted"]; + primaryControl.getParentForm().data.refresh(false); + }); + resolve(response); + } + }).then(function (responseBody) { + const result = responseBody; + console.log(result); + Xrm.Utility.closeProgressIndicator(); + }).catch(function (error) { + console.log(error.message); + Xrm.Utility.closeProgressIndicator(); + reject(error); + }); + }); + } + OpportunityProduct.DeleteOpportunityProduct = DeleteOpportunityProduct; + })(OpportunityProduct = Ribbon.OpportunityProduct || (Ribbon.OpportunityProduct = {})); + })(Ribbon = P365I_CRM.Ribbon || (P365I_CRM.Ribbon = {})); +})(P365I_CRM || (P365I_CRM = {})); +console.log(`Ribbon Script Loaded...`); +//# sourceMappingURL=ribbon.js.map \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_ribbon.js.data.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_ribbon.js.data.xml new file mode 100644 index 00000000..01fc4ec1 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_ribbon.js.data.xml @@ -0,0 +1,15 @@ + + + {18f5c7ba-cf7b-ee11-8179-00224841f5ce} + p365i_ribbon.js + p365i_ribbon.js + 3 + 1.0.0.0 + 0 + 0 + <Dependencies><Dependency componentType="WebResource"><Library name="p365i_helpers.js" displayName="p365i_helpers.js" languagecode="" description="" libraryUniqueId="{b6791b16-916c-6eb7-a1bc-a35aa19c90a6}"/></Dependency></Dependencies> + 1 + 1 + 0 + /WebResources/p365i_ribbonjs18F5C7BA-CF7B-EE11-8179-00224841F5CE + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_salesunitIcon b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_salesunitIcon new file mode 100644 index 00000000..cd517e75 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_salesunitIcon @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_salesunitIcon.data.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_salesunitIcon.data.xml new file mode 100644 index 00000000..d4714292 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/WebResources/p365i_salesunitIcon.data.xml @@ -0,0 +1,14 @@ + + + {516e93dc-f8c8-ee11-9079-6045bd127823} + p365i_salesunitIcon + Sales Unit Icon + 11 + 1.0.0.0 + 1 + 1 + 1 + 1 + 0 + /WebResources/p365i_salesunitIcon516E93DC-F8C8-EE11-9079-6045BD127823 + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Workflows/SetListItemName-CD49C1A2-FE68-EE11-9AE7-00224840D361.xaml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Workflows/SetListItemName-CD49C1A2-FE68-EE11-9AE7-00224840D361.xaml new file mode 100644 index 00000000..60b1a84f --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Workflows/SetListItemName-CD49C1A2-FE68-EE11-9AE7-00224840D361.xaml @@ -0,0 +1,72 @@ + + + + + + + + + + + + Assembly references and imported namespaces for internal implementation + + + + + + + + + + + + + + + + + + SelectFirstNonNull + [New Object() { UpdateStep1_2 }] + + + + [UpdateStep1_1] + + + + + + + + + + + + + + + + + + + + + + + + + + CreateCrmType + [New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.String, "", "String" }] + + + + [StopWorkflowStep2_1] + + + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Workflows/SetListItemName-CD49C1A2-FE68-EE11-9AE7-00224840D361.xaml.data.xml b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Workflows/SetListItemName-CD49C1A2-FE68-EE11-9AE7-00224840D361.xaml.data.xml new file mode 100644 index 00000000..6f65b85d --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMCoreSolution/src/Workflows/SetListItemName-CD49C1A2-FE68-EE11-9AE7-00224840D361.xaml.data.xml @@ -0,0 +1,29 @@ + + + /Workflows/SetListItemName-CD49C1A2-FE68-EE11-9AE7-00224840D361.xaml + 1 + 0 + 0 + 1 + 4 + 0 + p365i_product + 1 + 0 + 0 + 1 + 1 + 2 + 40 + 40 + 0 + 1 + 1.0.0.0 + 1 + 0 + 1 + p365i_ListItem + + + + \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/.gitignore b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/.gitignore new file mode 100644 index 00000000..ba59257a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/.gitignore @@ -0,0 +1,8 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# msbuild output directories +/bin +/obj + +# MSBuild Binary and Structured Log +*.binlog diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/Power365CRMSalesSolution.cdsproj b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/Power365CRMSalesSolution.cdsproj new file mode 100644 index 00000000..59cb9daa --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/Power365CRMSalesSolution.cdsproj @@ -0,0 +1,54 @@ + + + + $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\PowerApps + + + + + + + d1953b95-0117-4129-ae7a-a3d9da90e231 + v4.6.2 + + net462 + PackageReference + src + + + + + + + + + + + + + + + + + + + + + + + PreserveNewest + + + + + + + diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/AppModuleSiteMaps/p365i_SalesCenter/AppModuleSiteMap.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/AppModuleSiteMaps/p365i_SalesCenter/AppModuleSiteMap.xml new file mode 100644 index 00000000..083c96fd --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/AppModuleSiteMaps/p365i_SalesCenter/AppModuleSiteMap.xml @@ -0,0 +1,61 @@ + + + p365i_SalesCenter + False + True + True + True + + + + + </Titles> + <Group Id="group_mywork" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> + <Titles> + <Title LCID="1033" Title="My Work" /> + </Titles> + <SubArea Id="subarea_adfc72d9" DescriptionResourceId="Dashboards_Description" Icon="/_imgs/imagestrips/transparent_spacer.gif" Url="/workplace/home_dashboards.aspx" DefaultDashboard="bc5c2150-fdc8-ee11-9079-00224841f5ce" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" ToolTipResourseId="DashboardTooltip"> + <Titles> + <Title LCID="1033" Title="Dashboards" /> + </Titles> + </SubArea> + <SubArea Id="subarea_0353de44" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="activitypointer" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> + </Group> + <Group Id="group_customers" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> + <Titles> + <Title LCID="1033" Title="Customers" /> + </Titles> + <SubArea Id="subarea_0a68cfb3" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="account" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> + <SubArea Id="subarea_57a6061c" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="contact" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> + </Group> + <Group Id="group_sales" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> + <Titles> + <Title LCID="1033" Title="Sales" /> + </Titles> + <SubArea Id="subarea_2614a493" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="p365i_prospect" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> + <SubArea Id="subarea_fcbab953" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="p365i_opportunity" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> + <SubArea Id="subarea_c9f56053" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="p365i_quote" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> + </Group> + </Area> + <Area Id="p365i_settingsarea" ResourceId="SitemapDesigner.NewTitle" DescriptionResourceId="SitemapDesigner.NewTitle" ShowGroups="true" IntroducedVersion="7.0.0.0"> + <Titles> + <Title LCID="1033" Title="Settings" /> + </Titles> + <Group Id="group_a1fec2dc" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> + <Titles> + <Title LCID="1033" Title="Products" /> + </Titles> + <SubArea Id="subarea_80ed9e4d" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="p365i_product" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA"> + <Titles> + <Title LCID="1033" Title="Products Catalog" /> + </Titles> + </SubArea> + <SubArea Id="subarea_60309507" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="p365i_pricelist" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> + <SubArea Id="subarea_2045e853" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="p365i_salesunit" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> + </Group> + </Area> + </SiteMap> + <LocalizedNames> + <LocalizedName description="Sales Center" languagecode="1033" /> + </LocalizedNames> +</AppModuleSiteMap> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/AppModuleSiteMaps/p365i_SalesCenter/AppModuleSiteMap_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/AppModuleSiteMaps/p365i_SalesCenter/AppModuleSiteMap_managed.xml new file mode 100644 index 00000000..083c96fd --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/AppModuleSiteMaps/p365i_SalesCenter/AppModuleSiteMap_managed.xml @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="utf-8"?> +<AppModuleSiteMap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <SiteMapUniqueName>p365i_SalesCenter</SiteMapUniqueName> + <EnableCollapsibleGroups>False</EnableCollapsibleGroups> + <ShowHome>True</ShowHome> + <ShowPinned>True</ShowPinned> + <ShowRecents>True</ShowRecents> + <SiteMap IntroducedVersion="7.0.0.0"> + <Area Id="p365i_salesarea" ResourceId="SitemapDesigner.NewTitle" DescriptionResourceId="SitemapDesigner.NewTitle" ShowGroups="true" IntroducedVersion="7.0.0.0"> + <Titles> + <Title LCID="1033" Title="Sales" /> + </Titles> + <Group Id="group_mywork" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> + <Titles> + <Title LCID="1033" Title="My Work" /> + </Titles> + <SubArea Id="subarea_adfc72d9" DescriptionResourceId="Dashboards_Description" Icon="/_imgs/imagestrips/transparent_spacer.gif" Url="/workplace/home_dashboards.aspx" DefaultDashboard="bc5c2150-fdc8-ee11-9079-00224841f5ce" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" ToolTipResourseId="DashboardTooltip"> + <Titles> + <Title LCID="1033" Title="Dashboards" /> + </Titles> + </SubArea> + <SubArea Id="subarea_0353de44" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="activitypointer" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> + </Group> + <Group Id="group_customers" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> + <Titles> + <Title LCID="1033" Title="Customers" /> + </Titles> + <SubArea Id="subarea_0a68cfb3" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="account" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> + <SubArea Id="subarea_57a6061c" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="contact" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> + </Group> + <Group Id="group_sales" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> + <Titles> + <Title LCID="1033" Title="Sales" /> + </Titles> + <SubArea Id="subarea_2614a493" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="p365i_prospect" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> + <SubArea Id="subarea_fcbab953" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="p365i_opportunity" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> + <SubArea Id="subarea_c9f56053" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="p365i_quote" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> + </Group> + </Area> + <Area Id="p365i_settingsarea" ResourceId="SitemapDesigner.NewTitle" DescriptionResourceId="SitemapDesigner.NewTitle" ShowGroups="true" IntroducedVersion="7.0.0.0"> + <Titles> + <Title LCID="1033" Title="Settings" /> + </Titles> + <Group Id="group_a1fec2dc" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> + <Titles> + <Title LCID="1033" Title="Products" /> + </Titles> + <SubArea Id="subarea_80ed9e4d" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="p365i_product" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA"> + <Titles> + <Title LCID="1033" Title="Products Catalog" /> + </Titles> + </SubArea> + <SubArea Id="subarea_60309507" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="p365i_pricelist" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> + <SubArea Id="subarea_2045e853" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="p365i_salesunit" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> + </Group> + </Area> + </SiteMap> + <LocalizedNames> + <LocalizedName description="Sales Center" languagecode="1033" /> + </LocalizedNames> +</AppModuleSiteMap> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/AppModules/p365i_SalesCenter/AppModule.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/AppModules/p365i_SalesCenter/AppModule.xml new file mode 100644 index 00000000..ab4c6480 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/AppModules/p365i_SalesCenter/AppModule.xml @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="utf-8"?> +<AppModule> + <UniqueName>p365i_SalesCenter</UniqueName> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <WebResourceId>953b9fac-1e5e-e611-80d6-00155ded156f</WebResourceId> + <OptimizedFor></OptimizedFor> + <statecode>0</statecode> + <statuscode>1</statuscode> + <FormFactor>1</FormFactor> + <ClientType>4</ClientType> + <NavigationType>0</NavigationType> + <AppModuleComponents> + <AppModuleComponent type="1" schemaName="account" /> + <AppModuleComponent type="1" schemaName="activitypointer" /> + <AppModuleComponent type="1" schemaName="contact" /> + <AppModuleComponent type="1" schemaName="p365i_listitem" /> + <AppModuleComponent type="1" schemaName="p365i_opportunity" /> + <AppModuleComponent type="1" schemaName="p365i_opportunityclosure" /> + <AppModuleComponent type="1" schemaName="p365i_opportunityproduct" /> + <AppModuleComponent type="1" schemaName="p365i_pricelist" /> + <AppModuleComponent type="1" schemaName="p365i_product" /> + <AppModuleComponent type="1" schemaName="p365i_prospect" /> + <AppModuleComponent type="1" schemaName="p365i_prospecttoopportunity" /> + <AppModuleComponent type="1" schemaName="p365i_quote" /> + <AppModuleComponent type="1" schemaName="p365i_quoteproduct" /> + <AppModuleComponent type="1" schemaName="p365i_salesprocess" /> + <AppModuleComponent type="1" schemaName="p365i_salesunit" /> + <AppModuleComponent type="29" id="{1dbe38aa-526b-ee11-9ae7-6045bd127823}" /> + <AppModuleComponent type="29" id="{5e0eedae-796b-ee11-9ae7-6045bd127823}" /> + <AppModuleComponent type="60" id="{dd81c0b1-fac8-ee11-9079-00224841f5ce}" /> + <AppModuleComponent type="60" id="{bc5c2150-fdc8-ee11-9079-00224841f5ce}" /> + <AppModuleComponent type="60" id="{69cff312-cfb6-4289-9631-249ab85d2c62}" /> + <AppModuleComponent type="60" id="{2205c86d-ed88-4a2f-a447-3b86a8781f2e}" /> + <AppModuleComponent type="60" id="{098ae145-1567-41ec-8398-86dbaac70c9b}" /> + <AppModuleComponent type="60" id="{b028db32-3619-48a5-ac51-cf3f947b0ef3}" /> + <AppModuleComponent type="60" id="{c9e7ec2d-efca-4e4c-b3e3-f63c4bba5e4b}" /> + <AppModuleComponent type="62" schemaName="p365i_SalesCenter" /> + </AppModuleComponents> + <AppModuleRoleMaps> + <Role id="{627090ff-40a3-4053-8790-584edc5be201}" /> + <Role id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" /> + </AppModuleRoleMaps> + <LocalizedNames> + <LocalizedName description="Sales Center" languagecode="1033" /> + </LocalizedNames> + <appelements> + <appelement uniquename="p365i_p365i_SalesCenter_canvasappid_p365i_closeopportunity_48e00"> + <canvasappid> + <name>p365i_closeopportunity_48e00</name> + </canvasappid> + <iscustomizable>1</iscustomizable> + <name>p365i_p365i_SalesCenter_canvasappid_p365i_closeopportunity_48e00</name> + </appelement> + <appelement uniquename="p365i_p365i_SalesCenter_canvasappid_p365i_qualifylead_c2d72"> + <canvasappid> + <name>p365i_qualifylead_c2d72</name> + </canvasappid> + <iscustomizable>1</iscustomizable> + <name>p365i_p365i_SalesCenter_canvasappid_p365i_qualifylead_c2d72</name> + </appelement> + <appelement uniquename="p365i_p365i_SalesCenter_canvasappid_p365i_salescenterdefaultcommandlibrary_48e14"> + <canvasappid> + <name>p365i_salescenterdefaultcommandlibrary_48e14</name> + </canvasappid> + <iscustomizable>1</iscustomizable> + <name>p365i_p365i_SalesCenter_canvasappid_p365i_salescenterdefaultcommandlibrary_48e14</name> + </appelement> + </appelements> +</AppModule> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/AppModules/p365i_SalesCenter/AppModule_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/AppModules/p365i_SalesCenter/AppModule_managed.xml new file mode 100644 index 00000000..ab4c6480 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/AppModules/p365i_SalesCenter/AppModule_managed.xml @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="utf-8"?> +<AppModule> + <UniqueName>p365i_SalesCenter</UniqueName> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <WebResourceId>953b9fac-1e5e-e611-80d6-00155ded156f</WebResourceId> + <OptimizedFor></OptimizedFor> + <statecode>0</statecode> + <statuscode>1</statuscode> + <FormFactor>1</FormFactor> + <ClientType>4</ClientType> + <NavigationType>0</NavigationType> + <AppModuleComponents> + <AppModuleComponent type="1" schemaName="account" /> + <AppModuleComponent type="1" schemaName="activitypointer" /> + <AppModuleComponent type="1" schemaName="contact" /> + <AppModuleComponent type="1" schemaName="p365i_listitem" /> + <AppModuleComponent type="1" schemaName="p365i_opportunity" /> + <AppModuleComponent type="1" schemaName="p365i_opportunityclosure" /> + <AppModuleComponent type="1" schemaName="p365i_opportunityproduct" /> + <AppModuleComponent type="1" schemaName="p365i_pricelist" /> + <AppModuleComponent type="1" schemaName="p365i_product" /> + <AppModuleComponent type="1" schemaName="p365i_prospect" /> + <AppModuleComponent type="1" schemaName="p365i_prospecttoopportunity" /> + <AppModuleComponent type="1" schemaName="p365i_quote" /> + <AppModuleComponent type="1" schemaName="p365i_quoteproduct" /> + <AppModuleComponent type="1" schemaName="p365i_salesprocess" /> + <AppModuleComponent type="1" schemaName="p365i_salesunit" /> + <AppModuleComponent type="29" id="{1dbe38aa-526b-ee11-9ae7-6045bd127823}" /> + <AppModuleComponent type="29" id="{5e0eedae-796b-ee11-9ae7-6045bd127823}" /> + <AppModuleComponent type="60" id="{dd81c0b1-fac8-ee11-9079-00224841f5ce}" /> + <AppModuleComponent type="60" id="{bc5c2150-fdc8-ee11-9079-00224841f5ce}" /> + <AppModuleComponent type="60" id="{69cff312-cfb6-4289-9631-249ab85d2c62}" /> + <AppModuleComponent type="60" id="{2205c86d-ed88-4a2f-a447-3b86a8781f2e}" /> + <AppModuleComponent type="60" id="{098ae145-1567-41ec-8398-86dbaac70c9b}" /> + <AppModuleComponent type="60" id="{b028db32-3619-48a5-ac51-cf3f947b0ef3}" /> + <AppModuleComponent type="60" id="{c9e7ec2d-efca-4e4c-b3e3-f63c4bba5e4b}" /> + <AppModuleComponent type="62" schemaName="p365i_SalesCenter" /> + </AppModuleComponents> + <AppModuleRoleMaps> + <Role id="{627090ff-40a3-4053-8790-584edc5be201}" /> + <Role id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" /> + </AppModuleRoleMaps> + <LocalizedNames> + <LocalizedName description="Sales Center" languagecode="1033" /> + </LocalizedNames> + <appelements> + <appelement uniquename="p365i_p365i_SalesCenter_canvasappid_p365i_closeopportunity_48e00"> + <canvasappid> + <name>p365i_closeopportunity_48e00</name> + </canvasappid> + <iscustomizable>1</iscustomizable> + <name>p365i_p365i_SalesCenter_canvasappid_p365i_closeopportunity_48e00</name> + </appelement> + <appelement uniquename="p365i_p365i_SalesCenter_canvasappid_p365i_qualifylead_c2d72"> + <canvasappid> + <name>p365i_qualifylead_c2d72</name> + </canvasappid> + <iscustomizable>1</iscustomizable> + <name>p365i_p365i_SalesCenter_canvasappid_p365i_qualifylead_c2d72</name> + </appelement> + <appelement uniquename="p365i_p365i_SalesCenter_canvasappid_p365i_salescenterdefaultcommandlibrary_48e14"> + <canvasappid> + <name>p365i_salescenterdefaultcommandlibrary_48e14</name> + </canvasappid> + <iscustomizable>1</iscustomizable> + <name>p365i_p365i_SalesCenter_canvasappid_p365i_salescenterdefaultcommandlibrary_48e14</name> + </appelement> + </appelements> +</AppModule> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_closeopportunity_48e00.meta.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_closeopportunity_48e00.meta.xml new file mode 100644 index 00000000..488aa243 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_closeopportunity_48e00.meta.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<CanvasApp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Name>p365i_closeopportunity_48e00</Name> + <AppVersion>2024-02-11T15:37:57Z</AppVersion> + <Status>Ready</Status> + <CreatedByClientVersion>3.24015.12.0</CreatedByClientVersion> + <MinClientVersion>3.24015.12.0</MinClientVersion> + <Tags>{"primaryDeviceWidth":"640","primaryDeviceHeight":"350","supportsPortrait":"true","supportsLandscape":"true","primaryFormFactor":"Tablet","showStatusBar":"false","publisherVersion":"3.24015.12","minimumRequiredApiVersion":"2.2.0","hasComponent":"false","hasUnlockedComponent":"false","isUnifiedRootApp":"false","offlineLargeFilesSupport":"false","sienaVersion":"20240210T152516Z-3.24015.12.0"}</Tags> + <IsCdsUpgraded>0</IsCdsUpgraded> + <GalleryItemId xsi:nil="true"></GalleryItemId> + <BackgroundColor>RGBA(0,176,240,1)</BackgroundColor> + <DisplayName>CloseOpportunity</DisplayName> + <Description xsi:nil="true"></Description> + <CommitMessage xsi:nil="true"></CommitMessage> + <Publisher xsi:nil="true"></Publisher> + <AuthorizationReferences>[]</AuthorizationReferences> + <ConnectionReferences>{}</ConnectionReferences> + <DatabaseReferences>{"default.cds":{"databaseDetails":{"referenceType":"Environmental","environmentName":"default.cds","overrideValues":{"status":"NotSpecified","environmentVariableName":""}},"dataSources":{"environment_39a902ba":{"entitySetName":"Environment","logicalName":"environment_39a902ba"},"Opportunities":{"entitySetName":"p365i_opportunities","logicalName":"p365i_opportunity"},"Opportunity Closures":{"entitySetName":"p365i_opportunityclosures","logicalName":"p365i_opportunityclosure"}}}}</DatabaseReferences> + <AppComponents>[]</AppComponents> + <AppComponentDependencies>[]</AppComponentDependencies> + <CanConsumeAppPass>1</CanConsumeAppPass> + <CanvasAppType>2</CanvasAppType> + <BypassConsent>0</BypassConsent> + <AdminControlBypassConsent>0</AdminControlBypassConsent> + <EmbeddedApp xsi:nil="true"></EmbeddedApp> + <IntroducedVersion>1.0</IntroducedVersion> + <CdsDependencies>{"cdsdependencies":[{"logicalname":"p365i_opportunity","componenttype":1},{"logicalname":"p365i_opportunityclosure","componenttype":1}]}</CdsDependencies> + <IsCustomizable>1</IsCustomizable> + <BackgroundImageUri>/CanvasApps/p365i_closeopportunity_48e00_BackgroundImageUri</BackgroundImageUri> + <DocumentUri>/CanvasApps/p365i_closeopportunity_48e00_DocumentUri.msapp</DocumentUri> + <AdditionalUris> + <AdditionalUri>/CanvasApps/p365i_closeopportunity_48e00_AdditionalUris0_identity.json</AdditionalUri> + </AdditionalUris> +</CanvasApp> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_closeopportunity_48e00_AdditionalUris0_identity.json b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_closeopportunity_48e00_AdditionalUris0_identity.json new file mode 100644 index 00000000..f99c44ed --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_closeopportunity_48e00_AdditionalUris0_identity.json @@ -0,0 +1 @@ +{"__Version":"0.1","App":"e41fc05c-2921-4562-8b1f-04c05183543f","Test_7F478737223C4B69":"872153b0-2e8c-49ae-a4ec-f8254a4eeba2","Host":"1fa78f2c-f327-49a8-8052-a7f4a5f5bb3f","Screen":"41acdbbb-b763-410a-82f4-4d54e75e7848","ScreenContainer":"97e0e674-05a8-44ee-a35d-7d399a0bf54e","MainContainer":"c1080095-b377-42c7-a7f9-438b0d305e0b","ctn_title":"ced0a3b2-3fea-4735-b3c8-7e53ba579a1c","lbl_title":"cd6e7cb6-e707-4c27-9d98-60859b2a06fe","lbl_subtitle":"3a27ce5d-f223-42e8-8ced-42a896765d80","line":"953d8e2d-0608-452e-b2f1-f7e346757f21","Container_statusreason":"65990479-6472-4927-a54d-8691e99198e2","lbl_statusreason":"cccd3882-e78e-4921-9131-1940a88ab258","cb_statusreason":"6db65ed7-2abf-4df2-aa7b-550fd277ed0d","Name1":"f9506431-cfb9-4143-b784-820e8499ea74","Container_actualrevenue":"b42f8c45-84ca-4702-b4b4-6f699b27b4ac","lbl_revenue":"d3f5850d-8725-423b-ab9e-68ed42fc96ed","txt_revenue":"32f9d6e2-68cb-432e-b763-0c2f72513bc4","Container_closedate":"321aeade-e4a3-447c-8da8-3659945f0f1f","lbl_closedate":"131838e6-1724-4436-b8d2-7ee60a5e36f4","dp_closedate":"65e70b0f-c684-41d7-9ed4-9b8d8b65ce84","Container_description":"f36acfb6-832c-4077-a03f-29f1a9e2d447","lbl_description":"1d96ca92-ba9d-46df-b50e-73a21ac209da","txt_description":"703080db-6cf8-4998-9814-976c7ae253f9","Container_buttons":"60841e0e-2d54-4554-a6e0-dc2d279183a9","btn_ok":"82ba2fbb-6d62-4dce-8a0f-f127d59517bf","btn_cancel":"c8e1a181-0d4a-443a-9778-5af0cbd457b0","Container1":"23f314f1-d325-4568-bcac-35cbc3436dfa","Spinner1":"e977307c-33be-45b3-8052-c1444d35cd30"} \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_closeopportunity_48e00_BackgroundImageUri b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_closeopportunity_48e00_BackgroundImageUri new file mode 100644 index 00000000..c67f0065 Binary files /dev/null and b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_closeopportunity_48e00_BackgroundImageUri differ diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_closeopportunity_48e00_DocumentUri.msapp b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_closeopportunity_48e00_DocumentUri.msapp new file mode 100644 index 00000000..b7f1792c Binary files /dev/null and b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_closeopportunity_48e00_DocumentUri.msapp differ diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_qualifylead_c2d72.meta.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_qualifylead_c2d72.meta.xml new file mode 100644 index 00000000..87b6fbed --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_qualifylead_c2d72.meta.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<CanvasApp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Name>p365i_qualifylead_c2d72</Name> + <AppVersion>2024-02-11T15:29:56Z</AppVersion> + <Status>Ready</Status> + <CreatedByClientVersion>3.24015.12.0</CreatedByClientVersion> + <MinClientVersion>3.24015.12.0</MinClientVersion> + <Tags>{"primaryDeviceWidth":"640","primaryDeviceHeight":"350","supportsPortrait":"true","supportsLandscape":"true","primaryFormFactor":"Tablet","showStatusBar":"false","publisherVersion":"3.24015.12","minimumRequiredApiVersion":"2.2.0","hasComponent":"false","hasUnlockedComponent":"false","isUnifiedRootApp":"false","sienaVersion":"20240210T150344Z-3.24015.12.0","offlineLargeFilesSupport":"false"}</Tags> + <IsCdsUpgraded>0</IsCdsUpgraded> + <GalleryItemId xsi:nil="true"></GalleryItemId> + <BackgroundColor>RGBA(0,176,240,1)</BackgroundColor> + <DisplayName>QualifyLead</DisplayName> + <Description xsi:nil="true"></Description> + <CommitMessage xsi:nil="true"></CommitMessage> + <Publisher xsi:nil="true"></Publisher> + <AuthorizationReferences>[]</AuthorizationReferences> + <ConnectionReferences>{}</ConnectionReferences> + <DatabaseReferences>{"default.cds":{"databaseDetails":{"referenceType":"Environmental","environmentName":"default.cds","overrideValues":{"status":"NotSpecified","environmentVariableName":""}},"dataSources":{"Prospects":{"entitySetName":"p365i_prospects","logicalName":"p365i_prospect"},"environment_39a902ba":{"entitySetName":"Environment","logicalName":"environment_39a902ba"},"Opportunities":{"entitySetName":"p365i_opportunities","logicalName":"p365i_opportunity"}}}}</DatabaseReferences> + <AppComponents>[]</AppComponents> + <AppComponentDependencies>[]</AppComponentDependencies> + <CanConsumeAppPass>1</CanConsumeAppPass> + <CanvasAppType>2</CanvasAppType> + <BypassConsent>0</BypassConsent> + <AdminControlBypassConsent>0</AdminControlBypassConsent> + <EmbeddedApp xsi:nil="true"></EmbeddedApp> + <IntroducedVersion>1.0</IntroducedVersion> + <CdsDependencies>{"cdsdependencies":[{"logicalname":"p365i_prospect","componenttype":1},{"logicalname":"p365i_opportunity","componenttype":1}]}</CdsDependencies> + <IsCustomizable>1</IsCustomizable> + <BackgroundImageUri>/CanvasApps/p365i_qualifylead_c2d72_BackgroundImageUri</BackgroundImageUri> + <DocumentUri>/CanvasApps/p365i_qualifylead_c2d72_DocumentUri.msapp</DocumentUri> + <AdditionalUris> + <AdditionalUri>/CanvasApps/p365i_qualifylead_c2d72_AdditionalUris0_identity.json</AdditionalUri> + </AdditionalUris> +</CanvasApp> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_qualifylead_c2d72_AdditionalUris0_identity.json b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_qualifylead_c2d72_AdditionalUris0_identity.json new file mode 100644 index 00000000..91e78a34 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_qualifylead_c2d72_AdditionalUris0_identity.json @@ -0,0 +1 @@ +{"__Version":"0.1","App":"6e85cb2d-2e98-41b2-84ca-7f4e74f8d9d8","Test_7F478737223C4B69":"e32008c7-17f4-4ea5-abdd-9015537e21b2","Host":"84d960c1-f0e3-41f1-8644-3f34400ae610","Screen":"1fcba2aa-1631-493c-86f4-1276fb5ffd99","ScreenContainer1":"fc2de506-654a-4b9b-b08d-82cfded4bc24","MainContainer1":"3a246574-ed82-4b0d-b49e-e8610039dc7d","Container1":"26bac09a-7024-4c79-92c4-923a81c4d000","TextCanvas1":"e06595e7-2521-4bdc-9f7b-d8c4fdc3e676","TextCanvas1_1":"ba737b1c-3cf5-4909-91e5-39423f5c5fdd","Rectangle1":"aa308e6e-1347-40c6-9a0b-6ecc1a66fc68","Container1_2":"b4b6a396-bfcc-480c-ac3a-018d581664b9","TextCanvas1_2":"67b4fa9a-3d8a-4bef-9d24-724337e3fd92","Container1_3":"a7333ff6-f5a3-4845-a637-6973927fbff2","tgl_account":"200601d4-b9e3-4916-8a10-6babfd197b20","Container1_4":"a61491ff-821c-4236-af70-635eb7d03c9f","tgl_contact":"96928464-bebf-4c1d-8fe5-7442f10aaa44","Container1_6":"bc171020-5252-44fd-82b2-6f4782177014","tgl_opp":"62818da8-67d8-4115-a92d-0a9e83e6a19f","Container1_7":"b9fd55f2-2000-49d2-a837-49ea192029d6","Container1_5":"7f8bc78f-073c-4f51-a83d-750634fba7c9","ButtonCanvas1_1":"fff2dd3b-93d7-4517-bf98-42bb018ab0b5","ButtonCanvas1":"927bf153-48e4-49d4-886b-3d28df302aa2","ContainerProcessing":"ba7189f6-0b4c-47e7-a4f1-0c7ee5d33204","Spinner1":"1c5e30f0-1660-4fef-9897-9c57a355b82c"} \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_qualifylead_c2d72_BackgroundImageUri b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_qualifylead_c2d72_BackgroundImageUri new file mode 100644 index 00000000..c67f0065 Binary files /dev/null and b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_qualifylead_c2d72_BackgroundImageUri differ diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_qualifylead_c2d72_DocumentUri.msapp b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_qualifylead_c2d72_DocumentUri.msapp new file mode 100644 index 00000000..ca5e6bd6 Binary files /dev/null and b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_qualifylead_c2d72_DocumentUri.msapp differ diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_salescenterdefaultcommandlibrary_48e14.meta.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_salescenterdefaultcommandlibrary_48e14.meta.xml new file mode 100644 index 00000000..352196a2 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_salescenterdefaultcommandlibrary_48e14.meta.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<CanvasApp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Name>p365i_salescenterdefaultcommandlibrary_48e14</Name> + <AppVersion>2024-02-10T15:56:45Z</AppVersion> + <Status>Ready</Status> + <CreatedByClientVersion>3.24015.12.0</CreatedByClientVersion> + <MinClientVersion>0.0.0.0</MinClientVersion> + <Tags>{"primaryDeviceWidth":"640","primaryDeviceHeight":"1136","sienaVersion":"20240209T195058Z-3.24015.12.0","deviceCapabilities":"","supportsPortrait":"true","supportsLandscape":"false","primaryFormFactor":"Phone","publisherVersion":"3.24014.14.0","minimumRequiredApiVersion":"2.2.0","hasComponent":"true","hasUnlockedComponent":"true","isUnifiedRootApp":"false"}</Tags> + <IsCdsUpgraded>0</IsCdsUpgraded> + <GalleryItemId xsi:nil="true"></GalleryItemId> + <BackgroundColor>rgba(0, 176, 240, 1)</BackgroundColor> + <DisplayName>SalesCenter_DefaultCommandLibrary</DisplayName> + <Description xsi:nil="true"></Description> + <CommitMessage>Saved by Command designer.</CommitMessage> + <Publisher xsi:nil="true"></Publisher> + <AuthorizationReferences>[]</AuthorizationReferences> + <ConnectionReferences>{}</ConnectionReferences> + <DatabaseReferences>{"default.cds":{"databaseDetails":{"referenceType":"Environmental","environmentName":"default.cds"},"dataSources":{"Opportunity Products":{"entitySetName":"p365i_opportunityproducts","logicalName":"p365i_opportunityproduct"},"Prospects":{"entitySetName":"p365i_prospects","logicalName":"p365i_prospect"},"Opportunities":{"entitySetName":"p365i_opportunities","logicalName":"p365i_opportunity"}}}}</DatabaseReferences> + <AppComponents>[]</AppComponents> + <AppComponentDependencies>[]</AppComponentDependencies> + <CanConsumeAppPass>1</CanConsumeAppPass> + <CanvasAppType>1</CanvasAppType> + <BypassConsent>0</BypassConsent> + <AdminControlBypassConsent>0</AdminControlBypassConsent> + <EmbeddedApp xsi:nil="true"></EmbeddedApp> + <IntroducedVersion>1.0</IntroducedVersion> + <CdsDependencies>{"cdsdependencies":[{"logicalname":"p365i_opportunityproduct","componenttype":1},{"logicalname":"p365i_prospect","componenttype":1},{"logicalname":"p365i_opportunity","componenttype":1}]}</CdsDependencies> + <IsCustomizable>1</IsCustomizable> + <BackgroundImageUri>/CanvasApps/p365i_salescenterdefaultcommandlibrary_48e14_BackgroundImageUri</BackgroundImageUri> + <DocumentUri>/CanvasApps/p365i_salescenterdefaultcommandlibrary_48e14_DocumentUri.msapp</DocumentUri> +</CanvasApp> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_salescenterdefaultcommandlibrary_48e14_BackgroundImageUri b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_salescenterdefaultcommandlibrary_48e14_BackgroundImageUri new file mode 100644 index 00000000..28b1c9dd Binary files /dev/null and b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_salescenterdefaultcommandlibrary_48e14_BackgroundImageUri differ diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_salescenterdefaultcommandlibrary_48e14_DocumentUri.msapp b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_salescenterdefaultcommandlibrary_48e14_DocumentUri.msapp new file mode 100644 index 00000000..059c4415 Binary files /dev/null and b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/CanvasApps/p365i_salescenterdefaultcommandlibrary_48e14_DocumentUri.msapp differ diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Dashboards/{bc5c2150-fdc8-ee11-9079-00224841f5ce}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Dashboards/{bc5c2150-fdc8-ee11-9079-00224841f5ce}.xml new file mode 100644 index 00000000..a9b42873 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Dashboards/{bc5c2150-fdc8-ee11-9079-00224841f5ce}.xml @@ -0,0 +1,132 @@ +<?xml version="1.0" encoding="utf-8"?> +<Dashboard xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <LocalizedNames> + <LocalizedName description="My Sales Dashboard" languagecode="1033" /> + </LocalizedNames> + <FormId>{bc5c2150-fdc8-ee11-9079-00224841f5ce}</FormId> + <IsCustomizable>1</IsCustomizable> + <IsDefault>0</IsDefault> + <FormXml> + <forms type="dashboard"> + <form> + <tabs> + <tab showlabel="false" verticallayout="true" id="{f4978214-b97f-4a28-88f7-d2f7a99c2495}"> + <labels> + <label description="Tab" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" columns="1111" id="{b4cffe95-ee5a-4fc6-badd-fdd70e3ab0c5}"> + <labels> + <label description="Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{27366dc7-0a76-ce24-3938-42040cca70ab}" showlabel="false" colspan="2" auto="false" rowspan="24"> + <labels> + <label description="Opportunities" languagecode="1033" /> + </labels> + <control id="Component1115480" classid="{E7A81278-8635-4d9e-8D4D-59480B391C5B}" indicationOfSubgrid="true" uniqueid="{4440d5c3-d358-cc39-e0d7-cbbeccd1d1b6}"> + <parameters> + <ViewId>{91872A1E-FEC8-EE11-9079-00224841F5CE}</ViewId> + <IsUserView>false</IsUserView> + <RelationshipName /> + <TargetEntityType>p365i_opportunity</TargetEntityType> + <AutoExpand>Fixed</AutoExpand> + <EnableQuickFind>true</EnableQuickFind> + <EnableViewPicker>true</EnableViewPicker> + <ViewIds /> + <EnableJumpBar>true</EnableJumpBar> + <ChartGridMode>Grid</ChartGridMode> + <VisualizationId /> + <IsUserChart>false</IsUserChart> + <EnableChartPicker>false</EnableChartPicker> + <RecordsPerPage>20</RecordsPerPage> + <HeaderColorCode>#F3F3F3</HeaderColorCode> + </parameters> + </control> + </cell> + <cell id="{45e6248d-367d-8ba1-55dc-254e2ec76118}" showlabel="false" colspan="1" auto="false" rowspan="24"> + <labels> + <label description="Prospects" languagecode="1033" /> + </labels> + <control id="Component2466861" classid="{E7A81278-8635-4d9e-8D4D-59480B391C5B}" indicationOfSubgrid="true" uniqueid="{3d381d06-38c9-c98c-b4ed-7dc68c0580b9}"> + <parameters> + <ViewId>{78834F71-00C9-EE11-9079-00224841F5CE}</ViewId> + <IsUserView>false</IsUserView> + <RelationshipName /> + <TargetEntityType>p365i_prospect</TargetEntityType> + <AutoExpand>Fixed</AutoExpand> + <EnableQuickFind>true</EnableQuickFind> + <EnableViewPicker>true</EnableViewPicker> + <ViewIds /> + <EnableJumpBar>true</EnableJumpBar> + <ChartGridMode>Grid</ChartGridMode> + <VisualizationId /> + <IsUserChart>false</IsUserChart> + <EnableChartPicker>false</EnableChartPicker> + <RecordsPerPage>20</RecordsPerPage> + <HeaderColorCode>#F3F3F3</HeaderColorCode> + </parameters> + </control> + </cell> + <cell id="{8ca88c50-4a56-676d-2c09-9b6bb68361e0}" showlabel="true" colspan="1" availableforphone="false" auto="false" rowspan="24"> + <labels> + <label description="Timeline" languagecode="1033" /> + </labels> + <control id="notescontrol" classid="{06375649-c143-495e-a496-c962e5b4488e}"> + <parameters> + <UClientUniqueName>Timeline</UClientUniqueName> + <UClientModules>Activities</UClientModules> + <UClientExpandFilterPane>false</UClientExpandFilterPane> + <UClientShowFilterPane>true</UClientShowFilterPane> + <UClientOrderBy>descending</UClientOrderBy> + <UClientRecordPerPage>10</UClientRecordPerPage> + <UClientActivities /> + <UClientSortActivitiesByValue>modifiedon</UClientSortActivitiesByValue> + <UClientDisplayActivityHeaderUsing>defaultformat</UClientDisplayActivityHeaderUsing> + <UClientCreateActivityUsing>quickcreateform</UClientCreateActivityUsing> + <UClientDisplayActivityUsing>cardform</UClientDisplayActivityUsing> + <UClientActivityCardMap>appointment:4201:,email:4202:,fax:4204:,letter:4207:,phonecall:4210:,task:4212:,msfp_alert:10440:,msfp_surveyinvite:10450:,msfp_surveyresponse:10452:,adx_inviteredemption:10246:,adx_portalcomment:10247:,chat:10099:</UClientActivityCardMap> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <controlDescriptions /> + </form> + </forms> + </FormXml> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsTabletEnabled>0</IsTabletEnabled> +</Dashboard> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/Account/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/Account/Entity.xml new file mode 100644 index 00000000..7a66721c --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/Account/Entity.xml @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="utf-8"?> +<Entity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Name LocalizedName="Account" OriginalName="">Account</Name> + <EntityInfo> + <entity Name="Account"> + <attributes> + <attribute PhysicalName="p365i_OriginatingProspect"> + <Type>lookup</Type> + <Name>p365i_originatingprospect</Name> + <LogicalName>p365i_originatingprospect</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Originating Prospect" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + </attributes> + </entity> + </EntityInfo> + <FormXml /> + <RibbonDiffXml /> +</Entity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/Account/FormXml/main/{dd81c0b1-fac8-ee11-9079-00224841f5ce}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/Account/FormXml/main/{dd81c0b1-fac8-ee11-9079-00224841f5ce}.xml new file mode 100644 index 00000000..2a2b4e11 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/Account/FormXml/main/{dd81c0b1-fac8-ee11-9079-00224841f5ce}.xml @@ -0,0 +1,1049 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{dd81c0b1-fac8-ee11-9079-00224841f5ce}</formid> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form showImage="true" headerdensity="HighWithControls"> + <ancestor id="{8448b78f-8f42-454e-8e2a-f8196b0419af}" /> + <hiddencontrols> + <data id="address1_addressid" datafieldname="address1_addressid" classid="{5546E6CD-394C-4bee-94A8-4425E17EF6C6}" /> + <data id="address2_addressid" datafieldname="address2_addressid" classid="{5546E6CD-394C-4bee-94A8-4425E17EF6C6}" /> + </hiddencontrols> + <tabs> + <tab name="SUMMARY_TAB" id="{3b0b63a9-d379-689a-0ec3-e71eb4c6a841}" IsUserDefined="0" showlabel="true" expanded="true" locklevel="0" labelid="{3d35937b-b652-407a-8cc3-5c80cd50a2f6}"> + <labels> + <label description="Summary" languagecode="1033" /> + </labels> + <columns> + <column width="33%"> + <sections> + <section name="ACCOUNT_INFORMATION" showlabel="true" showbar="false" id="{0eb92e6c-bcb8-0d52-a188-d81543ddb7cd}" IsUserDefined="0" layout="varwidth" columns="1" labelwidth="115" celllabelposition="Left" labelid="{8fbaef3c-3683-481a-a738-d015a8c2ed7f}"> + <labels> + <label description="ACCOUNT INFORMATION" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{b0e82a7e-5683-d90c-308a-0d779377ea8a}" showlabel="true" labelid="{f9290c36-33b8-4a3c-9f37-596f51b7f0f4}"> + <labels> + <label description="Account Name" languagecode="1033" /> + </labels> + <control id="name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="name" disabled="false" /> + </cell> + </row> + <row> + <cell id="{3441a91e-47c5-672c-7a20-902d6baa9036}" showlabel="true" labelid="{ff7aa0bf-45bb-4346-a49f-dbaba460eb5e}"> + <labels> + <label description="Phone" languagecode="1033" /> + </labels> + <control id="telephone1" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="telephone1" disabled="false" /> + </cell> + </row> + <row> + <cell id="{8b98a55e-a345-b20e-d46e-801e79d5c1c1}" showlabel="true" labelid="{7ee2328d-0e19-401f-95f6-4153c37ceb60}"> + <labels> + <label description="Fax" languagecode="1033" /> + </labels> + <control id="fax" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="fax" disabled="false" /> + </cell> + </row> + <row> + <cell id="{e6441984-4343-813a-aa7e-e2747ad35390}" showlabel="true" labelid="{33d8b183-9049-4ef0-90f3-b941bdc75bf6}"> + <labels> + <label description="Website" languagecode="1033" /> + </labels> + <control id="websiteurl" classid="{71716B6C-711E-476c-8AB8-5D11542BFB47}" datafieldname="websiteurl" disabled="false" /> + </cell> + </row> + <row> + <cell id="{87DE203E-B03C-44CC-8B06-438202B82553}" labelid="{dd9e0fe8-92fa-4fe2-8e1d-e4c997f95494}"> + <labels> + <label description="Parent Account" languagecode="1033" /> + </labels> + <events> + <event name="setadditionalparams" application="true" active="true"> + <InternalHandlers> + <Handler functionName="AppCommon.Account.Instance.parentaccountid_setadditionalparams" libraryName="AppCommon/Account/Account_main_system_library.js" handlerUniqueId="c5cc10db-58ac-4611-a529-c1ff599707b1" enabled="true" passExecutionContext="true" /> + </InternalHandlers> + </event> + </events> + <control id="parentaccountid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="parentaccountid" /> + </cell> + </row> + <row> + <cell id="{5f38af3a-3307-47dc-b36d-d9a5de525e6e}" showlabel="true" labelid="{5ae9310d-2f70-4516-b071-38a807ec78f7}"> + <labels> + <label description="Ticker Symbol" languagecode="1033" /> + </labels> + <control id="tickersymbol" classid="{1E1FC551-F7A8-43af-AC34-A8DC35C7B6D4}" datafieldname="tickersymbol" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="ADDRESS" showlabel="true" locklevel="0" showbar="false" id="{cc0fe06e-4b5f-4648-A62d-84d1514e1fc5}" IsUserDefined="0" layout="varwidth" columns="1" labelwidth="115" celllabelposition="Left" labelid="{06da5722-5f36-4037-85f4-a93344d74519}"> + <labels> + <label description="ADDRESS" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{4913500e-605a-809b-e99e-69e2710d09bd}" showlabel="true" locklevel="0" labelid="{62ffd818-4965-49fd-a18c-4399522cda86}"> + <labels> + <label description="Address 1" languagecode="1033" /> + </labels> + <control id="address1_composite" classid="{E0DECE4B-6FC8-4a8f-A065-082708572369}" datafieldname="address1_composite" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="MapSection" showlabel="false" showbar="false" id="{e1c565b8-7db7-4a44-b4e7-281614ff849b}" IsUserDefined="0" layout="varwidth" columns="1" labelwidth="115" celllabelposition="Left" labelid="{cf3de255-3768-47f6-94bf-67a1e953c0cf}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{7c550a71-c8f5-469b-a221-cc4563525b70}" showlabel="false" rowspan="8" colspan="1" auto="false" labelid="{3d693c11-5db5-4e62-8597-59129cdcf30d}"> + <labels> + <label description="Map View" languagecode="1033" /> + </labels> + <control id="mapcontrol" classid="{62B0DF79-0464-470F-8AF7-4483CFEA0C7D}"> + <parameters> + <AddressField>address1_composite</AddressField> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + <column width="42%"> + <sections> + <section name="SOCIAL_PANE_TAB" showlabel="false" showbar="false" id="{7a073b7c-5422-2418-3d26-b2a7eb290832}" IsUserDefined="0" layout="varwidth" columns="1" labelwidth="115" celllabelposition="Top" locklevel="0" celllabelalignment="Left" labelid="{ebbf0f8b-c6fb-4fc6-b216-615d62e5e9a8}"> + <labels> + <label description="SOCIAL PANE" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{7e87ab43-7321-21c7-5704-24c5c38000c6}" showlabel="false" rowspan="23" auto="false" colspan="1" labelid="{2d179797-6fc2-4a56-b8c9-f6239f7b96dc}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="notescontrol" classid="{06375649-c143-495e-a496-c962e5b4488e}" disabled="false" /> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + <column width="25%"> + <sections> + <section name="Summary_section_6" showlabel="false" showbar="false" locklevel="0" id="{ea3bb0a6-b9dc-1b0e-5e7d-74a380ee79a3}" IsUserDefined="0" layout="varwidth" columns="1" labelwidth="115" labelid="{4909f55f-b1c9-4366-9f56-898e7b378d73}"> + <labels> + <label description="Assistant" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{2D126B5E-B0BB-436D-A8B3-B8A7C6E1F5A9}" showlabel="false" rowspan="6" auto="false" colspan="1" labelid="{4d42759c-60a3-4fbb-959d-39813e6b1f74}"> + <labels> + <label description="Assistant" languagecode="1033" /> + </labels> + <control id="ActionCards" classid="{F9A8A302-114E-466A-B582-6771B2AE0D92}" uniqueid="{3FF9A528-DD50-4ACA-8F10-2E5ED73513AD}" disabled="false"> + <parameters> + <ViewId>{92AFD454-0F2E-4397-A1C8-05E37C6AD699}</ViewId> + <IsUserView>false</IsUserView> + <RelationshipName /> + <TargetEntityType>actioncard</TargetEntityType> + <AutoExpand>Fixed</AutoExpand> + <EnableViewPicker>false</EnableViewPicker> + <EnableJumpBar>false</EnableJumpBar> + <ChartGridMode>All</ChartGridMode> + <VisualizationId /> + <IsUserChart>false</IsUserChart> + <EnableChartPicker>false</EnableChartPicker> + <RecordsPerPage>4</RecordsPerPage> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row /> + </rows> + </section> + <section name="SUMMARY_TAB_section_6" showlabel="false" showbar="false" locklevel="0" id="{d4c3ee9c-ba71-5cdb-31be-2aa505750472}" IsUserDefined="0" layout="varwidth" columns="1" labelwidth="115" celllabelalignment="Left" celllabelposition="Top" labelid="{73ca5fd7-58ed-40dc-8764-556655685531}"> + <labels> + <label description="Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{b187688c-8410-5990-16ec-e153968ab583}" showlabel="true" locklevel="0" labelid="{6f20aa83-568f-4c1e-ab56-0c56a2004efa}"> + <labels> + <label description="Primary Contact" languagecode="1033" /> + </labels> + <control id="primarycontactid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="primarycontactid" disabled="false"> + <parameters> + <FilterRelationshipName>contact_customer_accounts</FilterRelationshipName> + <DependentAttributeName>contact.parentcustomerid</DependentAttributeName> + <DependentAttributeType>account</DependentAttributeType> + <AllowFilterOff>true</AllowFilterOff> + <AutoResolve>true</AutoResolve> + <DisableMru>false</DisableMru> + <DisableQuickFind>false</DisableQuickFind> + <DisableViewPicker>false</DisableViewPicker> + <DefaultViewId>{A2D479C5-53E3-4C69-ADDD-802327E67A0D}</DefaultViewId> + </parameters> + </control> + </cell> + </row> + <row> + <cell id="{0F664FFF-E39E-4676-9191-CBA16972B21D}" colspan="1" showlabel="false" labelid="{b4422793-c123-47d1-9e34-f05dfe152a9c}"> + <labels> + <label description="Primary Contact" languagecode="1033" /> + </labels> + <control id="contactquickform" classid="{5C5600E0-1D6E-4205-A272-BE80DA87FD42}" datafieldname="primarycontactid" disabled="false"> + <parameters> + <QuickForms><QuickFormIds><QuickFormId entityname="contact">29DE27BC-A257-4F29-99CF-BAB4A84E688F</QuickFormId></QuickFormIds></QuickForms> + <ControlMode>Edit</ControlMode> + </parameters> + </control> + </cell> + </row> + <row> + <cell id="{8e24c7e3-6a40-5abb-eadb-254eba5478e2}" showlabel="true" colspan="1" auto="false" rowspan="7" labelid="{bd31e16a-e4de-49ab-8e5c-8100e77dd6e3}"> + <labels> + <label description="CONTACTS" languagecode="1033" /> + </labels> + <control id="Contacts" classid="{E7A81278-8635-4d9e-8D4D-59480B391C5B}"> + <parameters> + <ViewId>{73BC2D9B-4E0E-424C-8839-ED59D6817E3A}</ViewId> + <IsUserView>false</IsUserView> + <RelationshipName>contact_customer_accounts</RelationshipName> + <TargetEntityType>contact</TargetEntityType> + <AutoExpand>Auto</AutoExpand> + <EnableQuickFind>false</EnableQuickFind> + <EnableViewPicker>false</EnableViewPicker> + <ViewIds /> + <EnableJumpBar>false</EnableJumpBar> + <ChartGridMode>Grid</ChartGridMode> + <VisualizationId /> + <IsUserChart>false</IsUserChart> + <EnableChartPicker>false</EnableChartPicker> + <RecordsPerPage>6</RecordsPerPage> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + <tab name="tab_3" id="a1ab9ec9-6f9f-4bf8-a9c1-b85401416123" IsUserDefined="0" locklevel="0" showlabel="true" labelid="{b0e087f2-781e-4380-9be5-e1d29e189c8d}"> + <labels> + <label description="Sales Information" languagecode="1033" /> + </labels> + <columns> + <column width="65%"> + <sections> + <section name="tab_3_section_1" id="e3b9995c-e0e8-4338-8869-92ed5cfb8280" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115" labelid="{24894bf1-ee34-4b7c-9a86-068dc20392e2}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row /> + <row> + <cell id="{ebe54145-8c33-470a-a588-9b951e1f01a6}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Price List" languagecode="1033" /> + </labels> + <control id="p365i_pricelist" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_pricelist" disabled="false" /> + </cell> + </row> + <row> + <cell locklevel="0" id="{a9a15639-cd9e-47d3-b53c-08b5d90e4215}" rowspan="4" colspan="1" auto="false" labelid="{7eeef80a-8956-4408-94f6-e8859e225025}"> + <labels> + <label description="Opportunities" languagecode="1033" /> + </labels> + <control indicationOfSubgrid="true" id="Subgrid_new_1" classid="{E7A81278-8635-4D9E-8D4D-59480B391C5B}"> + <parameters> + <RecordsPerPage>4</RecordsPerPage> + <AutoExpand>Fixed</AutoExpand> + <EnableQuickFind>false</EnableQuickFind> + <EnableViewPicker>false</EnableViewPicker> + <EnableChartPicker>true</EnableChartPicker> + <ChartGridMode>All</ChartGridMode> + <TargetEntityType>p365i_opportunity</TargetEntityType> + <ViewId>{2898D69C-F9C8-EE11-9079-6045BD127823}</ViewId> + <ViewIds>{573D02B8-950C-44EF-8522-0EAE14621F2A},{2898D69C-F9C8-EE11-9079-6045BD127823}</ViewIds> + <RelationshipName>p365i_p365i_opportunity_parentAccountid_account</RelationshipName> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + <column width="35%"> + <sections> + <section name="tab_3_section_2" id="2e3183e7-4440-48b8-867d-d285c089851d" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115" labelid="{9e607537-5d0b-4c16-9846-b101b5d5f7e7}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row /> + <row> + <cell id="{1eeea1ee-b673-4c6b-a3f3-4b77b52563c0}" userspacer="true" showlabel="false" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell locklevel="0" id="{857a3d32-3144-48b0-b821-3a4e76ecea05}" rowspan="4" colspan="1" auto="false" labelid="{2657380d-f894-4085-98db-95d593600c64}"> + <labels> + <label description="Account Plans" languagecode="1033" /> + </labels> + <control indicationOfSubgrid="true" id="Subgrid_new_2" classid="{E7A81278-8635-4D9E-8D4D-59480B391C5B}"> + <parameters> + <RecordsPerPage>4</RecordsPerPage> + <AutoExpand>Fixed</AutoExpand> + <EnableQuickFind>false</EnableQuickFind> + <EnableViewPicker>false</EnableViewPicker> + <EnableChartPicker>true</EnableChartPicker> + <ChartGridMode>All</ChartGridMode> + <TargetEntityType>p365i_accountplan</TargetEntityType> + <ViewId>{86E576AD-FAC8-EE11-9079-6045BD127823}</ViewId> + <ViewIds>{2FB2500C-C7A1-4BD8-870F-30DA8773BA25},{86E576AD-FAC8-EE11-9079-6045BD127823}</ViewIds> + <RelationshipName>p365i_p365i_accountplan_Account_account</RelationshipName> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + <tab name="DETAILS_TAB" id="{11a42c72-9ded-ea04-253d-2143e731b795}" IsUserDefined="0" showlabel="true" expanded="true" labelid="{26440e68-d67c-42b9-8657-e72a88fa048c}"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <columns> + <column width="34%"> + <sections> + <section name="COMPANY_PROFILE" showlabel="true" showbar="false" id="{ca8587c5-18c0-cac1-7c34-6c639eade090}" IsUserDefined="0" layout="varwidth" columns="1" labelwidth="115" celllabelposition="Left" labelid="{81d9b642-90f6-4ec4-8a28-faff7fa51d47}"> + <labels> + <label description="COMPANY PROFILE" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{59782911-4d1a-38dc-ce49-7dae620dbc51}" showlabel="true" labelid="{07b59ca9-80b8-4c4d-bcb5-5eca2116f217}"> + <labels> + <label description="Industry" languagecode="1033" /> + </labels> + <control id="industrycode" classid="{3EF39988-22BB-4f0b-BBBE-64B5A3748AEE}" datafieldname="industrycode" disabled="false" /> + </cell> + </row> + <row> + <cell id="{930beba3-d531-0808-c403-de95e2ac3e62}" showlabel="true" labelid="{a4585346-6e70-47e6-b8dc-746c3cf26565}"> + <labels> + <label description="SIC Code" languagecode="1033" /> + </labels> + <control id="sic" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="sic" disabled="false" /> + </cell> + </row> + <row> + <cell id="{1c33ad89-92a1-8433-2378-306259eb57c0}" showlabel="true" labelid="{b0de365c-908a-4cb7-aaca-e3b136d036c7}"> + <labels> + <label description="Ownership" languagecode="1033" /> + </labels> + <control id="ownershipcode" classid="{3EF39988-22BB-4f0b-BBBE-64B5A3748AEE}" datafieldname="ownershipcode" disabled="false" /> + </cell> + </row> + <row> + <cell id="{a56cc0cd-350e-2901-599b-761d7736e569}" showlabel="false" userspacer="true" labelid="{15957599-168e-484d-b05b-e16f7d02e74c}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="DETAILS_TAB_section_6" showlabel="true" showbar="false" locklevel="0" id="{e201b9ce-c3d5-c922-dba5-528c25066940}" IsUserDefined="0" layout="varwidth" columns="1" labelwidth="115" celllabelalignment="Left" celllabelposition="Top" height="auto" labelid="{87ee8dfb-b0ec-49aa-b8ff-246715dc25af}"> + <labels> + <label description="Description" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{a4a726a2-8e3e-79d0-02c3-0a04a6b71089}" showlabel="false" locklevel="0" rowspan="3" auto="true" labelid="{bfb92216-2c97-4b7f-ac1b-b028421d82ef}"> + <labels> + <label description="Description" languagecode="1033" /> + </labels> + <control id="description" classid="{E0DECE4B-6FC8-4a8f-A065-082708572369}" datafieldname="description" disabled="false" /> + </cell> + </row> + <row /> + <row height="auto" /> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section name="CONTACT_PREFERENCES" showlabel="true" showbar="false" id="{2787a122-55d5-4c8d-9b21-c8d4ec8cc3fc}" IsUserDefined="0" columns="1" labelwidth="115" celllabelposition="Left" labelid="{9ef6a19f-ab65-436e-96a8-48b7cdbe2382}"> + <labels> + <label description="CONTACT PREFERENCES" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{e651d783-6c9f-4e8d-981c-c9577e344e7b}" labelid="{8bc7c0d8-9733-413f-a313-62cc4b32057c}"> + <labels> + <label description="Contact Method" languagecode="1033" /> + </labels> + <control id="preferredcontactmethodcode" classid="{3EF39988-22BB-4f0b-BBBE-64B5A3748AEE}" datafieldname="preferredcontactmethodcode" /> + </cell> + </row> + <row> + <cell id="{0a536c64-788d-4f22-a388-fbddfdee8142}" labelid="{2aaa4484-17c5-4834-b531-83cf5e0d0985}"> + <labels> + <label description="Email" languagecode="1033" /> + </labels> + <control id="donotemail" classid="{67FAC785-CD58-4f9f-ABB3-4B7DDC6ED5ED}" datafieldname="donotemail" /> + </cell> + </row> + <row> + <cell id="{82b8410d-3b9c-4aca-9968-6b3e493ef92e}" labelid="{07cb0411-feaa-43b2-a5cf-fdb06830c09b}"> + <labels> + <label description="Follow Email" languagecode="1033" /> + </labels> + <control id="followemail" classid="{67FAC785-CD58-4f9f-ABB3-4B7DDC6ED5ED}" datafieldname="followemail" /> + </cell> + </row> + <row> + <cell id="{cfa09fa5-ccb6-4f97-bd8d-d7e037a7aab1}" labelid="{8d71cb21-f7f1-4ac3-ad21-80d8618eddd1}"> + <labels> + <label description="Bulk Email" languagecode="1033" /> + </labels> + <control id="donotbulkemail" classid="{67FAC785-CD58-4f9f-ABB3-4B7DDC6ED5ED}" datafieldname="donotbulkemail" /> + </cell> + </row> + <row> + <cell id="{f587cb66-b142-47c9-bc7a-009875261840}" labelid="{3f0de577-6b67-4480-90c4-fdc31ba6357b}"> + <labels> + <label description="Phone" languagecode="1033" /> + </labels> + <control id="donotphone" classid="{67FAC785-CD58-4f9f-ABB3-4B7DDC6ED5ED}" datafieldname="donotphone" /> + </cell> + </row> + <row> + <cell id="{12927a20-3614-4546-89fc-9bdbd9b7432f}" labelid="{c40ee857-c3a7-40b8-bc0c-273a217d3e4d}"> + <labels> + <label description="Fax" languagecode="1033" /> + </labels> + <control id="donotfax" classid="{67FAC785-CD58-4f9f-ABB3-4B7DDC6ED5ED}" datafieldname="donotfax" /> + </cell> + </row> + <row> + <cell id="{ed50e866-7968-483d-8388-0e6313d3c784}" labelid="{73264a74-d656-46fa-b96c-bef1979ee486}"> + <labels> + <label description="Mail" languagecode="1033" /> + </labels> + <control id="donotpostalmail" classid="{67FAC785-CD58-4f9f-ABB3-4B7DDC6ED5ED}" datafieldname="donotpostalmail" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section name="BILLING" showlabel="true" showbar="false" id="{910de80a-a17e-092a-255d-44d775cb4207}" IsUserDefined="0" layout="varwidth" columns="1" labelwidth="115" celllabelposition="Left" locklevel="0" celllabelalignment="Left" labelid="{ebed10b6-a21d-42e0-9011-2f4d0920dda0}"> + <labels> + <label description="BILLING" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{7cd2b88c-b25c-4729-9c27-f59ebb5a1538}" labelid="{9a05275a-d150-4441-896d-34ac3ff17ff2}"> + <labels> + <label description="Currency" languagecode="1033" /> + </labels> + <control id="transactioncurrencyid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="transactioncurrencyid" /> + </cell> + </row> + <row> + <cell id="{0125719c-a5b0-4230-9817-3fba5d6ebfaf}" labelid="{9a09dca9-40f1-4c0d-b172-03f505ab9d93}"> + <labels> + <label description="Credit Limit" languagecode="1033" /> + </labels> + <control id="creditlimit" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="creditlimit" /> + </cell> + </row> + <row> + <cell id="{abc2c862-bcd4-4a4b-ac51-c311d4e66d5b}" labelid="{8536228c-60b8-42b5-bcaf-00b5835f0f85}"> + <labels> + <label description="Credit Hold" languagecode="1033" /> + </labels> + <control id="creditonhold" classid="{67FAC785-CD58-4f9f-ABB3-4B7DDC6ED5ED}" datafieldname="creditonhold" /> + </cell> + </row> + <row> + <cell id="{0bab9157-d14e-441f-969d-80460634c15e}" labelid="{7ed4427e-0f9c-4e9f-9919-e62654119cb5}"> + <labels> + <label description="Payment Terms" languagecode="1033" /> + </labels> + <control id="paymenttermscode" classid="{3EF39988-22BB-4f0b-BBBE-64B5A3748AEE}" datafieldname="paymenttermscode" /> + </cell> + </row> + </rows> + </section> + <section name="SHIPPING" showlabel="true" showbar="false" id="{d61ba33b-9648-d541-459d-ae145a6854db}" IsUserDefined="0" layout="varwidth" columns="1" labelwidth="115" celllabelposition="Left" locklevel="0" celllabelalignment="Left" labelid="{ccd250d4-c6f6-4425-b398-f880e7577b29}"> + <labels> + <label description="SHIPPING" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{4d2e776d-7d85-c51b-3900-1ae7323b0a6b}" showlabel="true" labelid="{ab56267e-6547-42c3-9387-a8b600b1aafc}"> + <labels> + <label description="Shipping Method" languagecode="1033" /> + </labels> + <control id="address1_shippingmethodcode" classid="{3EF39988-22BB-4f0b-BBBE-64B5A3748AEE}" datafieldname="address1_shippingmethodcode" /> + </cell> + </row> + <row> + <cell id="{02719696-a5da-b791-48c3-4e8cb8b110d5}" showlabel="true" labelid="{0e3f4af3-647b-466b-87b5-3aa258381a76}"> + <labels> + <label description="Freight Terms" languagecode="1033" /> + </labels> + <control id="address1_freighttermscode" classid="{3EF39988-22BB-4f0b-BBBE-64B5A3748AEE}" datafieldname="address1_freighttermscode" /> + </cell> + </row> + </rows> + </section> + <section name="ChildAccounts" showlabel="true" showbar="false" locklevel="0" id="{1e0e4517-ba6b-1540-53a9-09647d67443a}" IsUserDefined="0" layout="varwidth" columns="1" labelwidth="115" celllabelalignment="Left" celllabelposition="Left" labelid="{e0c161b7-2644-4da2-93e1-fbe994734029}"> + <labels> + <label description="CHILD ACCOUNTS" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{8b1d7a7a-972c-78c1-d287-82ec5b33d167}" showlabel="false" colspan="1" auto="false" rowspan="6" labelid="{77686b7b-c46a-4bcd-85e7-d75784b8d479}"> + <labels> + <label description="Child Accounts" languagecode="1033" /> + </labels> + <control id="ChildAccounts" classid="{E7A81278-8635-4d9e-8D4D-59480B391C5B}"> + <parameters> + <ViewId>{00000000-0000-0000-00AA-000010001002}</ViewId> + <IsUserView>false</IsUserView> + <RelationshipName>account_parent_account</RelationshipName> + <TargetEntityType>account</TargetEntityType> + <AutoExpand>Fixed</AutoExpand> + <EnableQuickFind>false</EnableQuickFind> + <EnableViewPicker>false</EnableViewPicker> + <ViewIds>{00000000-0000-0000-00AA-000010001002},{00000000-0000-0000-00AA-000010001001}</ViewIds> + <EnableJumpBar>false</EnableJumpBar> + <ChartGridMode>Grid</ChartGridMode> + <VisualizationId>{74A622C0-5193-DE11-97D4-00155DA3B01E}</VisualizationId> + <IsUserChart>false</IsUserChart> + <EnableChartPicker>false</EnableChartPicker> + <RecordsPerPage>4</RecordsPerPage> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <events> + <event name="onload" application="true" active="true"> + <InternalHandlers> + <Handler functionName="AppCommon.Account.Instance.ra_onload" libraryName="AppCommon/Account/Account_main_system_library.js" handlerUniqueId="7927DD68-5AC5-4E9A-B39A-44F62467656A" enabled="true" /> + </InternalHandlers> + </event> + </events> + <header id="{d5a03552-1183-4347-a237-1f894ba449eb}" columns="111" celllabelposition="Top" labelwidth="115"> + <rows> + <row> + <cell id="{d3e19d4e-b2ae-409f-9b4e-5976527c6c83}" labelid="{7054a39a-4b7f-4eee-9f2f-66cc2717e921}"> + <labels> + <label description="Annual Revenue" languagecode="1033" /> + </labels> + <control id="header_revenue" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="revenue" /> + </cell> + <cell id="{2adb5a52-604d-5aad-ba6a-2bbab6c33594}" showlabel="true" labelid="{463c2bed-1c75-47ff-8533-dd70d2106013}"> + <labels> + <label description="Number of Employees" languagecode="1033" /> + </labels> + <control id="header_numberofemployees" classid="{C6D124CA-7EDA-4a60-AEA9-7FB8D318B68F}" datafieldname="numberofemployees" /> + </cell> + <cell id="{54b2d0a2-eb77-b3cd-b60a-03ea6944e98e}" showlabel="true" locklevel="1" labelid="{ad4a335e-134a-42f0-be23-184da4557e62}"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="header_ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </header> + <clientresources> + <internalresources> + <clientincludes> + <internaljscriptfile src="$webresource:AppCommon/Account/Account_main_system_library.js" /> + </clientincludes> + </internalresources> + </clientresources> + <Navigation> + <NavBar> + <NavBarByRelationshipItem RelationshipName="Account_CustomerAddress" Id="navAddresses" Sequence="10" Area="Info" Show="false"> + <Privileges> + <Privilege Entity="" Privilege="ReadActivity" /> + </Privileges> + <Titles> + <Title LCID="1033" Text="Addresses" /> + <Title LCID="1025" Text="العناوين" /> + <Title LCID="1026" Text="Адреси" /> + <Title LCID="1027" Text="Adreces" /> + <Title LCID="1029" Text="Adresy" /> + <Title LCID="1030" Text="Adresser" /> + <Title LCID="1031" Text="Adressen" /> + <Title LCID="1032" Text="Διευθύνσεις" /> + <Title LCID="3082" Text="Direcciones" /> + <Title LCID="1061" Text="Aadressid" /> + <Title LCID="1069" Text="Helbideak" /> + <Title LCID="1035" Text="Osoitteet" /> + <Title LCID="1036" Text="Adresses" /> + <Title LCID="1110" Text="Enderezos" /> + <Title LCID="1037" Text="כתובות" /> + <Title LCID="1081" Text="पते" /> + <Title LCID="1050" Text="Adrese" /> + <Title LCID="1038" Text="Címek" /> + <Title LCID="1057" Text="Alamat" /> + <Title LCID="1040" Text="Indirizzi" /> + <Title LCID="1041" Text="住所" /> + <Title LCID="1087" Text="Мекенжайлар" /> + <Title LCID="1042" Text="주소" /> + <Title LCID="1063" Text="Adresai" /> + <Title LCID="1062" Text="Adreses" /> + <Title LCID="1086" Text="Alamat" /> + <Title LCID="1044" Text="Adresser" /> + <Title LCID="1043" Text="Adressen" /> + <Title LCID="1045" Text="Adresy" /> + <Title LCID="1046" Text="Endereços" /> + <Title LCID="2070" Text="Endereços" /> + <Title LCID="1048" Text="Adrese" /> + <Title LCID="1049" Text="Адреса" /> + <Title LCID="1051" Text="Adresy" /> + <Title LCID="1060" Text="Naslovi" /> + <Title LCID="3098" Text="Адресе" /> + <Title LCID="10266" Text="Адресе" /> + <Title LCID="2074" Text="Adrese" /> + <Title LCID="9242" Text="Adrese" /> + <Title LCID="1053" Text="Adresser" /> + <Title LCID="1054" Text="ที่อยู่" /> + <Title LCID="1055" Text="Adresler" /> + <Title LCID="1058" Text="Адреси" /> + <Title LCID="1066" Text="Địa chỉ" /> + <Title LCID="2052" Text="地址" /> + <Title LCID="3076" Text="地址" /> + <Title LCID="1028" Text="地址" /> + </Titles> + </NavBarByRelationshipItem> + <NavBarByRelationshipItem RelationshipName="account_parent_account" Id="navSubAccts" TitleResourceId="Label_SubAccounts" Sequence="10" Area="Info" Show="false"> + <Privileges> + <Privilege Entity="" Privilege="ReadActivity" /> + </Privileges> + <Titles> + <Title LCID="1033" Text="Accounts" /> + <Title LCID="1025" Text="الحسابات" /> + <Title LCID="1026" Text="Акаунти" /> + <Title LCID="1027" Text="Comptes" /> + <Title LCID="1029" Text="Obchodní vztahy" /> + <Title LCID="1030" Text="Firmaer" /> + <Title LCID="1031" Text="Firmen" /> + <Title LCID="1032" Text="Λογαριασμοί" /> + <Title LCID="3082" Text="Cuentas" /> + <Title LCID="1061" Text="Kontod" /> + <Title LCID="1069" Text="Kontuak" /> + <Title LCID="1035" Text="Asiakkaat" /> + <Title LCID="1036" Text="Comptes" /> + <Title LCID="1110" Text="Contas" /> + <Title LCID="1037" Text="תיקי לקוחות" /> + <Title LCID="1081" Text="खाते" /> + <Title LCID="1050" Text="Kupci" /> + <Title LCID="1038" Text="Partnerek" /> + <Title LCID="1057" Text="Akun" /> + <Title LCID="1040" Text="Account" /> + <Title LCID="1041" Text="取引先企業" /> + <Title LCID="1087" Text="Тіркелгілер" /> + <Title LCID="1042" Text="거래처" /> + <Title LCID="1063" Text="Klientai" /> + <Title LCID="1062" Text="Uzņēmumi" /> + <Title LCID="1086" Text="Akaun" /> + <Title LCID="1044" Text="Forretningsforbindelser" /> + <Title LCID="1043" Text="Accounts" /> + <Title LCID="1045" Text="Klienci" /> + <Title LCID="1046" Text="Contas" /> + <Title LCID="2070" Text="Contas" /> + <Title LCID="1048" Text="Conturi" /> + <Title LCID="1049" Text="Организации" /> + <Title LCID="1051" Text="Obchodné vzťahy" /> + <Title LCID="1060" Text="Računi" /> + <Title LCID="3098" Text="Пословни контакти" /> + <Title LCID="10266" Text="Пословни контакти" /> + <Title LCID="2074" Text="Poslovni kontakti" /> + <Title LCID="9242" Text="Poslovni kontakti" /> + <Title LCID="1053" Text="Konton" /> + <Title LCID="1054" Text="บัญชี" /> + <Title LCID="1055" Text="Firmalar" /> + <Title LCID="1058" Text="Бізнес-партнери" /> + <Title LCID="1066" Text="Khách hàng" /> + <Title LCID="2052" Text="帐户" /> + <Title LCID="3076" Text="客戶" /> + <Title LCID="1028" Text="客戶" /> + </Titles> + </NavBarByRelationshipItem> + <NavBarByRelationshipItem RelationshipName="account_customer_relationship_customer" Id="navRelationships" TitleResourceId="Left_Nav_Area_Relationships" Sequence="10" Area="Info" Show="false"> + <Privileges> + <Privilege Entity="" Privilege="ReadActivity" /> + </Privileges> + <Titles> + <Title LCID="1033" Text="CustomerRelationship" /> + <Title LCID="1025" Text="CustomerRelationship" /> + <Title LCID="1026" Text="CustomerRelationship" /> + <Title LCID="1027" Text="CustomerRelationship" /> + <Title LCID="1029" Text="CustomerRelationship" /> + <Title LCID="1030" Text="CustomerRelationship" /> + <Title LCID="1031" Text="CustomerRelationship" /> + <Title LCID="1032" Text="CustomerRelationship" /> + <Title LCID="3082" Text="CustomerRelationship" /> + <Title LCID="1061" Text="CustomerRelationship" /> + <Title LCID="1069" Text="CustomerRelationship" /> + <Title LCID="1035" Text="CustomerRelationship" /> + <Title LCID="1036" Text="CustomerRelationship" /> + <Title LCID="1110" Text="CustomerRelationship" /> + <Title LCID="1037" Text="CustomerRelationship" /> + <Title LCID="1081" Text="CustomerRelationship" /> + <Title LCID="1050" Text="CustomerRelationship" /> + <Title LCID="1038" Text="CustomerRelationship" /> + <Title LCID="1057" Text="CustomerRelationship" /> + <Title LCID="1040" Text="CustomerRelationship" /> + <Title LCID="1041" Text="CustomerRelationship" /> + <Title LCID="1087" Text="CustomerRelationship" /> + <Title LCID="1042" Text="CustomerRelationship" /> + <Title LCID="1063" Text="CustomerRelationship" /> + <Title LCID="1062" Text="CustomerRelationship" /> + <Title LCID="1086" Text="CustomerRelationship" /> + <Title LCID="1044" Text="CustomerRelationship" /> + <Title LCID="1043" Text="CustomerRelationship" /> + <Title LCID="1045" Text="CustomerRelationship" /> + <Title LCID="1046" Text="CustomerRelationship" /> + <Title LCID="2070" Text="CustomerRelationship" /> + <Title LCID="1048" Text="CustomerRelationship" /> + <Title LCID="1049" Text="CustomerRelationship" /> + <Title LCID="1051" Text="CustomerRelationship" /> + <Title LCID="1060" Text="CustomerRelationship" /> + <Title LCID="3098" Text="CustomerRelationship" /> + <Title LCID="10266" Text="CustomerRelationship" /> + <Title LCID="2074" Text="CustomerRelationship" /> + <Title LCID="9242" Text="CustomerRelationship" /> + <Title LCID="1053" Text="CustomerRelationship" /> + <Title LCID="1054" Text="CustomerRelationship" /> + <Title LCID="1055" Text="CustomerRelationship" /> + <Title LCID="1058" Text="CustomerRelationship" /> + <Title LCID="1066" Text="CustomerRelationship" /> + <Title LCID="2052" Text="CustomerRelationship" /> + <Title LCID="3076" Text="CustomerRelationship" /> + <Title LCID="1028" Text="CustomerRelationship" /> + </Titles> + </NavBarByRelationshipItem> + <NavBarByRelationshipItem RelationshipName="hardcoded_{B7196B13-6B9D-42CD-BD58-B19A3953126F}navCampaignsInSFA" Sequence="20" Area="Marketing" Id="navCampaignsInSFA" Show="false"> + <Titles> + <Title LCID="1033" Text="Campaigns" /> + <Title LCID="1025" Text="الحملات" /> + <Title LCID="1026" Text="Кампании" /> + <Title LCID="1027" Text="Campanyes" /> + <Title LCID="1029" Text="Kampaně" /> + <Title LCID="1030" Text="Kampagner" /> + <Title LCID="1031" Text="Kampagnen" /> + <Title LCID="1032" Text="Εκστρατείες" /> + <Title LCID="3082" Text="Campañas" /> + <Title LCID="1061" Text="Kampaaniad" /> + <Title LCID="1069" Text="Kanpainak" /> + <Title LCID="1035" Text="Kampanjat" /> + <Title LCID="1036" Text="Campagnes" /> + <Title LCID="1110" Text="Campañas" /> + <Title LCID="1037" Text="קמפיינים" /> + <Title LCID="1081" Text="अभियान" /> + <Title LCID="1050" Text="Kampanje" /> + <Title LCID="1038" Text="Kampányok" /> + <Title LCID="1057" Text="Kampanye" /> + <Title LCID="1040" Text="Campagne" /> + <Title LCID="1041" Text="キャンペーン" /> + <Title LCID="1087" Text="Науқандар" /> + <Title LCID="1042" Text="캠페인" /> + <Title LCID="1063" Text="Kampanijos" /> + <Title LCID="1062" Text="Kampaņas" /> + <Title LCID="1086" Text="Kempen" /> + <Title LCID="1044" Text="Kampanjer" /> + <Title LCID="1043" Text="Campagnes" /> + <Title LCID="1045" Text="Kampanie" /> + <Title LCID="1046" Text="Campanhas" /> + <Title LCID="2070" Text="Campanhas" /> + <Title LCID="1048" Text="Campanii" /> + <Title LCID="1049" Text="Кампании" /> + <Title LCID="1051" Text="Kampane" /> + <Title LCID="1060" Text="Akcije" /> + <Title LCID="3098" Text="Кампање" /> + <Title LCID="10266" Text="Кампање" /> + <Title LCID="2074" Text="Kampanje" /> + <Title LCID="9242" Text="Kampanje" /> + <Title LCID="1053" Text="Kampanjer" /> + <Title LCID="1054" Text="การส่งเสริมการขาย" /> + <Title LCID="1055" Text="Kampanyalar" /> + <Title LCID="1058" Text="Кампанії" /> + <Title LCID="1066" Text="Chiến dịch" /> + <Title LCID="2052" Text="市场活动" /> + <Title LCID="3076" Text="行銷活動" /> + <Title LCID="1028" Text="行銷活動" /> + </Titles> + </NavBarByRelationshipItem> + <NavBarByRelationshipItem RelationshipName="hardcoded_{B7196B13-6B9D-42CD-BD58-B19A3953126F}navProcessSessions" Sequence="9700" Area="ProcessCenter" Id="navProcessSessions" Show="false"> + <Titles> + <Title LCID="1033" Text="Dialog Sessions" /> + <Title LCID="1025" Text="جلسات عمل الحوار" /> + <Title LCID="1026" Text="Диалогови сесии" /> + <Title LCID="1027" Text="Sessions del diàleg" /> + <Title LCID="1029" Text="Relace dialogů" /> + <Title LCID="1030" Text="Dialogsessioner" /> + <Title LCID="1031" Text="Dialogsitzungen" /> + <Title LCID="1032" Text="Περίοδοι λειτουργίας παραθύρου διαλόγου" /> + <Title LCID="3082" Text="Sesiones de diálogo" /> + <Title LCID="1061" Text="Dialoogiseansid" /> + <Title LCID="1069" Text="Elkarrizketa-saioak" /> + <Title LCID="1035" Text="Dialogi-istunnot" /> + <Title LCID="1036" Text="Sessions de dialogue" /> + <Title LCID="1110" Text="Sesións de diálogo" /> + <Title LCID="1037" Text="הפעלות דו-שיח" /> + <Title LCID="1081" Text="संवाद सत्र" /> + <Title LCID="1050" Text="Sesije dijaloga" /> + <Title LCID="1038" Text="Párbeszéd-munkamenetek" /> + <Title LCID="1057" Text="Sesi Dialog" /> + <Title LCID="1040" Text="Sessioni di interazione" /> + <Title LCID="1041" Text="ダイアログ セッション" /> + <Title LCID="1087" Text="Диалог сеанстары" /> + <Title LCID="1042" Text="대화 세션" /> + <Title LCID="1063" Text="Dialogo seansai" /> + <Title LCID="1062" Text="Dialogu sesijas" /> + <Title LCID="1086" Text="Sesi Dialog" /> + <Title LCID="1044" Text="Dialogøkter" /> + <Title LCID="1043" Text="Dialoogvenstersessies" /> + <Title LCID="1045" Text="Sesje dialogowe" /> + <Title LCID="1046" Text="Sessões de Diálogo" /> + <Title LCID="2070" Text="Sessões de Diálogo" /> + <Title LCID="1048" Text="Sesiuni de dialog" /> + <Title LCID="1049" Text="Сеансы диалогового окна" /> + <Title LCID="1051" Text="Relácie dialógového okna" /> + <Title LCID="1060" Text="Seje dialoga" /> + <Title LCID="3098" Text="Сесије дијалога" /> + <Title LCID="10266" Text="Сесије дијалога" /> + <Title LCID="2074" Text="Sesije dijaloga" /> + <Title LCID="9242" Text="Sesije dijaloga" /> + <Title LCID="1053" Text="Dialogsessioner" /> + <Title LCID="1054" Text="เซสชันของกล่องโต้ตอบ" /> + <Title LCID="1055" Text="Diyalog Oturumları" /> + <Title LCID="1058" Text="Сеанси діалогу" /> + <Title LCID="1066" Text="Phiên hộp thoại" /> + <Title LCID="2052" Text="对话会话" /> + <Title LCID="3076" Text="對話方塊工作階段" /> + <Title LCID="1028" Text="對話方塊工作階段" /> + </Titles> + </NavBarByRelationshipItem> + <NavBarByRelationshipItem RelationshipName="hardcoded_{B7196B13-6B9D-42CD-BD58-B19A3953126F}navAsyncOperations" Sequence="9500" Area="ProcessCenter" Id="navAsyncOperations" Show="false"> + <Titles> + <Title LCID="1033" Text="Workflows" /> + <Title LCID="1025" Text="عمليات سير العمل" /> + <Title LCID="1026" Text="Работни потоци" /> + <Title LCID="1027" Text="Fluxos de treball" /> + <Title LCID="1029" Text="Pracovní postupy" /> + <Title LCID="1030" Text="Arbejdsprocesser" /> + <Title LCID="1031" Text="Workflows" /> + <Title LCID="1032" Text="Ροές εργασιών" /> + <Title LCID="3082" Text="Flujos de trabajo" /> + <Title LCID="1061" Text="Töövood" /> + <Title LCID="1069" Text="Lan-fluxuak" /> + <Title LCID="1035" Text="Työnkulut" /> + <Title LCID="1036" Text="Workflows" /> + <Title LCID="1110" Text="Fluxos de traballo" /> + <Title LCID="1037" Text="זרימות עבודה" /> + <Title LCID="1081" Text="कार्य प्रवाह" /> + <Title LCID="1050" Text="Tjekovi rada" /> + <Title LCID="1038" Text="Munkafolyamatok" /> + <Title LCID="1057" Text="Alur Kerja" /> + <Title LCID="1040" Text="Flussi di lavoro" /> + <Title LCID="1041" Text="ワークフロー" /> + <Title LCID="1087" Text="Жұмыс ағындары" /> + <Title LCID="1042" Text="워크플로" /> + <Title LCID="1063" Text="Darbo eigos" /> + <Title LCID="1062" Text="Darbplūsmas" /> + <Title LCID="1086" Text="Aliran Kerja" /> + <Title LCID="1044" Text="Arbeidsflyter" /> + <Title LCID="1043" Text="Werkstromen" /> + <Title LCID="1045" Text="Przepływy pracy" /> + <Title LCID="1046" Text="Fluxos de Trabalho" /> + <Title LCID="2070" Text="Fluxos de Trabalho" /> + <Title LCID="1048" Text="Fluxuri de lucru" /> + <Title LCID="1049" Text="Бизнес-процессы" /> + <Title LCID="1051" Text="Pracovné postupy" /> + <Title LCID="1060" Text="Poteki dela" /> + <Title LCID="3098" Text="Токови посла" /> + <Title LCID="10266" Text="Токови посла" /> + <Title LCID="2074" Text="Tokovi posla" /> + <Title LCID="9242" Text="Tokovi posla" /> + <Title LCID="1053" Text="Arbetsflöden" /> + <Title LCID="1054" Text="เวิร์กโฟลว์" /> + <Title LCID="1055" Text="İş Akışları" /> + <Title LCID="1058" Text="Робочі цикли" /> + <Title LCID="1066" Text="Quy trình làm việc" /> + <Title LCID="2052" Text="工作流" /> + <Title LCID="3076" Text="工作流程" /> + <Title LCID="1028" Text="工作流程" /> + </Titles> + </NavBarByRelationshipItem> + </NavBar> + </Navigation> + <controlDescriptions> + <controlDescription forControl="{3FF9A528-DD50-4ACA-8F10-2E5ED73513AD}"> + <customControl formFactor="2" name="MscrmControls.CardFeedContainer.CardFeedContainer"> + <parameters> + <data-set name="SubGrid"> + <ViewId>{92AFD454-0F2E-4397-A1C8-05E37C6AD699}</ViewId> + <IsUserView>false</IsUserView> + <TargetEntityType>actioncard</TargetEntityType> + <FilteredViewIds>{92AFD454-0F2E-4397-A1C8-05E37C6AfD699}</FilteredViewIds> + <EnableViewPicker>false</EnableViewPicker> + </data-set> + <EntityTypeCode static="true" type="Decimal">1</EntityTypeCode> + <Location static="true" type="Decimal">1</Location> + <msinternal.isvisibleinmocaonly static="true">true</msinternal.isvisibleinmocaonly> + </parameters> + </customControl> + <customControl formFactor="0" name="MscrmControls.CardFeedContainer.CardFeedContainer"> + <parameters> + <data-set name="SubGrid"> + <ViewId>{92AFD454-0F2E-4397-A1C8-05E37C6AD699}</ViewId> + <IsUserView>false</IsUserView> + <TargetEntityType>actioncard</TargetEntityType> + <FilteredViewIds>{92AFD454-0F2E-4397-A1C8-05E37C6AfD699}</FilteredViewIds> + <EnableViewPicker>false</EnableViewPicker> + </data-set> + <EntityTypeCode static="true" type="Decimal">1</EntityTypeCode> + <Location static="true" type="Decimal">1</Location> + <msinternal.isvisibleinmocaonly static="true">true</msinternal.isvisibleinmocaonly> + </parameters> + </customControl> + <customControl formFactor="1" name="MscrmControls.CardFeedContainer.CardFeedContainer"> + <parameters> + <data-set name="SubGrid"> + <ViewId>{92AFD454-0F2E-4397-A1C8-05E37C6AD699}</ViewId> + <IsUserView>false</IsUserView> + <TargetEntityType>actioncard</TargetEntityType> + <FilteredViewIds>{92AFD454-0F2E-4397-A1C8-05E37C6AfD699}</FilteredViewIds> + <EnableViewPicker>false</EnableViewPicker> + </data-set> + <EntityTypeCode static="true" type="Decimal">1</EntityTypeCode> + <Location static="true" type="Decimal">1</Location> + <msinternal.isvisibleinmocaonly static="true">true</msinternal.isvisibleinmocaonly> + </parameters> + </customControl> + </controlDescription> + </controlDescriptions> + <DisplayConditions FallbackForm="true" Order="4"> + <Role Id="{627090ff-40a3-4053-8790-584edc5be201}" /> + <Role Id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" /> + </DisplayConditions> + <footer id="{d1d7b9dc-fe4d-40c4-a72e-2c92c9ffbeec}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{5b6acea4-65cc-4617-a6ec-eb9c6af4ddbd}" showlabel="false" labelid="{bc3104dc-0557-445c-bee7-b40067a36dda}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{bfccd9f8-4855-4f8e-a382-832014884873}" showlabel="false" labelid="{3d74a22d-e4cd-47a4-8662-9956bb3aecb5}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{0470e585-3fda-43b3-b041-5f6bcb911d9e}" showlabel="false" labelid="{52366b19-7f3f-4d90-b715-6b08f774a7d4}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Account - Sales form" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="Updated default Account form." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/Account/FormXml/main/{dd81c0b1-fac8-ee11-9079-00224841f5ce}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/Account/FormXml/main/{dd81c0b1-fac8-ee11-9079-00224841f5ce}_managed.xml new file mode 100644 index 00000000..142f54ed --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/Account/FormXml/main/{dd81c0b1-fac8-ee11-9079-00224841f5ce}_managed.xml @@ -0,0 +1,1049 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{dd81c0b1-fac8-ee11-9079-00224841f5ce}</formid> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form showImage="true" headerdensity="HighWithControls"> + <ancestor id="{8448b78f-8f42-454e-8e2a-f8196b0419af}" /> + <hiddencontrols> + <data id="address1_addressid" datafieldname="address1_addressid" classid="{5546E6CD-394C-4bee-94A8-4425E17EF6C6}" /> + <data id="address2_addressid" datafieldname="address2_addressid" classid="{5546E6CD-394C-4bee-94A8-4425E17EF6C6}" /> + </hiddencontrols> + <tabs> + <tab name="SUMMARY_TAB" id="{3b0b63a9-d379-689a-0ec3-e71eb4c6a841}" IsUserDefined="0" showlabel="true" expanded="true" locklevel="0" labelid="{3d35937b-b652-407a-8cc3-5c80cd50a2f6}"> + <labels> + <label description="Summary" languagecode="1033" /> + </labels> + <columns> + <column width="33%"> + <sections> + <section name="ACCOUNT_INFORMATION" showlabel="true" showbar="false" id="{0eb92e6c-bcb8-0d52-a188-d81543ddb7cd}" IsUserDefined="0" layout="varwidth" columns="1" labelwidth="115" celllabelposition="Left" labelid="{8fbaef3c-3683-481a-a738-d015a8c2ed7f}"> + <labels> + <label description="ACCOUNT INFORMATION" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{b0e82a7e-5683-d90c-308a-0d779377ea8a}" showlabel="true" labelid="{f9290c36-33b8-4a3c-9f37-596f51b7f0f4}"> + <labels> + <label description="Account Name" languagecode="1033" /> + </labels> + <control id="name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="name" disabled="false" /> + </cell> + </row> + <row> + <cell id="{3441a91e-47c5-672c-7a20-902d6baa9036}" showlabel="true" labelid="{ff7aa0bf-45bb-4346-a49f-dbaba460eb5e}"> + <labels> + <label description="Phone" languagecode="1033" /> + </labels> + <control id="telephone1" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="telephone1" disabled="false" /> + </cell> + </row> + <row> + <cell id="{8b98a55e-a345-b20e-d46e-801e79d5c1c1}" showlabel="true" labelid="{7ee2328d-0e19-401f-95f6-4153c37ceb60}"> + <labels> + <label description="Fax" languagecode="1033" /> + </labels> + <control id="fax" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="fax" disabled="false" /> + </cell> + </row> + <row> + <cell id="{e6441984-4343-813a-aa7e-e2747ad35390}" showlabel="true" labelid="{33d8b183-9049-4ef0-90f3-b941bdc75bf6}"> + <labels> + <label description="Website" languagecode="1033" /> + </labels> + <control id="websiteurl" classid="{71716B6C-711E-476c-8AB8-5D11542BFB47}" datafieldname="websiteurl" disabled="false" /> + </cell> + </row> + <row> + <cell id="{87DE203E-B03C-44CC-8B06-438202B82553}" labelid="{dd9e0fe8-92fa-4fe2-8e1d-e4c997f95494}"> + <labels> + <label description="Parent Account" languagecode="1033" /> + </labels> + <events> + <event name="setadditionalparams" application="true" active="true"> + <InternalHandlers> + <Handler functionName="AppCommon.Account.Instance.parentaccountid_setadditionalparams" libraryName="AppCommon/Account/Account_main_system_library.js" handlerUniqueId="c5cc10db-58ac-4611-a529-c1ff599707b1" enabled="true" passExecutionContext="true" /> + </InternalHandlers> + </event> + </events> + <control id="parentaccountid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="parentaccountid" /> + </cell> + </row> + <row> + <cell id="{5f38af3a-3307-47dc-b36d-d9a5de525e6e}" showlabel="true" labelid="{5ae9310d-2f70-4516-b071-38a807ec78f7}"> + <labels> + <label description="Ticker Symbol" languagecode="1033" /> + </labels> + <control id="tickersymbol" classid="{1E1FC551-F7A8-43af-AC34-A8DC35C7B6D4}" datafieldname="tickersymbol" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="ADDRESS" showlabel="true" locklevel="0" showbar="false" id="{cc0fe06e-4b5f-4648-A62d-84d1514e1fc5}" IsUserDefined="0" layout="varwidth" columns="1" labelwidth="115" celllabelposition="Left" labelid="{06da5722-5f36-4037-85f4-a93344d74519}"> + <labels> + <label description="ADDRESS" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{4913500e-605a-809b-e99e-69e2710d09bd}" showlabel="true" locklevel="0" labelid="{62ffd818-4965-49fd-a18c-4399522cda86}"> + <labels> + <label description="Address 1" languagecode="1033" /> + </labels> + <control id="address1_composite" classid="{E0DECE4B-6FC8-4a8f-A065-082708572369}" datafieldname="address1_composite" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="MapSection" showlabel="false" showbar="false" id="{e1c565b8-7db7-4a44-b4e7-281614ff849b}" IsUserDefined="0" layout="varwidth" columns="1" labelwidth="115" celllabelposition="Left" labelid="{cf3de255-3768-47f6-94bf-67a1e953c0cf}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{7c550a71-c8f5-469b-a221-cc4563525b70}" showlabel="false" rowspan="8" colspan="1" auto="false" labelid="{3d693c11-5db5-4e62-8597-59129cdcf30d}"> + <labels> + <label description="Map View" languagecode="1033" /> + </labels> + <control id="mapcontrol" classid="{62B0DF79-0464-470F-8AF7-4483CFEA0C7D}"> + <parameters> + <AddressField>address1_composite</AddressField> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + <column width="42%"> + <sections> + <section name="SOCIAL_PANE_TAB" showlabel="false" showbar="false" id="{7a073b7c-5422-2418-3d26-b2a7eb290832}" IsUserDefined="0" layout="varwidth" columns="1" labelwidth="115" celllabelposition="Top" locklevel="0" celllabelalignment="Left" labelid="{ebbf0f8b-c6fb-4fc6-b216-615d62e5e9a8}"> + <labels> + <label description="SOCIAL PANE" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{7e87ab43-7321-21c7-5704-24c5c38000c6}" showlabel="false" rowspan="23" auto="false" colspan="1" labelid="{2d179797-6fc2-4a56-b8c9-f6239f7b96dc}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="notescontrol" classid="{06375649-c143-495e-a496-c962e5b4488e}" disabled="false" /> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + <column width="25%"> + <sections> + <section name="Summary_section_6" showlabel="false" showbar="false" locklevel="0" id="{ea3bb0a6-b9dc-1b0e-5e7d-74a380ee79a3}" IsUserDefined="0" layout="varwidth" columns="1" labelwidth="115" labelid="{4909f55f-b1c9-4366-9f56-898e7b378d73}"> + <labels> + <label description="Assistant" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{2D126B5E-B0BB-436D-A8B3-B8A7C6E1F5A9}" showlabel="false" rowspan="6" auto="false" colspan="1" labelid="{4d42759c-60a3-4fbb-959d-39813e6b1f74}"> + <labels> + <label description="Assistant" languagecode="1033" /> + </labels> + <control id="ActionCards" classid="{F9A8A302-114E-466A-B582-6771B2AE0D92}" uniqueid="{3FF9A528-DD50-4ACA-8F10-2E5ED73513AD}" disabled="false"> + <parameters> + <ViewId>{92AFD454-0F2E-4397-A1C8-05E37C6AD699}</ViewId> + <IsUserView>false</IsUserView> + <RelationshipName /> + <TargetEntityType>actioncard</TargetEntityType> + <AutoExpand>Fixed</AutoExpand> + <EnableViewPicker>false</EnableViewPicker> + <EnableJumpBar>false</EnableJumpBar> + <ChartGridMode>All</ChartGridMode> + <VisualizationId /> + <IsUserChart>false</IsUserChart> + <EnableChartPicker>false</EnableChartPicker> + <RecordsPerPage>4</RecordsPerPage> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row /> + </rows> + </section> + <section name="SUMMARY_TAB_section_6" showlabel="false" showbar="false" locklevel="0" id="{d4c3ee9c-ba71-5cdb-31be-2aa505750472}" IsUserDefined="0" layout="varwidth" columns="1" labelwidth="115" celllabelalignment="Left" celllabelposition="Top" labelid="{73ca5fd7-58ed-40dc-8764-556655685531}"> + <labels> + <label description="Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{b187688c-8410-5990-16ec-e153968ab583}" showlabel="true" locklevel="0" labelid="{6f20aa83-568f-4c1e-ab56-0c56a2004efa}"> + <labels> + <label description="Primary Contact" languagecode="1033" /> + </labels> + <control id="primarycontactid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="primarycontactid" disabled="false"> + <parameters> + <FilterRelationshipName>contact_customer_accounts</FilterRelationshipName> + <DependentAttributeName>contact.parentcustomerid</DependentAttributeName> + <DependentAttributeType>account</DependentAttributeType> + <AllowFilterOff>true</AllowFilterOff> + <AutoResolve>true</AutoResolve> + <DisableMru>false</DisableMru> + <DisableQuickFind>false</DisableQuickFind> + <DisableViewPicker>false</DisableViewPicker> + <DefaultViewId>{A2D479C5-53E3-4C69-ADDD-802327E67A0D}</DefaultViewId> + </parameters> + </control> + </cell> + </row> + <row> + <cell id="{0F664FFF-E39E-4676-9191-CBA16972B21D}" colspan="1" showlabel="false" labelid="{b4422793-c123-47d1-9e34-f05dfe152a9c}"> + <labels> + <label description="Primary Contact" languagecode="1033" /> + </labels> + <control id="contactquickform" classid="{5C5600E0-1D6E-4205-A272-BE80DA87FD42}" datafieldname="primarycontactid" disabled="false"> + <parameters> + <QuickForms><QuickFormIds><QuickFormId entityname="contact">29DE27BC-A257-4F29-99CF-BAB4A84E688F</QuickFormId></QuickFormIds></QuickForms> + <ControlMode>Edit</ControlMode> + </parameters> + </control> + </cell> + </row> + <row> + <cell id="{8e24c7e3-6a40-5abb-eadb-254eba5478e2}" showlabel="true" colspan="1" auto="false" rowspan="7" labelid="{bd31e16a-e4de-49ab-8e5c-8100e77dd6e3}"> + <labels> + <label description="CONTACTS" languagecode="1033" /> + </labels> + <control id="Contacts" classid="{E7A81278-8635-4d9e-8D4D-59480B391C5B}"> + <parameters> + <ViewId>{73BC2D9B-4E0E-424C-8839-ED59D6817E3A}</ViewId> + <IsUserView>false</IsUserView> + <RelationshipName>contact_customer_accounts</RelationshipName> + <TargetEntityType>contact</TargetEntityType> + <AutoExpand>Auto</AutoExpand> + <EnableQuickFind>false</EnableQuickFind> + <EnableViewPicker>false</EnableViewPicker> + <ViewIds /> + <EnableJumpBar>false</EnableJumpBar> + <ChartGridMode>Grid</ChartGridMode> + <VisualizationId /> + <IsUserChart>false</IsUserChart> + <EnableChartPicker>false</EnableChartPicker> + <RecordsPerPage>6</RecordsPerPage> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + <tab name="tab_3" id="a1ab9ec9-6f9f-4bf8-a9c1-b85401416123" IsUserDefined="0" locklevel="0" showlabel="true" labelid="{b0e087f2-781e-4380-9be5-e1d29e189c8d}"> + <labels> + <label description="Sales Information" languagecode="1033" /> + </labels> + <columns> + <column width="65%"> + <sections> + <section name="tab_3_section_1" id="e3b9995c-e0e8-4338-8869-92ed5cfb8280" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115" labelid="{24894bf1-ee34-4b7c-9a86-068dc20392e2}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row /> + <row> + <cell id="{ebe54145-8c33-470a-a588-9b951e1f01a6}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_pricelist" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_pricelist" disabled="false" /> + </cell> + </row> + <row> + <cell locklevel="0" id="{a9a15639-cd9e-47d3-b53c-08b5d90e4215}" rowspan="4" colspan="1" auto="false" labelid="{7eeef80a-8956-4408-94f6-e8859e225025}"> + <labels> + <label description="Opportunities" languagecode="1033" /> + </labels> + <control indicationOfSubgrid="true" id="Subgrid_new_1" classid="{E7A81278-8635-4D9E-8D4D-59480B391C5B}"> + <parameters> + <RecordsPerPage>4</RecordsPerPage> + <AutoExpand>Fixed</AutoExpand> + <EnableQuickFind>false</EnableQuickFind> + <EnableViewPicker>false</EnableViewPicker> + <EnableChartPicker>true</EnableChartPicker> + <ChartGridMode>All</ChartGridMode> + <TargetEntityType>p365i_opportunity</TargetEntityType> + <ViewId>{2898D69C-F9C8-EE11-9079-6045BD127823}</ViewId> + <ViewIds>{573D02B8-950C-44EF-8522-0EAE14621F2A},{2898D69C-F9C8-EE11-9079-6045BD127823}</ViewIds> + <RelationshipName>p365i_p365i_opportunity_parentAccountid_account</RelationshipName> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + <column width="35%"> + <sections> + <section name="tab_3_section_2" id="2e3183e7-4440-48b8-867d-d285c089851d" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115" labelid="{9e607537-5d0b-4c16-9846-b101b5d5f7e7}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row /> + <row> + <cell id="{1eeea1ee-b673-4c6b-a3f3-4b77b52563c0}" userspacer="true" showlabel="false" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell locklevel="0" id="{857a3d32-3144-48b0-b821-3a4e76ecea05}" rowspan="4" colspan="1" auto="false" labelid="{2657380d-f894-4085-98db-95d593600c64}"> + <labels> + <label description="Account Plans" languagecode="1033" /> + </labels> + <control indicationOfSubgrid="true" id="Subgrid_new_2" classid="{E7A81278-8635-4D9E-8D4D-59480B391C5B}"> + <parameters> + <RecordsPerPage>4</RecordsPerPage> + <AutoExpand>Fixed</AutoExpand> + <EnableQuickFind>false</EnableQuickFind> + <EnableViewPicker>false</EnableViewPicker> + <EnableChartPicker>true</EnableChartPicker> + <ChartGridMode>All</ChartGridMode> + <TargetEntityType>p365i_accountplan</TargetEntityType> + <ViewId>{86E576AD-FAC8-EE11-9079-6045BD127823}</ViewId> + <ViewIds>{2FB2500C-C7A1-4BD8-870F-30DA8773BA25},{86E576AD-FAC8-EE11-9079-6045BD127823}</ViewIds> + <RelationshipName>p365i_p365i_accountplan_Account_account</RelationshipName> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + <tab name="DETAILS_TAB" id="{11a42c72-9ded-ea04-253d-2143e731b795}" IsUserDefined="0" showlabel="true" expanded="true" labelid="{26440e68-d67c-42b9-8657-e72a88fa048c}"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <columns> + <column width="34%"> + <sections> + <section name="COMPANY_PROFILE" showlabel="true" showbar="false" id="{ca8587c5-18c0-cac1-7c34-6c639eade090}" IsUserDefined="0" layout="varwidth" columns="1" labelwidth="115" celllabelposition="Left" labelid="{81d9b642-90f6-4ec4-8a28-faff7fa51d47}"> + <labels> + <label description="COMPANY PROFILE" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{59782911-4d1a-38dc-ce49-7dae620dbc51}" showlabel="true" labelid="{07b59ca9-80b8-4c4d-bcb5-5eca2116f217}"> + <labels> + <label description="Industry" languagecode="1033" /> + </labels> + <control id="industrycode" classid="{3EF39988-22BB-4f0b-BBBE-64B5A3748AEE}" datafieldname="industrycode" disabled="false" /> + </cell> + </row> + <row> + <cell id="{930beba3-d531-0808-c403-de95e2ac3e62}" showlabel="true" labelid="{a4585346-6e70-47e6-b8dc-746c3cf26565}"> + <labels> + <label description="SIC Code" languagecode="1033" /> + </labels> + <control id="sic" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="sic" disabled="false" /> + </cell> + </row> + <row> + <cell id="{1c33ad89-92a1-8433-2378-306259eb57c0}" showlabel="true" labelid="{b0de365c-908a-4cb7-aaca-e3b136d036c7}"> + <labels> + <label description="Ownership" languagecode="1033" /> + </labels> + <control id="ownershipcode" classid="{3EF39988-22BB-4f0b-BBBE-64B5A3748AEE}" datafieldname="ownershipcode" disabled="false" /> + </cell> + </row> + <row> + <cell id="{a56cc0cd-350e-2901-599b-761d7736e569}" showlabel="false" userspacer="true" labelid="{15957599-168e-484d-b05b-e16f7d02e74c}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="DETAILS_TAB_section_6" showlabel="true" showbar="false" locklevel="0" id="{e201b9ce-c3d5-c922-dba5-528c25066940}" IsUserDefined="0" layout="varwidth" columns="1" labelwidth="115" celllabelalignment="Left" celllabelposition="Top" height="auto" labelid="{87ee8dfb-b0ec-49aa-b8ff-246715dc25af}"> + <labels> + <label description="Description" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{a4a726a2-8e3e-79d0-02c3-0a04a6b71089}" showlabel="false" locklevel="0" rowspan="3" auto="true" labelid="{bfb92216-2c97-4b7f-ac1b-b028421d82ef}"> + <labels> + <label description="Description" languagecode="1033" /> + </labels> + <control id="description" classid="{E0DECE4B-6FC8-4a8f-A065-082708572369}" datafieldname="description" disabled="false" /> + </cell> + </row> + <row /> + <row height="auto" /> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section name="CONTACT_PREFERENCES" showlabel="true" showbar="false" id="{2787a122-55d5-4c8d-9b21-c8d4ec8cc3fc}" IsUserDefined="0" columns="1" labelwidth="115" celllabelposition="Left" labelid="{9ef6a19f-ab65-436e-96a8-48b7cdbe2382}"> + <labels> + <label description="CONTACT PREFERENCES" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{e651d783-6c9f-4e8d-981c-c9577e344e7b}" labelid="{8bc7c0d8-9733-413f-a313-62cc4b32057c}"> + <labels> + <label description="Contact Method" languagecode="1033" /> + </labels> + <control id="preferredcontactmethodcode" classid="{3EF39988-22BB-4f0b-BBBE-64B5A3748AEE}" datafieldname="preferredcontactmethodcode" /> + </cell> + </row> + <row> + <cell id="{0a536c64-788d-4f22-a388-fbddfdee8142}" labelid="{2aaa4484-17c5-4834-b531-83cf5e0d0985}"> + <labels> + <label description="Email" languagecode="1033" /> + </labels> + <control id="donotemail" classid="{67FAC785-CD58-4f9f-ABB3-4B7DDC6ED5ED}" datafieldname="donotemail" /> + </cell> + </row> + <row> + <cell id="{82b8410d-3b9c-4aca-9968-6b3e493ef92e}" labelid="{07cb0411-feaa-43b2-a5cf-fdb06830c09b}"> + <labels> + <label description="Follow Email" languagecode="1033" /> + </labels> + <control id="followemail" classid="{67FAC785-CD58-4f9f-ABB3-4B7DDC6ED5ED}" datafieldname="followemail" /> + </cell> + </row> + <row> + <cell id="{cfa09fa5-ccb6-4f97-bd8d-d7e037a7aab1}" labelid="{8d71cb21-f7f1-4ac3-ad21-80d8618eddd1}"> + <labels> + <label description="Bulk Email" languagecode="1033" /> + </labels> + <control id="donotbulkemail" classid="{67FAC785-CD58-4f9f-ABB3-4B7DDC6ED5ED}" datafieldname="donotbulkemail" /> + </cell> + </row> + <row> + <cell id="{f587cb66-b142-47c9-bc7a-009875261840}" labelid="{3f0de577-6b67-4480-90c4-fdc31ba6357b}"> + <labels> + <label description="Phone" languagecode="1033" /> + </labels> + <control id="donotphone" classid="{67FAC785-CD58-4f9f-ABB3-4B7DDC6ED5ED}" datafieldname="donotphone" /> + </cell> + </row> + <row> + <cell id="{12927a20-3614-4546-89fc-9bdbd9b7432f}" labelid="{c40ee857-c3a7-40b8-bc0c-273a217d3e4d}"> + <labels> + <label description="Fax" languagecode="1033" /> + </labels> + <control id="donotfax" classid="{67FAC785-CD58-4f9f-ABB3-4B7DDC6ED5ED}" datafieldname="donotfax" /> + </cell> + </row> + <row> + <cell id="{ed50e866-7968-483d-8388-0e6313d3c784}" labelid="{73264a74-d656-46fa-b96c-bef1979ee486}"> + <labels> + <label description="Mail" languagecode="1033" /> + </labels> + <control id="donotpostalmail" classid="{67FAC785-CD58-4f9f-ABB3-4B7DDC6ED5ED}" datafieldname="donotpostalmail" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section name="BILLING" showlabel="true" showbar="false" id="{910de80a-a17e-092a-255d-44d775cb4207}" IsUserDefined="0" layout="varwidth" columns="1" labelwidth="115" celllabelposition="Left" locklevel="0" celllabelalignment="Left" labelid="{ebed10b6-a21d-42e0-9011-2f4d0920dda0}"> + <labels> + <label description="BILLING" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{7cd2b88c-b25c-4729-9c27-f59ebb5a1538}" labelid="{9a05275a-d150-4441-896d-34ac3ff17ff2}"> + <labels> + <label description="Currency" languagecode="1033" /> + </labels> + <control id="transactioncurrencyid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="transactioncurrencyid" /> + </cell> + </row> + <row> + <cell id="{0125719c-a5b0-4230-9817-3fba5d6ebfaf}" labelid="{9a09dca9-40f1-4c0d-b172-03f505ab9d93}"> + <labels> + <label description="Credit Limit" languagecode="1033" /> + </labels> + <control id="creditlimit" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="creditlimit" /> + </cell> + </row> + <row> + <cell id="{abc2c862-bcd4-4a4b-ac51-c311d4e66d5b}" labelid="{8536228c-60b8-42b5-bcaf-00b5835f0f85}"> + <labels> + <label description="Credit Hold" languagecode="1033" /> + </labels> + <control id="creditonhold" classid="{67FAC785-CD58-4f9f-ABB3-4B7DDC6ED5ED}" datafieldname="creditonhold" /> + </cell> + </row> + <row> + <cell id="{0bab9157-d14e-441f-969d-80460634c15e}" labelid="{7ed4427e-0f9c-4e9f-9919-e62654119cb5}"> + <labels> + <label description="Payment Terms" languagecode="1033" /> + </labels> + <control id="paymenttermscode" classid="{3EF39988-22BB-4f0b-BBBE-64B5A3748AEE}" datafieldname="paymenttermscode" /> + </cell> + </row> + </rows> + </section> + <section name="SHIPPING" showlabel="true" showbar="false" id="{d61ba33b-9648-d541-459d-ae145a6854db}" IsUserDefined="0" layout="varwidth" columns="1" labelwidth="115" celllabelposition="Left" locklevel="0" celllabelalignment="Left" labelid="{ccd250d4-c6f6-4425-b398-f880e7577b29}"> + <labels> + <label description="SHIPPING" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{4d2e776d-7d85-c51b-3900-1ae7323b0a6b}" showlabel="true" labelid="{ab56267e-6547-42c3-9387-a8b600b1aafc}"> + <labels> + <label description="Shipping Method" languagecode="1033" /> + </labels> + <control id="address1_shippingmethodcode" classid="{3EF39988-22BB-4f0b-BBBE-64B5A3748AEE}" datafieldname="address1_shippingmethodcode" /> + </cell> + </row> + <row> + <cell id="{02719696-a5da-b791-48c3-4e8cb8b110d5}" showlabel="true" labelid="{0e3f4af3-647b-466b-87b5-3aa258381a76}"> + <labels> + <label description="Freight Terms" languagecode="1033" /> + </labels> + <control id="address1_freighttermscode" classid="{3EF39988-22BB-4f0b-BBBE-64B5A3748AEE}" datafieldname="address1_freighttermscode" /> + </cell> + </row> + </rows> + </section> + <section name="ChildAccounts" showlabel="true" showbar="false" locklevel="0" id="{1e0e4517-ba6b-1540-53a9-09647d67443a}" IsUserDefined="0" layout="varwidth" columns="1" labelwidth="115" celllabelalignment="Left" celllabelposition="Left" labelid="{e0c161b7-2644-4da2-93e1-fbe994734029}"> + <labels> + <label description="CHILD ACCOUNTS" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{8b1d7a7a-972c-78c1-d287-82ec5b33d167}" showlabel="false" colspan="1" auto="false" rowspan="6" labelid="{77686b7b-c46a-4bcd-85e7-d75784b8d479}"> + <labels> + <label description="Child Accounts" languagecode="1033" /> + </labels> + <control id="ChildAccounts" classid="{E7A81278-8635-4d9e-8D4D-59480B391C5B}"> + <parameters> + <ViewId>{00000000-0000-0000-00AA-000010001002}</ViewId> + <IsUserView>false</IsUserView> + <RelationshipName>account_parent_account</RelationshipName> + <TargetEntityType>account</TargetEntityType> + <AutoExpand>Fixed</AutoExpand> + <EnableQuickFind>false</EnableQuickFind> + <EnableViewPicker>false</EnableViewPicker> + <ViewIds>{00000000-0000-0000-00AA-000010001002},{00000000-0000-0000-00AA-000010001001}</ViewIds> + <EnableJumpBar>false</EnableJumpBar> + <ChartGridMode>Grid</ChartGridMode> + <VisualizationId>{74A622C0-5193-DE11-97D4-00155DA3B01E}</VisualizationId> + <IsUserChart>false</IsUserChart> + <EnableChartPicker>false</EnableChartPicker> + <RecordsPerPage>4</RecordsPerPage> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <events> + <event name="onload" application="true" active="true"> + <InternalHandlers> + <Handler functionName="AppCommon.Account.Instance.ra_onload" libraryName="AppCommon/Account/Account_main_system_library.js" handlerUniqueId="7927DD68-5AC5-4E9A-B39A-44F62467656A" enabled="true" /> + </InternalHandlers> + </event> + </events> + <header id="{d5a03552-1183-4347-a237-1f894ba449eb}" columns="111" celllabelposition="Top" labelwidth="115"> + <rows> + <row> + <cell id="{d3e19d4e-b2ae-409f-9b4e-5976527c6c83}" labelid="{7054a39a-4b7f-4eee-9f2f-66cc2717e921}"> + <labels> + <label description="Annual Revenue" languagecode="1033" /> + </labels> + <control id="header_revenue" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="revenue" /> + </cell> + <cell id="{2adb5a52-604d-5aad-ba6a-2bbab6c33594}" showlabel="true" labelid="{463c2bed-1c75-47ff-8533-dd70d2106013}"> + <labels> + <label description="Number of Employees" languagecode="1033" /> + </labels> + <control id="header_numberofemployees" classid="{C6D124CA-7EDA-4a60-AEA9-7FB8D318B68F}" datafieldname="numberofemployees" /> + </cell> + <cell id="{54b2d0a2-eb77-b3cd-b60a-03ea6944e98e}" showlabel="true" locklevel="1" labelid="{ad4a335e-134a-42f0-be23-184da4557e62}"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="header_ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </header> + <clientresources> + <internalresources> + <clientincludes> + <internaljscriptfile src="$webresource:AppCommon/Account/Account_main_system_library.js" /> + </clientincludes> + </internalresources> + </clientresources> + <Navigation> + <NavBar> + <NavBarByRelationshipItem RelationshipName="Account_CustomerAddress" Id="navAddresses" Sequence="10" Area="Info" Show="false"> + <Privileges> + <Privilege Entity="" Privilege="ReadActivity" /> + </Privileges> + <Titles> + <Title LCID="1033" Text="Addresses" /> + <Title LCID="1025" Text="العناوين" /> + <Title LCID="1026" Text="Адреси" /> + <Title LCID="1027" Text="Adreces" /> + <Title LCID="1029" Text="Adresy" /> + <Title LCID="1030" Text="Adresser" /> + <Title LCID="1031" Text="Adressen" /> + <Title LCID="1032" Text="Διευθύνσεις" /> + <Title LCID="3082" Text="Direcciones" /> + <Title LCID="1061" Text="Aadressid" /> + <Title LCID="1069" Text="Helbideak" /> + <Title LCID="1035" Text="Osoitteet" /> + <Title LCID="1036" Text="Adresses" /> + <Title LCID="1110" Text="Enderezos" /> + <Title LCID="1037" Text="כתובות" /> + <Title LCID="1081" Text="पते" /> + <Title LCID="1050" Text="Adrese" /> + <Title LCID="1038" Text="Címek" /> + <Title LCID="1057" Text="Alamat" /> + <Title LCID="1040" Text="Indirizzi" /> + <Title LCID="1041" Text="住所" /> + <Title LCID="1087" Text="Мекенжайлар" /> + <Title LCID="1042" Text="주소" /> + <Title LCID="1063" Text="Adresai" /> + <Title LCID="1062" Text="Adreses" /> + <Title LCID="1086" Text="Alamat" /> + <Title LCID="1044" Text="Adresser" /> + <Title LCID="1043" Text="Adressen" /> + <Title LCID="1045" Text="Adresy" /> + <Title LCID="1046" Text="Endereços" /> + <Title LCID="2070" Text="Endereços" /> + <Title LCID="1048" Text="Adrese" /> + <Title LCID="1049" Text="Адреса" /> + <Title LCID="1051" Text="Adresy" /> + <Title LCID="1060" Text="Naslovi" /> + <Title LCID="3098" Text="Адресе" /> + <Title LCID="10266" Text="Адресе" /> + <Title LCID="2074" Text="Adrese" /> + <Title LCID="9242" Text="Adrese" /> + <Title LCID="1053" Text="Adresser" /> + <Title LCID="1054" Text="ที่อยู่" /> + <Title LCID="1055" Text="Adresler" /> + <Title LCID="1058" Text="Адреси" /> + <Title LCID="1066" Text="Địa chỉ" /> + <Title LCID="2052" Text="地址" /> + <Title LCID="3076" Text="地址" /> + <Title LCID="1028" Text="地址" /> + </Titles> + </NavBarByRelationshipItem> + <NavBarByRelationshipItem RelationshipName="account_parent_account" Id="navSubAccts" TitleResourceId="Label_SubAccounts" Sequence="10" Area="Info" Show="false"> + <Privileges> + <Privilege Entity="" Privilege="ReadActivity" /> + </Privileges> + <Titles> + <Title LCID="1033" Text="Accounts" /> + <Title LCID="1025" Text="الحسابات" /> + <Title LCID="1026" Text="Акаунти" /> + <Title LCID="1027" Text="Comptes" /> + <Title LCID="1029" Text="Obchodní vztahy" /> + <Title LCID="1030" Text="Firmaer" /> + <Title LCID="1031" Text="Firmen" /> + <Title LCID="1032" Text="Λογαριασμοί" /> + <Title LCID="3082" Text="Cuentas" /> + <Title LCID="1061" Text="Kontod" /> + <Title LCID="1069" Text="Kontuak" /> + <Title LCID="1035" Text="Asiakkaat" /> + <Title LCID="1036" Text="Comptes" /> + <Title LCID="1110" Text="Contas" /> + <Title LCID="1037" Text="תיקי לקוחות" /> + <Title LCID="1081" Text="खाते" /> + <Title LCID="1050" Text="Kupci" /> + <Title LCID="1038" Text="Partnerek" /> + <Title LCID="1057" Text="Akun" /> + <Title LCID="1040" Text="Account" /> + <Title LCID="1041" Text="取引先企業" /> + <Title LCID="1087" Text="Тіркелгілер" /> + <Title LCID="1042" Text="거래처" /> + <Title LCID="1063" Text="Klientai" /> + <Title LCID="1062" Text="Uzņēmumi" /> + <Title LCID="1086" Text="Akaun" /> + <Title LCID="1044" Text="Forretningsforbindelser" /> + <Title LCID="1043" Text="Accounts" /> + <Title LCID="1045" Text="Klienci" /> + <Title LCID="1046" Text="Contas" /> + <Title LCID="2070" Text="Contas" /> + <Title LCID="1048" Text="Conturi" /> + <Title LCID="1049" Text="Организации" /> + <Title LCID="1051" Text="Obchodné vzťahy" /> + <Title LCID="1060" Text="Računi" /> + <Title LCID="3098" Text="Пословни контакти" /> + <Title LCID="10266" Text="Пословни контакти" /> + <Title LCID="2074" Text="Poslovni kontakti" /> + <Title LCID="9242" Text="Poslovni kontakti" /> + <Title LCID="1053" Text="Konton" /> + <Title LCID="1054" Text="บัญชี" /> + <Title LCID="1055" Text="Firmalar" /> + <Title LCID="1058" Text="Бізнес-партнери" /> + <Title LCID="1066" Text="Khách hàng" /> + <Title LCID="2052" Text="帐户" /> + <Title LCID="3076" Text="客戶" /> + <Title LCID="1028" Text="客戶" /> + </Titles> + </NavBarByRelationshipItem> + <NavBarByRelationshipItem RelationshipName="account_customer_relationship_customer" Id="navRelationships" TitleResourceId="Left_Nav_Area_Relationships" Sequence="10" Area="Info" Show="false"> + <Privileges> + <Privilege Entity="" Privilege="ReadActivity" /> + </Privileges> + <Titles> + <Title LCID="1033" Text="CustomerRelationship" /> + <Title LCID="1025" Text="CustomerRelationship" /> + <Title LCID="1026" Text="CustomerRelationship" /> + <Title LCID="1027" Text="CustomerRelationship" /> + <Title LCID="1029" Text="CustomerRelationship" /> + <Title LCID="1030" Text="CustomerRelationship" /> + <Title LCID="1031" Text="CustomerRelationship" /> + <Title LCID="1032" Text="CustomerRelationship" /> + <Title LCID="3082" Text="CustomerRelationship" /> + <Title LCID="1061" Text="CustomerRelationship" /> + <Title LCID="1069" Text="CustomerRelationship" /> + <Title LCID="1035" Text="CustomerRelationship" /> + <Title LCID="1036" Text="CustomerRelationship" /> + <Title LCID="1110" Text="CustomerRelationship" /> + <Title LCID="1037" Text="CustomerRelationship" /> + <Title LCID="1081" Text="CustomerRelationship" /> + <Title LCID="1050" Text="CustomerRelationship" /> + <Title LCID="1038" Text="CustomerRelationship" /> + <Title LCID="1057" Text="CustomerRelationship" /> + <Title LCID="1040" Text="CustomerRelationship" /> + <Title LCID="1041" Text="CustomerRelationship" /> + <Title LCID="1087" Text="CustomerRelationship" /> + <Title LCID="1042" Text="CustomerRelationship" /> + <Title LCID="1063" Text="CustomerRelationship" /> + <Title LCID="1062" Text="CustomerRelationship" /> + <Title LCID="1086" Text="CustomerRelationship" /> + <Title LCID="1044" Text="CustomerRelationship" /> + <Title LCID="1043" Text="CustomerRelationship" /> + <Title LCID="1045" Text="CustomerRelationship" /> + <Title LCID="1046" Text="CustomerRelationship" /> + <Title LCID="2070" Text="CustomerRelationship" /> + <Title LCID="1048" Text="CustomerRelationship" /> + <Title LCID="1049" Text="CustomerRelationship" /> + <Title LCID="1051" Text="CustomerRelationship" /> + <Title LCID="1060" Text="CustomerRelationship" /> + <Title LCID="3098" Text="CustomerRelationship" /> + <Title LCID="10266" Text="CustomerRelationship" /> + <Title LCID="2074" Text="CustomerRelationship" /> + <Title LCID="9242" Text="CustomerRelationship" /> + <Title LCID="1053" Text="CustomerRelationship" /> + <Title LCID="1054" Text="CustomerRelationship" /> + <Title LCID="1055" Text="CustomerRelationship" /> + <Title LCID="1058" Text="CustomerRelationship" /> + <Title LCID="1066" Text="CustomerRelationship" /> + <Title LCID="2052" Text="CustomerRelationship" /> + <Title LCID="3076" Text="CustomerRelationship" /> + <Title LCID="1028" Text="CustomerRelationship" /> + </Titles> + </NavBarByRelationshipItem> + <NavBarByRelationshipItem RelationshipName="hardcoded_{B7196B13-6B9D-42CD-BD58-B19A3953126F}navCampaignsInSFA" Sequence="20" Area="Marketing" Id="navCampaignsInSFA" Show="false"> + <Titles> + <Title LCID="1033" Text="Campaigns" /> + <Title LCID="1025" Text="الحملات" /> + <Title LCID="1026" Text="Кампании" /> + <Title LCID="1027" Text="Campanyes" /> + <Title LCID="1029" Text="Kampaně" /> + <Title LCID="1030" Text="Kampagner" /> + <Title LCID="1031" Text="Kampagnen" /> + <Title LCID="1032" Text="Εκστρατείες" /> + <Title LCID="3082" Text="Campañas" /> + <Title LCID="1061" Text="Kampaaniad" /> + <Title LCID="1069" Text="Kanpainak" /> + <Title LCID="1035" Text="Kampanjat" /> + <Title LCID="1036" Text="Campagnes" /> + <Title LCID="1110" Text="Campañas" /> + <Title LCID="1037" Text="קמפיינים" /> + <Title LCID="1081" Text="अभियान" /> + <Title LCID="1050" Text="Kampanje" /> + <Title LCID="1038" Text="Kampányok" /> + <Title LCID="1057" Text="Kampanye" /> + <Title LCID="1040" Text="Campagne" /> + <Title LCID="1041" Text="キャンペーン" /> + <Title LCID="1087" Text="Науқандар" /> + <Title LCID="1042" Text="캠페인" /> + <Title LCID="1063" Text="Kampanijos" /> + <Title LCID="1062" Text="Kampaņas" /> + <Title LCID="1086" Text="Kempen" /> + <Title LCID="1044" Text="Kampanjer" /> + <Title LCID="1043" Text="Campagnes" /> + <Title LCID="1045" Text="Kampanie" /> + <Title LCID="1046" Text="Campanhas" /> + <Title LCID="2070" Text="Campanhas" /> + <Title LCID="1048" Text="Campanii" /> + <Title LCID="1049" Text="Кампании" /> + <Title LCID="1051" Text="Kampane" /> + <Title LCID="1060" Text="Akcije" /> + <Title LCID="3098" Text="Кампање" /> + <Title LCID="10266" Text="Кампање" /> + <Title LCID="2074" Text="Kampanje" /> + <Title LCID="9242" Text="Kampanje" /> + <Title LCID="1053" Text="Kampanjer" /> + <Title LCID="1054" Text="การส่งเสริมการขาย" /> + <Title LCID="1055" Text="Kampanyalar" /> + <Title LCID="1058" Text="Кампанії" /> + <Title LCID="1066" Text="Chiến dịch" /> + <Title LCID="2052" Text="市场活动" /> + <Title LCID="3076" Text="行銷活動" /> + <Title LCID="1028" Text="行銷活動" /> + </Titles> + </NavBarByRelationshipItem> + <NavBarByRelationshipItem RelationshipName="hardcoded_{B7196B13-6B9D-42CD-BD58-B19A3953126F}navProcessSessions" Sequence="9700" Area="ProcessCenter" Id="navProcessSessions" Show="false"> + <Titles> + <Title LCID="1033" Text="Dialog Sessions" /> + <Title LCID="1025" Text="جلسات عمل الحوار" /> + <Title LCID="1026" Text="Диалогови сесии" /> + <Title LCID="1027" Text="Sessions del diàleg" /> + <Title LCID="1029" Text="Relace dialogů" /> + <Title LCID="1030" Text="Dialogsessioner" /> + <Title LCID="1031" Text="Dialogsitzungen" /> + <Title LCID="1032" Text="Περίοδοι λειτουργίας παραθύρου διαλόγου" /> + <Title LCID="3082" Text="Sesiones de diálogo" /> + <Title LCID="1061" Text="Dialoogiseansid" /> + <Title LCID="1069" Text="Elkarrizketa-saioak" /> + <Title LCID="1035" Text="Dialogi-istunnot" /> + <Title LCID="1036" Text="Sessions de dialogue" /> + <Title LCID="1110" Text="Sesións de diálogo" /> + <Title LCID="1037" Text="הפעלות דו-שיח" /> + <Title LCID="1081" Text="संवाद सत्र" /> + <Title LCID="1050" Text="Sesije dijaloga" /> + <Title LCID="1038" Text="Párbeszéd-munkamenetek" /> + <Title LCID="1057" Text="Sesi Dialog" /> + <Title LCID="1040" Text="Sessioni di interazione" /> + <Title LCID="1041" Text="ダイアログ セッション" /> + <Title LCID="1087" Text="Диалог сеанстары" /> + <Title LCID="1042" Text="대화 세션" /> + <Title LCID="1063" Text="Dialogo seansai" /> + <Title LCID="1062" Text="Dialogu sesijas" /> + <Title LCID="1086" Text="Sesi Dialog" /> + <Title LCID="1044" Text="Dialogøkter" /> + <Title LCID="1043" Text="Dialoogvenstersessies" /> + <Title LCID="1045" Text="Sesje dialogowe" /> + <Title LCID="1046" Text="Sessões de Diálogo" /> + <Title LCID="2070" Text="Sessões de Diálogo" /> + <Title LCID="1048" Text="Sesiuni de dialog" /> + <Title LCID="1049" Text="Сеансы диалогового окна" /> + <Title LCID="1051" Text="Relácie dialógového okna" /> + <Title LCID="1060" Text="Seje dialoga" /> + <Title LCID="3098" Text="Сесије дијалога" /> + <Title LCID="10266" Text="Сесије дијалога" /> + <Title LCID="2074" Text="Sesije dijaloga" /> + <Title LCID="9242" Text="Sesije dijaloga" /> + <Title LCID="1053" Text="Dialogsessioner" /> + <Title LCID="1054" Text="เซสชันของกล่องโต้ตอบ" /> + <Title LCID="1055" Text="Diyalog Oturumları" /> + <Title LCID="1058" Text="Сеанси діалогу" /> + <Title LCID="1066" Text="Phiên hộp thoại" /> + <Title LCID="2052" Text="对话会话" /> + <Title LCID="3076" Text="對話方塊工作階段" /> + <Title LCID="1028" Text="對話方塊工作階段" /> + </Titles> + </NavBarByRelationshipItem> + <NavBarByRelationshipItem RelationshipName="hardcoded_{B7196B13-6B9D-42CD-BD58-B19A3953126F}navAsyncOperations" Sequence="9500" Area="ProcessCenter" Id="navAsyncOperations" Show="false"> + <Titles> + <Title LCID="1033" Text="Workflows" /> + <Title LCID="1025" Text="عمليات سير العمل" /> + <Title LCID="1026" Text="Работни потоци" /> + <Title LCID="1027" Text="Fluxos de treball" /> + <Title LCID="1029" Text="Pracovní postupy" /> + <Title LCID="1030" Text="Arbejdsprocesser" /> + <Title LCID="1031" Text="Workflows" /> + <Title LCID="1032" Text="Ροές εργασιών" /> + <Title LCID="3082" Text="Flujos de trabajo" /> + <Title LCID="1061" Text="Töövood" /> + <Title LCID="1069" Text="Lan-fluxuak" /> + <Title LCID="1035" Text="Työnkulut" /> + <Title LCID="1036" Text="Workflows" /> + <Title LCID="1110" Text="Fluxos de traballo" /> + <Title LCID="1037" Text="זרימות עבודה" /> + <Title LCID="1081" Text="कार्य प्रवाह" /> + <Title LCID="1050" Text="Tjekovi rada" /> + <Title LCID="1038" Text="Munkafolyamatok" /> + <Title LCID="1057" Text="Alur Kerja" /> + <Title LCID="1040" Text="Flussi di lavoro" /> + <Title LCID="1041" Text="ワークフロー" /> + <Title LCID="1087" Text="Жұмыс ағындары" /> + <Title LCID="1042" Text="워크플로" /> + <Title LCID="1063" Text="Darbo eigos" /> + <Title LCID="1062" Text="Darbplūsmas" /> + <Title LCID="1086" Text="Aliran Kerja" /> + <Title LCID="1044" Text="Arbeidsflyter" /> + <Title LCID="1043" Text="Werkstromen" /> + <Title LCID="1045" Text="Przepływy pracy" /> + <Title LCID="1046" Text="Fluxos de Trabalho" /> + <Title LCID="2070" Text="Fluxos de Trabalho" /> + <Title LCID="1048" Text="Fluxuri de lucru" /> + <Title LCID="1049" Text="Бизнес-процессы" /> + <Title LCID="1051" Text="Pracovné postupy" /> + <Title LCID="1060" Text="Poteki dela" /> + <Title LCID="3098" Text="Токови посла" /> + <Title LCID="10266" Text="Токови посла" /> + <Title LCID="2074" Text="Tokovi posla" /> + <Title LCID="9242" Text="Tokovi posla" /> + <Title LCID="1053" Text="Arbetsflöden" /> + <Title LCID="1054" Text="เวิร์กโฟลว์" /> + <Title LCID="1055" Text="İş Akışları" /> + <Title LCID="1058" Text="Робочі цикли" /> + <Title LCID="1066" Text="Quy trình làm việc" /> + <Title LCID="2052" Text="工作流" /> + <Title LCID="3076" Text="工作流程" /> + <Title LCID="1028" Text="工作流程" /> + </Titles> + </NavBarByRelationshipItem> + </NavBar> + </Navigation> + <controlDescriptions> + <controlDescription forControl="{3FF9A528-DD50-4ACA-8F10-2E5ED73513AD}"> + <customControl formFactor="2" name="MscrmControls.CardFeedContainer.CardFeedContainer"> + <parameters> + <data-set name="SubGrid"> + <ViewId>{92AFD454-0F2E-4397-A1C8-05E37C6AD699}</ViewId> + <IsUserView>false</IsUserView> + <TargetEntityType>actioncard</TargetEntityType> + <FilteredViewIds>{92AFD454-0F2E-4397-A1C8-05E37C6AfD699}</FilteredViewIds> + <EnableViewPicker>false</EnableViewPicker> + </data-set> + <EntityTypeCode static="true" type="Decimal">1</EntityTypeCode> + <Location static="true" type="Decimal">1</Location> + <msinternal.isvisibleinmocaonly static="true">true</msinternal.isvisibleinmocaonly> + </parameters> + </customControl> + <customControl formFactor="0" name="MscrmControls.CardFeedContainer.CardFeedContainer"> + <parameters> + <data-set name="SubGrid"> + <ViewId>{92AFD454-0F2E-4397-A1C8-05E37C6AD699}</ViewId> + <IsUserView>false</IsUserView> + <TargetEntityType>actioncard</TargetEntityType> + <FilteredViewIds>{92AFD454-0F2E-4397-A1C8-05E37C6AfD699}</FilteredViewIds> + <EnableViewPicker>false</EnableViewPicker> + </data-set> + <EntityTypeCode static="true" type="Decimal">1</EntityTypeCode> + <Location static="true" type="Decimal">1</Location> + <msinternal.isvisibleinmocaonly static="true">true</msinternal.isvisibleinmocaonly> + </parameters> + </customControl> + <customControl formFactor="1" name="MscrmControls.CardFeedContainer.CardFeedContainer"> + <parameters> + <data-set name="SubGrid"> + <ViewId>{92AFD454-0F2E-4397-A1C8-05E37C6AD699}</ViewId> + <IsUserView>false</IsUserView> + <TargetEntityType>actioncard</TargetEntityType> + <FilteredViewIds>{92AFD454-0F2E-4397-A1C8-05E37C6AfD699}</FilteredViewIds> + <EnableViewPicker>false</EnableViewPicker> + </data-set> + <EntityTypeCode static="true" type="Decimal">1</EntityTypeCode> + <Location static="true" type="Decimal">1</Location> + <msinternal.isvisibleinmocaonly static="true">true</msinternal.isvisibleinmocaonly> + </parameters> + </customControl> + </controlDescription> + </controlDescriptions> + <DisplayConditions FallbackForm="true" Order="4"> + <Role Id="{627090ff-40a3-4053-8790-584edc5be201}" /> + <Role Id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" /> + </DisplayConditions> + <footer id="{d1d7b9dc-fe4d-40c4-a72e-2c92c9ffbeec}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{5b6acea4-65cc-4617-a6ec-eb9c6af4ddbd}" showlabel="false" labelid="{bc3104dc-0557-445c-bee7-b40067a36dda}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{bfccd9f8-4855-4f8e-a382-832014884873}" showlabel="false" labelid="{3d74a22d-e4cd-47a4-8662-9956bb3aecb5}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{0470e585-3fda-43b3-b041-5f6bcb911d9e}" showlabel="false" labelid="{52366b19-7f3f-4d90-b715-6b08f774a7d4}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Account - Sales form" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="Updated default Account form." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/Account/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/Account/RibbonDiff.xml new file mode 100644 index 00000000..6b56f485 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/Account/RibbonDiff.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<RibbonDiffXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <CustomActions /> + <Templates> + <RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates> + </Templates> + <CommandDefinitions /> + <RuleDefinitions> + <TabDisplayRules /> + <DisplayRules /> + <EnableRules /> + </RuleDefinitions> + <LocLabels /> +</RibbonDiffXml> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/Contact/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/Contact/Entity.xml new file mode 100644 index 00000000..c4fb7e69 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/Contact/Entity.xml @@ -0,0 +1,104 @@ +<?xml version="1.0" encoding="utf-8"?> +<Entity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Name LocalizedName="Contact" OriginalName="">Contact</Name> + <EntityInfo> + <entity Name="Contact"> + <attributes> + <attribute PhysicalName="p365i_OriginatingProspect"> + <Type>lookup</Type> + <Name>p365i_originatingprospect</Name> + <LogicalName>p365i_originatingprospect</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Originating Prospect" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + </attributes> + <EntitySetName>contacts</EntitySetName> + <IsDuplicateCheckSupported>1</IsDuplicateCheckSupported> + <IsBusinessProcessEnabled>1</IsBusinessProcessEnabled> + <IsRequiredOffline>0</IsRequiredOffline> + <IsInteractionCentricEnabled>1</IsInteractionCentricEnabled> + <IsCollaboration>0</IsCollaboration> + <AutoRouteToOwnerQueue>0</AutoRouteToOwnerQueue> + <IsConnectionsEnabled>1</IsConnectionsEnabled> + <EntityColor>#005088</EntityColor> + <IsDocumentManagementEnabled>0</IsDocumentManagementEnabled> + <AutoCreateAccessTeams>0</AutoCreateAccessTeams> + <IsOneNoteIntegrationEnabled>0</IsOneNoteIntegrationEnabled> + <IsKnowledgeManagementEnabled>0</IsKnowledgeManagementEnabled> + <IsSLAEnabled>0</IsSLAEnabled> + <IsDocumentRecommendationsEnabled>0</IsDocumentRecommendationsEnabled> + <IsBPFEntity>0</IsBPFEntity> + <OwnershipTypeMask>UserOwned</OwnershipTypeMask> + <EntityMask>ActivityPointer</EntityMask> + <IsAuditEnabled>0</IsAuditEnabled> + <IsRetrieveAuditEnabled>0</IsRetrieveAuditEnabled> + <IsRetrieveMultipleAuditEnabled>0</IsRetrieveMultipleAuditEnabled> + <IsActivity>0</IsActivity> + <ActivityTypeMask></ActivityTypeMask> + <IsActivityParty>1</IsActivityParty> + <IsReplicated>1</IsReplicated> + <IsReplicationUserFiltered>1</IsReplicationUserFiltered> + <IsMailMergeEnabled>1</IsMailMergeEnabled> + <IsVisibleInMobile>1</IsVisibleInMobile> + <IsVisibleInMobileClient>1</IsVisibleInMobileClient> + <IsReadOnlyInMobileClient>0</IsReadOnlyInMobileClient> + <IsOfflineInMobileClient>1</IsOfflineInMobileClient> + <DaysSinceRecordLastModified>10</DaysSinceRecordLastModified> + <MobileOfflineFilters> + <fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false"> + <entity name="contact"> + <filter type="and"> + <condition attribute="modifiedon" operator="last-x-days" value="10"/> + </filter> + </entity> + </fetch> + </MobileOfflineFilters> + <IsMapiGridEnabled>1</IsMapiGridEnabled> + <IsReadingPaneEnabled>1</IsReadingPaneEnabled> + <IsQuickCreateEnabled>1</IsQuickCreateEnabled> + <SyncToExternalSearchIndex>1</SyncToExternalSearchIndex> + <IntroducedVersion>5.0.0.0</IntroducedVersion> + <EnforceStateTransitions>0</EnforceStateTransitions> + <EntityHelpUrlEnabled>0</EntityHelpUrlEnabled> + <ChangeTrackingEnabled>1</ChangeTrackingEnabled> + <IsEnabledForExternalChannels>1</IsEnabledForExternalChannels> + <IsMSTeamsIntegrationEnabled>0</IsMSTeamsIntegrationEnabled> + <IsSolutionAware>0</IsSolutionAware> + <HasRelatedNotes>True</HasRelatedNotes> + <HasRelatedFeedback>True</HasRelatedFeedback> + <HasRelatedActivities>True</HasRelatedActivities> + </entity> + </EntityInfo> + <RibbonDiffXml /> +</Entity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/Contact/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/Contact/RibbonDiff.xml new file mode 100644 index 00000000..6b56f485 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/Contact/RibbonDiff.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<RibbonDiffXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <CustomActions /> + <Templates> + <RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates> + </Templates> + <CommandDefinitions /> + <RuleDefinitions> + <TabDisplayRules /> + <DisplayRules /> + <EnableRules /> + </RuleDefinitions> + <LocLabels /> +</RibbonDiffXml> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/Entity.xml new file mode 100644 index 00000000..011a1b71 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/Entity.xml @@ -0,0 +1,875 @@ +<?xml version="1.0" encoding="utf-8"?> +<Entity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Name LocalizedName="Account Plan" OriginalName="Account Plan">p365i_AccountPlan</Name> + <EntityInfo> + <entity Name="p365i_AccountPlan"> + <LocalizedNames> + <LocalizedName description="Account Plan" languagecode="1033" /> + </LocalizedNames> + <LocalizedCollectionNames> + <LocalizedCollectionName description="Account Plans" languagecode="1033" /> + </LocalizedCollectionNames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <attributes> + <attribute PhysicalName="CreatedBy"> + <Type>lookup</Type> + <Name>createdby</Name> + <LogicalName>createdby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOn"> + <Type>datetime</Type> + <Name>createdon</Name> + <LogicalName>createdon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOnBehalfBy"> + <Type>lookup</Type> + <Name>createdonbehalfby</Name> + <LogicalName>createdonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ImportSequenceNumber"> + <Type>int</Type> + <Name>importsequencenumber</Name> + <LogicalName>importsequencenumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-2147483648</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Import Sequence Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Sequence number of the import that created this record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedBy"> + <Type>lookup</Type> + <Name>modifiedby</Name> + <LogicalName>modifiedby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOn"> + <Type>datetime</Type> + <Name>modifiedon</Name> + <LogicalName>modifiedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Modified On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was modified." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOnBehalfBy"> + <Type>lookup</Type> + <Name>modifiedonbehalfby</Name> + <LogicalName>modifiedonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OverriddenCreatedOn"> + <Type>datetime</Type> + <Name>overriddencreatedon</Name> + <LogicalName>overriddencreatedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Record Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time that the record was migrated." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwnerId"> + <Type>owner</Type> + <Name>ownerid</Name> + <LogicalName>ownerid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes> + <LookupType id="00000000-0000-0000-0000-000000000000">8</LookupType> + <LookupType id="00000000-0000-0000-0000-000000000000">9</LookupType> + </LookupTypes> + <displaynames> + <displayname description="Owner" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningBusinessUnit"> + <Type>lookup</Type> + <Name>owningbusinessunit</Name> + <LogicalName>owningbusinessunit</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Business Unit" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningTeam"> + <Type>lookup</Type> + <Name>owningteam</Name> + <LogicalName>owningteam</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Team" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningUser"> + <Type>lookup</Type> + <Name>owninguser</Name> + <LogicalName>owninguser</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning User" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Account"> + <Type>lookup</Type> + <Name>p365i_account</Name> + <LogicalName>p365i_account</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Account" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_AccountPlanId"> + <Type>primarykey</Type> + <Name>p365i_accountplanid</Name> + <LogicalName>p365i_accountplanid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|RequiredForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>0</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <displaynames> + <displayname description="Account Plan" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for entity instances" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Name"> + <Type>nvarchar</Type> + <Name>p365i_name</Name> + <LogicalName>p365i_name</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>ActivityPointerRegardingName|PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>1</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>100</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Name" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statecode"> + <Type>state</Type> + <Name>statecode</Name> + <LogicalName>statecode</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_accountplan_statecode"> + <OptionSetType>state</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Account Plan" languagecode="1033" /> + </Descriptions> + <states> + <state value="0" defaultstatus="1" invariantname="Active"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </state> + <state value="1" defaultstatus="2" invariantname="Inactive"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </state> + </states> + </optionset> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Account Plan" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statuscode"> + <Type>status</Type> + <Name>statuscode</Name> + <LogicalName>statuscode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_accountplan_statuscode"> + <OptionSetType>status</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Account Plan" languagecode="1033" /> + </Descriptions> + <statuses> + <status value="1" state="0"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </status> + <status value="2" state="1"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </status> + </statuses> + </optionset> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Account Plan" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TimeZoneRuleVersionNumber"> + <Type>int</Type> + <Name>timezoneruleversionnumber</Name> + <LogicalName>timezoneruleversionnumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Time Zone Rule Version Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="For internal use only." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="UTCConversionTimeZoneCode"> + <Type>int</Type> + <Name>utcconversiontimezonecode</Name> + <LogicalName>utcconversiontimezonecode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="UTC Conversion Time Zone Code" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Time zone code that was in use when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + </attributes> + <EntitySetName>p365i_accountplans</EntitySetName> + <IsDuplicateCheckSupported>0</IsDuplicateCheckSupported> + <IsBusinessProcessEnabled>0</IsBusinessProcessEnabled> + <IsRequiredOffline>0</IsRequiredOffline> + <IsInteractionCentricEnabled>0</IsInteractionCentricEnabled> + <IsCollaboration>0</IsCollaboration> + <AutoRouteToOwnerQueue>0</AutoRouteToOwnerQueue> + <IsConnectionsEnabled>1</IsConnectionsEnabled> + <IsDocumentManagementEnabled>0</IsDocumentManagementEnabled> + <AutoCreateAccessTeams>0</AutoCreateAccessTeams> + <IsOneNoteIntegrationEnabled>0</IsOneNoteIntegrationEnabled> + <IsKnowledgeManagementEnabled>0</IsKnowledgeManagementEnabled> + <IsSLAEnabled>0</IsSLAEnabled> + <IsDocumentRecommendationsEnabled>0</IsDocumentRecommendationsEnabled> + <IsBPFEntity>0</IsBPFEntity> + <OwnershipTypeMask>UserOwned</OwnershipTypeMask> + <EntityMask>ActivityPointer</EntityMask> + <IsAuditEnabled>0</IsAuditEnabled> + <IsRetrieveAuditEnabled>0</IsRetrieveAuditEnabled> + <IsRetrieveMultipleAuditEnabled>0</IsRetrieveMultipleAuditEnabled> + <IsActivity>0</IsActivity> + <ActivityTypeMask></ActivityTypeMask> + <IsActivityParty>0</IsActivityParty> + <IsReplicated>0</IsReplicated> + <IsReplicationUserFiltered>0</IsReplicationUserFiltered> + <IsMailMergeEnabled>0</IsMailMergeEnabled> + <IsVisibleInMobile>0</IsVisibleInMobile> + <IsVisibleInMobileClient>0</IsVisibleInMobileClient> + <IsReadOnlyInMobileClient>0</IsReadOnlyInMobileClient> + <IsOfflineInMobileClient>0</IsOfflineInMobileClient> + <DaysSinceRecordLastModified>0</DaysSinceRecordLastModified> + <MobileOfflineFilters></MobileOfflineFilters> + <IsMapiGridEnabled>1</IsMapiGridEnabled> + <IsReadingPaneEnabled>1</IsReadingPaneEnabled> + <IsQuickCreateEnabled>1</IsQuickCreateEnabled> + <SyncToExternalSearchIndex>0</SyncToExternalSearchIndex> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <IsMappable>1</IsMappable> + <CanModifyAuditSettings>1</CanModifyAuditSettings> + <CanModifyMobileVisibility>1</CanModifyMobileVisibility> + <CanModifyMobileClientVisibility>1</CanModifyMobileClientVisibility> + <CanModifyMobileClientReadOnly>1</CanModifyMobileClientReadOnly> + <CanModifyMobileClientOffline>1</CanModifyMobileClientOffline> + <CanModifyConnectionSettings>1</CanModifyConnectionSettings> + <CanModifyDuplicateDetectionSettings>1</CanModifyDuplicateDetectionSettings> + <CanModifyMailMergeSettings>1</CanModifyMailMergeSettings> + <CanModifyQueueSettings>1</CanModifyQueueSettings> + <CanCreateAttributes>1</CanCreateAttributes> + <CanCreateForms>1</CanCreateForms> + <CanCreateCharts>1</CanCreateCharts> + <CanCreateViews>1</CanCreateViews> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <CanEnableSyncToExternalSearchIndex>1</CanEnableSyncToExternalSearchIndex> + <EnforceStateTransitions>0</EnforceStateTransitions> + <CanChangeHierarchicalRelationship>1</CanChangeHierarchicalRelationship> + <EntityHelpUrlEnabled>0</EntityHelpUrlEnabled> + <ChangeTrackingEnabled>0</ChangeTrackingEnabled> + <CanChangeTrackingBeEnabled>1</CanChangeTrackingBeEnabled> + <IsEnabledForExternalChannels>0</IsEnabledForExternalChannels> + <IsMSTeamsIntegrationEnabled>0</IsMSTeamsIntegrationEnabled> + <IsSolutionAware>0</IsSolutionAware> + <HasRelatedNotes>True</HasRelatedNotes> + <HasRelatedActivities>True</HasRelatedActivities> + </entity> + </EntityInfo> + <FormXml /> + <SavedQueries /> + <RibbonDiffXml /> +</Entity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/FormXml/card/{29d2bec1-f304-4509-9b14-694246fa447c}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/FormXml/card/{29d2bec1-f304-4509-9b14-694246fa447c}.xml new file mode 100644 index 00000000..ccc96513 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/FormXml/card/{29d2bec1-f304-4509-9b14-694246fa447c}.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{29d2bec1-f304-4509-9b14-694246fa447c}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{6b007a45-8c90-433e-a148-dc333b2fbb4e}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{fe3e9348-f66b-4575-b673-52e082591398}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{e402ba9d-1e02-4ff0-bb01-91c15c5c3025}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{5b700e6a-be18-44e0-91e2-fab745d9b265}" showlabel="true" locklevel="0"> + <labels> + <label description="Status Reason" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{61b2e853-8834-4975-b5fc-7c2f834b880b}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{76bb575a-e06c-4bc8-bd4c-946b19b83608}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{5c359d04-b4de-49e4-a5a1-277b54ba64af}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{841838f7-870a-4f7d-8fc7-f70b8e7f6245}" showlabel="true" locklevel="0"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{aff15f43-1aa1-416e-8b9c-fddb0f59e972}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{1c8459fa-2c1b-409e-a1d7-39a4c02eb0f4}" showlabel="true" locklevel="0"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{1829d9b1-2128-4e1c-b2bd-b4ef432226ae}" showlabel="true" locklevel="0"> + <labels> + <label description="Created On" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{19be9cf2-8fd3-4fe2-99a7-2449ada5e448}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{4fe64269-ebbd-459d-a2a1-6c57ca6e0ddc}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/FormXml/card/{29d2bec1-f304-4509-9b14-694246fa447c}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/FormXml/card/{29d2bec1-f304-4509-9b14-694246fa447c}_managed.xml new file mode 100644 index 00000000..79775458 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/FormXml/card/{29d2bec1-f304-4509-9b14-694246fa447c}_managed.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{29d2bec1-f304-4509-9b14-694246fa447c}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{6b007a45-8c90-433e-a148-dc333b2fbb4e}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{fe3e9348-f66b-4575-b673-52e082591398}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{e402ba9d-1e02-4ff0-bb01-91c15c5c3025}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{5b700e6a-be18-44e0-91e2-fab745d9b265}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{61b2e853-8834-4975-b5fc-7c2f834b880b}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{76bb575a-e06c-4bc8-bd4c-946b19b83608}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{5c359d04-b4de-49e4-a5a1-277b54ba64af}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{841838f7-870a-4f7d-8fc7-f70b8e7f6245}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{aff15f43-1aa1-416e-8b9c-fddb0f59e972}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{1c8459fa-2c1b-409e-a1d7-39a4c02eb0f4}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{1829d9b1-2128-4e1c-b2bd-b4ef432226ae}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{19be9cf2-8fd3-4fe2-99a7-2449ada5e448}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{4fe64269-ebbd-459d-a2a1-6c57ca6e0ddc}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/FormXml/main/{1c0726f8-c649-4f82-9bad-11499d7111e5}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/FormXml/main/{1c0726f8-c649-4f82-9bad-11499d7111e5}.xml new file mode 100644 index 00000000..0cd1042f --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/FormXml/main/{1c0726f8-c649-4f82-9bad-11499d7111e5}.xml @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{1c0726f8-c649-4f82-9bad-11499d7111e5}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form headerdensity="HighWithControls"> + <tabs> + <tab verticallayout="true" id="{57b9d9f0-edd5-435c-a9e6-6aa8f9c05430}" IsUserDefined="1"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{6c6d1b6a-6a4e-484e-9d82-04d76b56c110}" columns="11"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{acf2c627-d8d7-4998-a9b2-87143dc16b67}"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + <cell id="{0481d4e8-9d63-447a-8418-7027cca771f0}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Account" languagecode="1033" /> + </labels> + <control id="p365i_account" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_account" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="null_section_3" id="846db750-79e3-462d-88cf-c0fcfc161605" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="11" labelwidth="115"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell locklevel="0" id="{9082ed11-d564-44da-b642-788175546cee}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell locklevel="0" id="{6943b89e-01d7-4a84-8c01-664d7bccd582}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell locklevel="0" id="{dcdf78ce-9627-45e2-b363-864ce26ab79b}" rowspan="4" colspan="1" auto="true"> + <labels> + <label description="Opportunities" languagecode="1033" /> + </labels> + <control indicationOfSubgrid="true" id="Subgrid_new_1" classid="{E7A81278-8635-4D9E-8D4D-59480B391C5B}"> + <parameters> + <RecordsPerPage>10</RecordsPerPage> + <AutoExpand>Auto</AutoExpand> + <EnableQuickFind>false</EnableQuickFind> + <EnableViewPicker>false</EnableViewPicker> + <EnableChartPicker>true</EnableChartPicker> + <ChartGridMode>All</ChartGridMode> + <TargetEntityType>p365i_opportunity</TargetEntityType> + <ViewId>{573D02B8-950C-44EF-8522-0EAE14621F2A}</ViewId> + <ViewIds>{573D02B8-950C-44EF-8522-0EAE14621F2A}</ViewIds> + <RelationshipName>p365i_p365i_opportunity_AccountPlan_p365i_accou</RelationshipName> + </parameters> + </control> + </cell> + <cell locklevel="0" id="{e621c494-53be-452a-9bd3-daaa235c3c6c}" rowspan="15" colspan="1"> + <labels> + <label description="Note Text" languagecode="1033" /> + </labels> + <control id="notescontrol" classid="{06375649-C143-495E-A496-C962E5B4488E}" disabled="false"> + <parameters> + <UClientRecordPerPage>16</UClientRecordPerPage> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <header id="{3e5b1adb-219f-416f-815a-777fc0faca0a}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{3f5c39d5-e976-411d-8979-3d25f06e453d}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{a31c6c9d-811f-4a20-a7fe-3065917050ce}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{9bf8e0ae-6ce8-4caf-beea-e77eb1a1bd89}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </header> + <footer id="{ffb127ca-407e-46c6-85ad-32dbef96db24}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{16e234de-1f07-413d-acd4-4ce008525613}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{7dabe174-df26-44e6-a562-4ea343f10985}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{0744cb87-68cb-4f46-8701-166b4fd2d425}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Account Plan" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/FormXml/main/{1c0726f8-c649-4f82-9bad-11499d7111e5}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/FormXml/main/{1c0726f8-c649-4f82-9bad-11499d7111e5}_managed.xml new file mode 100644 index 00000000..71920d77 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/FormXml/main/{1c0726f8-c649-4f82-9bad-11499d7111e5}_managed.xml @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{1c0726f8-c649-4f82-9bad-11499d7111e5}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form headerdensity="HighWithControls"> + <tabs> + <tab verticallayout="true" id="{57b9d9f0-edd5-435c-a9e6-6aa8f9c05430}" IsUserDefined="1"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{6c6d1b6a-6a4e-484e-9d82-04d76b56c110}" columns="11"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{acf2c627-d8d7-4998-a9b2-87143dc16b67}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + <cell id="{0481d4e8-9d63-447a-8418-7027cca771f0}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_account" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_account" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="null_section_3" id="846db750-79e3-462d-88cf-c0fcfc161605" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="11" labelwidth="115"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell locklevel="0" id="{9082ed11-d564-44da-b642-788175546cee}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell locklevel="0" id="{6943b89e-01d7-4a84-8c01-664d7bccd582}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell locklevel="0" id="{dcdf78ce-9627-45e2-b363-864ce26ab79b}" rowspan="4" colspan="1" auto="true"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control indicationOfSubgrid="true" id="Subgrid_new_1" classid="{E7A81278-8635-4D9E-8D4D-59480B391C5B}"> + <parameters> + <RecordsPerPage>10</RecordsPerPage> + <AutoExpand>Auto</AutoExpand> + <EnableQuickFind>false</EnableQuickFind> + <EnableViewPicker>false</EnableViewPicker> + <EnableChartPicker>true</EnableChartPicker> + <ChartGridMode>All</ChartGridMode> + <TargetEntityType>p365i_opportunity</TargetEntityType> + <ViewId>{573D02B8-950C-44EF-8522-0EAE14621F2A}</ViewId> + <ViewIds>{573D02B8-950C-44EF-8522-0EAE14621F2A}</ViewIds> + <RelationshipName>p365i_p365i_opportunity_AccountPlan_p365i_accou</RelationshipName> + </parameters> + </control> + </cell> + <cell locklevel="0" id="{e621c494-53be-452a-9bd3-daaa235c3c6c}" rowspan="15" colspan="1"> + <labels> + <label description="Note Text" languagecode="1033" /> + </labels> + <control id="notescontrol" classid="{06375649-C143-495E-A496-C962E5B4488E}" disabled="false"> + <parameters> + <UClientRecordPerPage>16</UClientRecordPerPage> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <header id="{3e5b1adb-219f-416f-815a-777fc0faca0a}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{3f5c39d5-e976-411d-8979-3d25f06e453d}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{a31c6c9d-811f-4a20-a7fe-3065917050ce}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{9bf8e0ae-6ce8-4caf-beea-e77eb1a1bd89}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </header> + <footer id="{ffb127ca-407e-46c6-85ad-32dbef96db24}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{16e234de-1f07-413d-acd4-4ce008525613}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{7dabe174-df26-44e6-a562-4ea343f10985}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{0744cb87-68cb-4f46-8701-166b4fd2d425}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Account Plan" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/FormXml/quick/{ae3c0911-c4b6-4546-a82e-949159613d12}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/FormXml/quick/{ae3c0911-c4b6-4546-a82e-949159613d12}.xml new file mode 100644 index 00000000..08c2fd34 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/FormXml/quick/{ae3c0911-c4b6-4546-a82e-949159613d12}.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{ae3c0911-c4b6-4546-a82e-949159613d12}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{c99541f3-e84c-4384-96bc-7d41655b82c5}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{e71f36d9-cb47-495f-94af-c62dd8795dbe}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{30272a6f-008a-4387-a412-7d6b6b56f2af}"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{c8c42b6c-9b6b-4f49-a672-5a2960e5c70b}"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/FormXml/quick/{ae3c0911-c4b6-4546-a82e-949159613d12}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/FormXml/quick/{ae3c0911-c4b6-4546-a82e-949159613d12}_managed.xml new file mode 100644 index 00000000..622e8580 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/FormXml/quick/{ae3c0911-c4b6-4546-a82e-949159613d12}_managed.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{ae3c0911-c4b6-4546-a82e-949159613d12}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{c99541f3-e84c-4384-96bc-7d41655b82c5}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{e71f36d9-cb47-495f-94af-c62dd8795dbe}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{30272a6f-008a-4387-a412-7d6b6b56f2af}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{c8c42b6c-9b6b-4f49-a672-5a2960e5c70b}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/RibbonDiff.xml new file mode 100644 index 00000000..6b56f485 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/RibbonDiff.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<RibbonDiffXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <CustomActions /> + <Templates> + <RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates> + </Templates> + <CommandDefinitions /> + <RuleDefinitions> + <TabDisplayRules /> + <DisplayRules /> + <EnableRules /> + </RuleDefinitions> + <LocLabels /> +</RibbonDiffXml> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{0bdd106d-250f-4cf1-8fae-1b415f7c38e5}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{0bdd106d-250f-4cf1-8fae-1b415f7c38e5}.xml new file mode 100644 index 00000000..649e6a15 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{0bdd106d-250f-4cf1-8fae-1b415f7c38e5}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{0bdd106d-250f-4cf1-8fae-1b415f7c38e5}</savedqueryid> + <layoutxml> + <grid name="p365i_accountplans" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="p365i_accountplan" id="p365i_accountplanid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>2</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_accountplan"> + <attribute name="p365i_accountplanid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Account Plan Associated View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{2fb2500c-c7a1-4bd8-870f-30da8773ba25}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{2fb2500c-c7a1-4bd8-870f-30da8773ba25}.xml new file mode 100644 index 00000000..a6ea4739 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{2fb2500c-c7a1-4bd8-870f-30da8773ba25}.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{2fb2500c-c7a1-4bd8-870f-30da8773ba25}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_accountplanid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + <cell name="p365i_account" width="100" /> + <cell name="statuscode" width="119" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_accountplan"> + <attribute name="p365i_accountplanid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <attribute name="p365i_account" /> + <attribute name="statuscode" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Active Account Plans" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{53ea7f09-952b-4865-a721-34b38cf57a42}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{53ea7f09-952b-4865-a721-34b38cf57a42}.xml new file mode 100644 index 00000000..0f15915e --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{53ea7f09-952b-4865-a721-34b38cf57a42}.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{53ea7f09-952b-4865-a721-34b38cf57a42}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_accountplanid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>1</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_accountplan"> + <attribute name="p365i_accountplanid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Account Plan Advanced Find View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{86e576ad-fac8-ee11-9079-6045bd127823}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{86e576ad-fac8-ee11-9079-6045bd127823}.xml new file mode 100644 index 00000000..3cbc03c9 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{86e576ad-fac8-ee11-9079-6045bd127823}.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{86e576ad-fac8-ee11-9079-6045bd127823}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_accountplanid"> + <cell name="p365i_name" width="300" /> + <cell name="ownerid" width="100" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" output-format="xml-platform" mapping="logical"> + <entity name="p365i_accountplan"> + <attribute name="p365i_name" /> + <attribute name="p365i_accountplanid" /> + <attribute name="ownerid" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Account Plans" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{92503a6a-1164-48a5-bffb-235fbb16664e}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{92503a6a-1164-48a5-bffb-235fbb16664e}.xml new file mode 100644 index 00000000..d87d11ef --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{92503a6a-1164-48a5-bffb-235fbb16664e}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{92503a6a-1164-48a5-bffb-235fbb16664e}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_accountplanid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_accountplan"> + <attribute name="p365i_accountplanid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="1" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Inactive Account Plans" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{acec1ade-f676-ee11-8179-6045bd10f02e}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{acec1ade-f676-ee11-8179-6045bd10f02e}.xml new file mode 100644 index 00000000..c26eb64a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{acec1ade-f676-ee11-8179-6045bd10f02e}.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{acec1ade-f676-ee11-8179-6045bd10f02e}</savedqueryid> + <querytype>8192</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical" output-format="xml-platform"> + <entity name="p365i_accountplan"> + <attribute name="p365i_accountplanid" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + <condition attribute="ownerid" operator="eq-userid" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="My Account Plans" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="Active Account Plans owned by me" languagecode="1033" /> + </Descriptions> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{e4128163-334b-432f-b634-51aff295d0db}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{e4128163-334b-432f-b634-51aff295d0db}.xml new file mode 100644 index 00000000..97863282 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{e4128163-334b-432f-b634-51aff295d0db}.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{e4128163-334b-432f-b634-51aff295d0db}</savedqueryid> + <layoutxml> + <grid name="p365i_accountplans" jump="p365i_name" select="1" icon="1" preview="0"> + <row name="p365i_accountplan" id="p365i_accountplanid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>64</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_accountplan"> + <attribute name="p365i_accountplanid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Account Plan Lookup View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{f2845574-1484-4b61-a2b4-a70f82ef244f}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{f2845574-1484-4b61-a2b4-a70f82ef244f}.xml new file mode 100644 index 00000000..fdfa6b22 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_AccountPlan/SavedQueries/{f2845574-1484-4b61-a2b4-a70f82ef244f}.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>1</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{f2845574-1484-4b61-a2b4-a70f82ef244f}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_accountplanid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>4</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_accountplan"> + <attribute name="p365i_accountplanid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <filter type="or" isquickfindfields="1"> + <condition attribute="p365i_name" operator="like" value="{0}" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quick Find Active Account Plans" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/Entity.xml new file mode 100644 index 00000000..fbf47e1a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/Entity.xml @@ -0,0 +1,838 @@ +<?xml version="1.0" encoding="utf-8"?> +<Entity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Name LocalizedName="Action Plan" OriginalName="Action Plan">p365i_ActionPlan</Name> + <EntityInfo> + <entity Name="p365i_ActionPlan"> + <LocalizedNames> + <LocalizedName description="Action Plan" languagecode="1033" /> + </LocalizedNames> + <LocalizedCollectionNames> + <LocalizedCollectionName description="Action Plans" languagecode="1033" /> + </LocalizedCollectionNames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <attributes> + <attribute PhysicalName="CreatedBy"> + <Type>lookup</Type> + <Name>createdby</Name> + <LogicalName>createdby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOn"> + <Type>datetime</Type> + <Name>createdon</Name> + <LogicalName>createdon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOnBehalfBy"> + <Type>lookup</Type> + <Name>createdonbehalfby</Name> + <LogicalName>createdonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ImportSequenceNumber"> + <Type>int</Type> + <Name>importsequencenumber</Name> + <LogicalName>importsequencenumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-2147483648</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Import Sequence Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Sequence number of the import that created this record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedBy"> + <Type>lookup</Type> + <Name>modifiedby</Name> + <LogicalName>modifiedby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOn"> + <Type>datetime</Type> + <Name>modifiedon</Name> + <LogicalName>modifiedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Modified On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was modified." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOnBehalfBy"> + <Type>lookup</Type> + <Name>modifiedonbehalfby</Name> + <LogicalName>modifiedonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OverriddenCreatedOn"> + <Type>datetime</Type> + <Name>overriddencreatedon</Name> + <LogicalName>overriddencreatedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Record Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time that the record was migrated." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwnerId"> + <Type>owner</Type> + <Name>ownerid</Name> + <LogicalName>ownerid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes> + <LookupType id="00000000-0000-0000-0000-000000000000">8</LookupType> + <LookupType id="00000000-0000-0000-0000-000000000000">9</LookupType> + </LookupTypes> + <displaynames> + <displayname description="Owner" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningBusinessUnit"> + <Type>lookup</Type> + <Name>owningbusinessunit</Name> + <LogicalName>owningbusinessunit</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Business Unit" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningTeam"> + <Type>lookup</Type> + <Name>owningteam</Name> + <LogicalName>owningteam</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Team" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningUser"> + <Type>lookup</Type> + <Name>owninguser</Name> + <LogicalName>owninguser</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning User" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_ActionPlanId"> + <Type>primarykey</Type> + <Name>p365i_actionplanid</Name> + <LogicalName>p365i_actionplanid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|RequiredForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>0</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <displaynames> + <displayname description="Action Plan" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for entity instances" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Name"> + <Type>nvarchar</Type> + <Name>p365i_name</Name> + <LogicalName>p365i_name</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>ActivityPointerRegardingName|PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>1</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>100</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Name" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statecode"> + <Type>state</Type> + <Name>statecode</Name> + <LogicalName>statecode</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_actionplan_statecode"> + <OptionSetType>state</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Action Plan" languagecode="1033" /> + </Descriptions> + <states> + <state value="0" defaultstatus="1" invariantname="Active"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </state> + <state value="1" defaultstatus="2" invariantname="Inactive"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </state> + </states> + </optionset> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Action Plan" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statuscode"> + <Type>status</Type> + <Name>statuscode</Name> + <LogicalName>statuscode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_actionplan_statuscode"> + <OptionSetType>status</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Action Plan" languagecode="1033" /> + </Descriptions> + <statuses> + <status value="1" state="0"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </status> + <status value="2" state="1"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </status> + </statuses> + </optionset> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Action Plan" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TimeZoneRuleVersionNumber"> + <Type>int</Type> + <Name>timezoneruleversionnumber</Name> + <LogicalName>timezoneruleversionnumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Time Zone Rule Version Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="For internal use only." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="UTCConversionTimeZoneCode"> + <Type>int</Type> + <Name>utcconversiontimezonecode</Name> + <LogicalName>utcconversiontimezonecode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="UTC Conversion Time Zone Code" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Time zone code that was in use when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + </attributes> + <EntitySetName>p365i_actionplans</EntitySetName> + <IsDuplicateCheckSupported>1</IsDuplicateCheckSupported> + <IsBusinessProcessEnabled>0</IsBusinessProcessEnabled> + <IsRequiredOffline>0</IsRequiredOffline> + <IsInteractionCentricEnabled>0</IsInteractionCentricEnabled> + <IsCollaboration>0</IsCollaboration> + <AutoRouteToOwnerQueue>0</AutoRouteToOwnerQueue> + <IsConnectionsEnabled>0</IsConnectionsEnabled> + <EntityColor></EntityColor> + <IsDocumentManagementEnabled>0</IsDocumentManagementEnabled> + <AutoCreateAccessTeams>0</AutoCreateAccessTeams> + <IsOneNoteIntegrationEnabled>0</IsOneNoteIntegrationEnabled> + <IsKnowledgeManagementEnabled>0</IsKnowledgeManagementEnabled> + <IsSLAEnabled>0</IsSLAEnabled> + <IsDocumentRecommendationsEnabled>0</IsDocumentRecommendationsEnabled> + <IsBPFEntity>0</IsBPFEntity> + <OwnershipTypeMask>UserOwned</OwnershipTypeMask> + <IsAuditEnabled>0</IsAuditEnabled> + <IsRetrieveAuditEnabled>0</IsRetrieveAuditEnabled> + <IsRetrieveMultipleAuditEnabled>0</IsRetrieveMultipleAuditEnabled> + <IsActivity>0</IsActivity> + <ActivityTypeMask></ActivityTypeMask> + <IsActivityParty>0</IsActivityParty> + <IsReplicated>0</IsReplicated> + <IsReplicationUserFiltered>0</IsReplicationUserFiltered> + <IsMailMergeEnabled>1</IsMailMergeEnabled> + <IsVisibleInMobile>0</IsVisibleInMobile> + <IsVisibleInMobileClient>0</IsVisibleInMobileClient> + <IsReadOnlyInMobileClient>0</IsReadOnlyInMobileClient> + <IsOfflineInMobileClient>0</IsOfflineInMobileClient> + <DaysSinceRecordLastModified>0</DaysSinceRecordLastModified> + <MobileOfflineFilters></MobileOfflineFilters> + <IsMapiGridEnabled>1</IsMapiGridEnabled> + <IsReadingPaneEnabled>1</IsReadingPaneEnabled> + <IsQuickCreateEnabled>0</IsQuickCreateEnabled> + <SyncToExternalSearchIndex>0</SyncToExternalSearchIndex> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <IsMappable>1</IsMappable> + <CanModifyAuditSettings>1</CanModifyAuditSettings> + <CanModifyMobileVisibility>1</CanModifyMobileVisibility> + <CanModifyMobileClientVisibility>1</CanModifyMobileClientVisibility> + <CanModifyMobileClientReadOnly>1</CanModifyMobileClientReadOnly> + <CanModifyMobileClientOffline>1</CanModifyMobileClientOffline> + <CanModifyConnectionSettings>1</CanModifyConnectionSettings> + <CanModifyDuplicateDetectionSettings>1</CanModifyDuplicateDetectionSettings> + <CanModifyMailMergeSettings>1</CanModifyMailMergeSettings> + <CanModifyQueueSettings>1</CanModifyQueueSettings> + <CanCreateAttributes>1</CanCreateAttributes> + <CanCreateForms>1</CanCreateForms> + <CanCreateCharts>1</CanCreateCharts> + <CanCreateViews>1</CanCreateViews> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <CanEnableSyncToExternalSearchIndex>1</CanEnableSyncToExternalSearchIndex> + <IconVectorName></IconVectorName> + <EnforceStateTransitions>0</EnforceStateTransitions> + <CanChangeHierarchicalRelationship>1</CanChangeHierarchicalRelationship> + <EntityHelpUrlEnabled>0</EntityHelpUrlEnabled> + <EntityHelpUrl></EntityHelpUrl> + <ChangeTrackingEnabled>0</ChangeTrackingEnabled> + <CanChangeTrackingBeEnabled>1</CanChangeTrackingBeEnabled> + <IsEnabledForExternalChannels>0</IsEnabledForExternalChannels> + <IsMSTeamsIntegrationEnabled>0</IsMSTeamsIntegrationEnabled> + <IsSolutionAware>0</IsSolutionAware> + <HasRelatedActivities>True</HasRelatedActivities> + </entity> + </EntityInfo> + <FormXml /> + <SavedQueries /> + <RibbonDiffXml /> +</Entity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/FormXml/card/{4fdcf12f-0034-4992-9a85-e1db09c05da3}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/FormXml/card/{4fdcf12f-0034-4992-9a85-e1db09c05da3}.xml new file mode 100644 index 00000000..54ada264 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/FormXml/card/{4fdcf12f-0034-4992-9a85-e1db09c05da3}.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{4fdcf12f-0034-4992-9a85-e1db09c05da3}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{dfc6a9b0-0141-4e76-9f77-807f76cf31c3}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{a8f07fc3-c7f1-4e00-9e5c-ca7a49593778}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{1a2b60e1-619e-42b8-8bf7-f3622c421f15}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{9120a82a-999c-44e1-a8d8-bff3da7502fd}" showlabel="true" locklevel="0"> + <labels> + <label description="Status Reason" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{76bd5be3-73b9-41a9-a1eb-9a4072407855}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{abeffd52-2ca8-4ab0-8ac7-658dca386985}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{eb8bb69e-f6e4-4d28-a0c0-ec37d4338425}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{735d543e-aed4-45f3-a397-c2483e388c30}" showlabel="true" locklevel="0"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{5e21596a-5f0f-421c-bb1d-fdb39f5eab23}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{446927e8-bad9-4e52-a19d-8beb17835274}" showlabel="true" locklevel="0"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{9b44077b-2a6f-4f33-bba2-a0e78322f377}" showlabel="true" locklevel="0"> + <labels> + <label description="Created On" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{71264a98-65f5-47d8-b75c-81fafd62cce5}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{43a6eb70-68be-4b34-86a4-2974c81be08a}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/FormXml/card/{4fdcf12f-0034-4992-9a85-e1db09c05da3}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/FormXml/card/{4fdcf12f-0034-4992-9a85-e1db09c05da3}_managed.xml new file mode 100644 index 00000000..83cb262e --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/FormXml/card/{4fdcf12f-0034-4992-9a85-e1db09c05da3}_managed.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{4fdcf12f-0034-4992-9a85-e1db09c05da3}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{dfc6a9b0-0141-4e76-9f77-807f76cf31c3}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{a8f07fc3-c7f1-4e00-9e5c-ca7a49593778}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{1a2b60e1-619e-42b8-8bf7-f3622c421f15}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{9120a82a-999c-44e1-a8d8-bff3da7502fd}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{76bd5be3-73b9-41a9-a1eb-9a4072407855}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{abeffd52-2ca8-4ab0-8ac7-658dca386985}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{eb8bb69e-f6e4-4d28-a0c0-ec37d4338425}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{735d543e-aed4-45f3-a397-c2483e388c30}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{5e21596a-5f0f-421c-bb1d-fdb39f5eab23}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{446927e8-bad9-4e52-a19d-8beb17835274}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{9b44077b-2a6f-4f33-bba2-a0e78322f377}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{71264a98-65f5-47d8-b75c-81fafd62cce5}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{43a6eb70-68be-4b34-86a4-2974c81be08a}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/FormXml/main/{2624fa85-8605-4b99-ad78-03b50b029e8f}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/FormXml/main/{2624fa85-8605-4b99-ad78-03b50b029e8f}.xml new file mode 100644 index 00000000..e1f473a9 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/FormXml/main/{2624fa85-8605-4b99-ad78-03b50b029e8f}.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{2624fa85-8605-4b99-ad78-03b50b029e8f}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{7f24843f-9ed6-47f9-a61d-5c66e2d8cfde}" IsUserDefined="1"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{69c9b812-9684-40f7-b251-fda7a93ed6ce}"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{5762bbab-0c36-423a-b901-8c6eb79f5e7a}"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{2313aad6-b017-44e3-9223-38c7041975c4}"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/FormXml/main/{2624fa85-8605-4b99-ad78-03b50b029e8f}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/FormXml/main/{2624fa85-8605-4b99-ad78-03b50b029e8f}_managed.xml new file mode 100644 index 00000000..c2dc4761 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/FormXml/main/{2624fa85-8605-4b99-ad78-03b50b029e8f}_managed.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{2624fa85-8605-4b99-ad78-03b50b029e8f}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{7f24843f-9ed6-47f9-a61d-5c66e2d8cfde}" IsUserDefined="1"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{69c9b812-9684-40f7-b251-fda7a93ed6ce}"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{5762bbab-0c36-423a-b901-8c6eb79f5e7a}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{2313aad6-b017-44e3-9223-38c7041975c4}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/FormXml/quick/{6cc94eae-4482-48c7-b632-6a0e67069fdc}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/FormXml/quick/{6cc94eae-4482-48c7-b632-6a0e67069fdc}.xml new file mode 100644 index 00000000..bcbd4276 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/FormXml/quick/{6cc94eae-4482-48c7-b632-6a0e67069fdc}.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{6cc94eae-4482-48c7-b632-6a0e67069fdc}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{975df954-cb62-484d-8321-81dacdce0c48}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{2469b90b-ee26-4645-a646-b49a73dd0a6c}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{84eae81a-08ad-42ab-b790-f95be3afe3fa}"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{3340159d-4568-4d60-8706-85aa81055925}"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/FormXml/quick/{6cc94eae-4482-48c7-b632-6a0e67069fdc}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/FormXml/quick/{6cc94eae-4482-48c7-b632-6a0e67069fdc}_managed.xml new file mode 100644 index 00000000..cce8d6ba --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/FormXml/quick/{6cc94eae-4482-48c7-b632-6a0e67069fdc}_managed.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{6cc94eae-4482-48c7-b632-6a0e67069fdc}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{975df954-cb62-484d-8321-81dacdce0c48}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{2469b90b-ee26-4645-a646-b49a73dd0a6c}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{84eae81a-08ad-42ab-b790-f95be3afe3fa}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{3340159d-4568-4d60-8706-85aa81055925}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/RibbonDiff.xml new file mode 100644 index 00000000..6b56f485 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/RibbonDiff.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<RibbonDiffXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <CustomActions /> + <Templates> + <RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates> + </Templates> + <CommandDefinitions /> + <RuleDefinitions> + <TabDisplayRules /> + <DisplayRules /> + <EnableRules /> + </RuleDefinitions> + <LocLabels /> +</RibbonDiffXml> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/SavedQueries/{3ab50d92-1d62-4b65-8988-c2ff080cab17}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/SavedQueries/{3ab50d92-1d62-4b65-8988-c2ff080cab17}.xml new file mode 100644 index 00000000..55fefdd4 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/SavedQueries/{3ab50d92-1d62-4b65-8988-c2ff080cab17}.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>1</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{3ab50d92-1d62-4b65-8988-c2ff080cab17}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_actionplanid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>4</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_actionplan"> + <attribute name="p365i_actionplanid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <filter type="or" isquickfindfields="1"> + <condition attribute="p365i_name" operator="like" value="{0}" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quick Find Active Action Plans" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/SavedQueries/{3b9f2982-a09e-4224-86b7-ca462ec2722e}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/SavedQueries/{3b9f2982-a09e-4224-86b7-ca462ec2722e}.xml new file mode 100644 index 00000000..b7b19f08 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/SavedQueries/{3b9f2982-a09e-4224-86b7-ca462ec2722e}.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{3b9f2982-a09e-4224-86b7-ca462ec2722e}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_actionplanid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>1</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_actionplan"> + <attribute name="p365i_actionplanid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Action Plan Advanced Find View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/SavedQueries/{552d6c4c-ba3f-43cc-8832-a2d1dabf6586}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/SavedQueries/{552d6c4c-ba3f-43cc-8832-a2d1dabf6586}.xml new file mode 100644 index 00000000..4a2c81be --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/SavedQueries/{552d6c4c-ba3f-43cc-8832-a2d1dabf6586}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{552d6c4c-ba3f-43cc-8832-a2d1dabf6586}</savedqueryid> + <layoutxml> + <grid name="p365i_actionplans" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="p365i_actionplan" id="p365i_actionplanid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>2</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_actionplan"> + <attribute name="p365i_actionplanid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Action Plan Associated View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/SavedQueries/{6375ad99-f676-ee11-8179-6045bdd06c78}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/SavedQueries/{6375ad99-f676-ee11-8179-6045bdd06c78}.xml new file mode 100644 index 00000000..b1ad39f9 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/SavedQueries/{6375ad99-f676-ee11-8179-6045bdd06c78}.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{6375ad99-f676-ee11-8179-6045bdd06c78}</savedqueryid> + <querytype>8192</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical" output-format="xml-platform"> + <entity name="p365i_actionplan"> + <attribute name="p365i_actionplanid" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + <condition attribute="ownerid" operator="eq-userid" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="My Action Plans" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="Active Action Plans owned by me" languagecode="1033" /> + </Descriptions> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/SavedQueries/{84bc6269-497d-4ec9-bacb-b9e047f6c010}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/SavedQueries/{84bc6269-497d-4ec9-bacb-b9e047f6c010}.xml new file mode 100644 index 00000000..daf53ea1 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/SavedQueries/{84bc6269-497d-4ec9-bacb-b9e047f6c010}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{84bc6269-497d-4ec9-bacb-b9e047f6c010}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_actionplanid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_actionplan"> + <attribute name="p365i_actionplanid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="1" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Inactive Action Plans" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/SavedQueries/{91c50fcb-fb6d-4423-a55d-d5006ce2a871}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/SavedQueries/{91c50fcb-fb6d-4423-a55d-d5006ce2a871}.xml new file mode 100644 index 00000000..4b228e96 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/SavedQueries/{91c50fcb-fb6d-4423-a55d-d5006ce2a871}.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{91c50fcb-fb6d-4423-a55d-d5006ce2a871}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_actionplanid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + <cell name="statuscode" width="119" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_actionplan"> + <attribute name="p365i_actionplanid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <attribute name="statuscode" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Active Action Plans" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/SavedQueries/{dde56077-affa-43a2-b41f-36e306b40f9b}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/SavedQueries/{dde56077-affa-43a2-b41f-36e306b40f9b}.xml new file mode 100644 index 00000000..abcfffcb --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlan/SavedQueries/{dde56077-affa-43a2-b41f-36e306b40f9b}.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{dde56077-affa-43a2-b41f-36e306b40f9b}</savedqueryid> + <layoutxml> + <grid name="p365i_actionplans" jump="p365i_name" select="1" icon="1" preview="0"> + <row name="p365i_actionplan" id="p365i_actionplanid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>64</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_actionplan"> + <attribute name="p365i_actionplanid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Action Plan Lookup View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/Entity.xml new file mode 100644 index 00000000..7488c37a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/Entity.xml @@ -0,0 +1,834 @@ +<?xml version="1.0" encoding="utf-8"?> +<Entity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Name LocalizedName="Action Plan Activity Template" OriginalName="Action Plan Activity Template">p365i_ActionPlanActivityTemplate</Name> + <EntityInfo> + <entity Name="p365i_ActionPlanActivityTemplate"> + <LocalizedNames> + <LocalizedName description="Action Plan Activity Template" languagecode="1033" /> + </LocalizedNames> + <LocalizedCollectionNames> + <LocalizedCollectionName description="Action Plan Activity Templates" languagecode="1033" /> + </LocalizedCollectionNames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <attributes> + <attribute PhysicalName="CreatedBy"> + <Type>lookup</Type> + <Name>createdby</Name> + <LogicalName>createdby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOn"> + <Type>datetime</Type> + <Name>createdon</Name> + <LogicalName>createdon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOnBehalfBy"> + <Type>lookup</Type> + <Name>createdonbehalfby</Name> + <LogicalName>createdonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ImportSequenceNumber"> + <Type>int</Type> + <Name>importsequencenumber</Name> + <LogicalName>importsequencenumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-2147483648</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Import Sequence Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Sequence number of the import that created this record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedBy"> + <Type>lookup</Type> + <Name>modifiedby</Name> + <LogicalName>modifiedby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOn"> + <Type>datetime</Type> + <Name>modifiedon</Name> + <LogicalName>modifiedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Modified On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was modified." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOnBehalfBy"> + <Type>lookup</Type> + <Name>modifiedonbehalfby</Name> + <LogicalName>modifiedonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OverriddenCreatedOn"> + <Type>datetime</Type> + <Name>overriddencreatedon</Name> + <LogicalName>overriddencreatedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Record Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time that the record was migrated." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwnerId"> + <Type>owner</Type> + <Name>ownerid</Name> + <LogicalName>ownerid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes> + <LookupType id="00000000-0000-0000-0000-000000000000">8</LookupType> + <LookupType id="00000000-0000-0000-0000-000000000000">9</LookupType> + </LookupTypes> + <displaynames> + <displayname description="Owner" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningBusinessUnit"> + <Type>lookup</Type> + <Name>owningbusinessunit</Name> + <LogicalName>owningbusinessunit</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Business Unit" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningTeam"> + <Type>lookup</Type> + <Name>owningteam</Name> + <LogicalName>owningteam</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Team" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningUser"> + <Type>lookup</Type> + <Name>owninguser</Name> + <LogicalName>owninguser</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning User" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_ActionPlanActivityTemplateId"> + <Type>primarykey</Type> + <Name>p365i_actionplanactivitytemplateid</Name> + <LogicalName>p365i_actionplanactivitytemplateid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|RequiredForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>0</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <displaynames> + <displayname description="Action Plan Activity Template" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for entity instances" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Name"> + <Type>nvarchar</Type> + <Name>p365i_name</Name> + <LogicalName>p365i_name</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>1</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>100</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Name" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statecode"> + <Type>state</Type> + <Name>statecode</Name> + <LogicalName>statecode</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_actionplanactivitytemplate_statecode"> + <OptionSetType>state</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Action Plan Activity Template" languagecode="1033" /> + </Descriptions> + <states> + <state value="0" defaultstatus="1" invariantname="Active"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </state> + <state value="1" defaultstatus="2" invariantname="Inactive"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </state> + </states> + </optionset> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Action Plan Activity Template" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statuscode"> + <Type>status</Type> + <Name>statuscode</Name> + <LogicalName>statuscode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_actionplanactivitytemplate_statuscode"> + <OptionSetType>status</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Action Plan Activity Template" languagecode="1033" /> + </Descriptions> + <statuses> + <status value="1" state="0"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </status> + <status value="2" state="1"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </status> + </statuses> + </optionset> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Action Plan Activity Template" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TimeZoneRuleVersionNumber"> + <Type>int</Type> + <Name>timezoneruleversionnumber</Name> + <LogicalName>timezoneruleversionnumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Time Zone Rule Version Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="For internal use only." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="UTCConversionTimeZoneCode"> + <Type>int</Type> + <Name>utcconversiontimezonecode</Name> + <LogicalName>utcconversiontimezonecode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="UTC Conversion Time Zone Code" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Time zone code that was in use when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + </attributes> + <EntitySetName>p365i_actionplanactivitytemplates</EntitySetName> + <IsDuplicateCheckSupported>1</IsDuplicateCheckSupported> + <IsBusinessProcessEnabled>0</IsBusinessProcessEnabled> + <IsRequiredOffline>0</IsRequiredOffline> + <IsInteractionCentricEnabled>0</IsInteractionCentricEnabled> + <IsCollaboration>0</IsCollaboration> + <AutoRouteToOwnerQueue>0</AutoRouteToOwnerQueue> + <IsConnectionsEnabled>0</IsConnectionsEnabled> + <IsDocumentManagementEnabled>0</IsDocumentManagementEnabled> + <AutoCreateAccessTeams>0</AutoCreateAccessTeams> + <IsOneNoteIntegrationEnabled>0</IsOneNoteIntegrationEnabled> + <IsKnowledgeManagementEnabled>0</IsKnowledgeManagementEnabled> + <IsSLAEnabled>0</IsSLAEnabled> + <IsDocumentRecommendationsEnabled>0</IsDocumentRecommendationsEnabled> + <IsBPFEntity>0</IsBPFEntity> + <OwnershipTypeMask>UserOwned</OwnershipTypeMask> + <IsAuditEnabled>0</IsAuditEnabled> + <IsRetrieveAuditEnabled>0</IsRetrieveAuditEnabled> + <IsRetrieveMultipleAuditEnabled>0</IsRetrieveMultipleAuditEnabled> + <IsActivity>0</IsActivity> + <ActivityTypeMask></ActivityTypeMask> + <IsActivityParty>0</IsActivityParty> + <IsReplicated>0</IsReplicated> + <IsReplicationUserFiltered>0</IsReplicationUserFiltered> + <IsMailMergeEnabled>1</IsMailMergeEnabled> + <IsVisibleInMobile>0</IsVisibleInMobile> + <IsVisibleInMobileClient>0</IsVisibleInMobileClient> + <IsReadOnlyInMobileClient>0</IsReadOnlyInMobileClient> + <IsOfflineInMobileClient>0</IsOfflineInMobileClient> + <DaysSinceRecordLastModified>0</DaysSinceRecordLastModified> + <MobileOfflineFilters></MobileOfflineFilters> + <IsMapiGridEnabled>1</IsMapiGridEnabled> + <IsReadingPaneEnabled>1</IsReadingPaneEnabled> + <IsQuickCreateEnabled>0</IsQuickCreateEnabled> + <SyncToExternalSearchIndex>0</SyncToExternalSearchIndex> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <IsMappable>1</IsMappable> + <CanModifyAuditSettings>1</CanModifyAuditSettings> + <CanModifyMobileVisibility>1</CanModifyMobileVisibility> + <CanModifyMobileClientVisibility>1</CanModifyMobileClientVisibility> + <CanModifyMobileClientReadOnly>1</CanModifyMobileClientReadOnly> + <CanModifyMobileClientOffline>1</CanModifyMobileClientOffline> + <CanModifyConnectionSettings>1</CanModifyConnectionSettings> + <CanModifyDuplicateDetectionSettings>1</CanModifyDuplicateDetectionSettings> + <CanModifyMailMergeSettings>1</CanModifyMailMergeSettings> + <CanModifyQueueSettings>1</CanModifyQueueSettings> + <CanCreateAttributes>1</CanCreateAttributes> + <CanCreateForms>1</CanCreateForms> + <CanCreateCharts>1</CanCreateCharts> + <CanCreateViews>1</CanCreateViews> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <CanEnableSyncToExternalSearchIndex>1</CanEnableSyncToExternalSearchIndex> + <EnforceStateTransitions>0</EnforceStateTransitions> + <CanChangeHierarchicalRelationship>1</CanChangeHierarchicalRelationship> + <EntityHelpUrlEnabled>0</EntityHelpUrlEnabled> + <ChangeTrackingEnabled>0</ChangeTrackingEnabled> + <CanChangeTrackingBeEnabled>1</CanChangeTrackingBeEnabled> + <IsEnabledForExternalChannels>0</IsEnabledForExternalChannels> + <IsMSTeamsIntegrationEnabled>0</IsMSTeamsIntegrationEnabled> + <IsSolutionAware>0</IsSolutionAware> + </entity> + </EntityInfo> + <FormXml /> + <SavedQueries /> + <RibbonDiffXml /> +</Entity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/FormXml/card/{c9f9ea01-08de-4795-b337-f2113de80813}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/FormXml/card/{c9f9ea01-08de-4795-b337-f2113de80813}.xml new file mode 100644 index 00000000..38fb7d4a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/FormXml/card/{c9f9ea01-08de-4795-b337-f2113de80813}.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{c9f9ea01-08de-4795-b337-f2113de80813}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{cf1eb471-be79-4fc6-80d1-ee86b7107547}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{1ed99cb1-1140-468a-bbc9-458a8c3fe579}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{13990202-a0a3-4f80-94a5-574f55d8c6a2}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{9d61ecf4-ebe8-4320-af67-2f03fc29c943}" showlabel="true" locklevel="0"> + <labels> + <label description="Status Reason" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{fbf418fd-f17e-4d56-89aa-5b0c4380d600}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{ae1a9693-2f43-4f3d-ae3c-b6f70c01dacf}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{280cdd4c-fdfa-4bdc-a96f-40317c43f736}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{88cef639-6f30-4764-9c73-fb3d4eac0f51}" showlabel="true" locklevel="0"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{3fa04907-c142-448c-88ea-a2375c3dc5ee}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{5607920d-ce8d-4433-b9bb-1eea42793206}" showlabel="true" locklevel="0"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{c65d771b-bdaf-40b1-8d40-e1cb458a086f}" showlabel="true" locklevel="0"> + <labels> + <label description="Created On" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{072e2590-7eed-49fa-a354-ca7dfbb59789}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{07945c49-33af-49db-b44d-032ff5dc7389}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/FormXml/card/{c9f9ea01-08de-4795-b337-f2113de80813}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/FormXml/card/{c9f9ea01-08de-4795-b337-f2113de80813}_managed.xml new file mode 100644 index 00000000..4c194d73 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/FormXml/card/{c9f9ea01-08de-4795-b337-f2113de80813}_managed.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{c9f9ea01-08de-4795-b337-f2113de80813}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{cf1eb471-be79-4fc6-80d1-ee86b7107547}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{1ed99cb1-1140-468a-bbc9-458a8c3fe579}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{13990202-a0a3-4f80-94a5-574f55d8c6a2}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{9d61ecf4-ebe8-4320-af67-2f03fc29c943}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{fbf418fd-f17e-4d56-89aa-5b0c4380d600}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{ae1a9693-2f43-4f3d-ae3c-b6f70c01dacf}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{280cdd4c-fdfa-4bdc-a96f-40317c43f736}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{88cef639-6f30-4764-9c73-fb3d4eac0f51}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{3fa04907-c142-448c-88ea-a2375c3dc5ee}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{5607920d-ce8d-4433-b9bb-1eea42793206}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{c65d771b-bdaf-40b1-8d40-e1cb458a086f}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{072e2590-7eed-49fa-a354-ca7dfbb59789}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{07945c49-33af-49db-b44d-032ff5dc7389}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/FormXml/main/{c3347686-d33c-4aaf-90f4-e71bb58786a5}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/FormXml/main/{c3347686-d33c-4aaf-90f4-e71bb58786a5}.xml new file mode 100644 index 00000000..ea1fc194 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/FormXml/main/{c3347686-d33c-4aaf-90f4-e71bb58786a5}.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{c3347686-d33c-4aaf-90f4-e71bb58786a5}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{97b42f5d-e1d0-4c83-b273-057b7a4435bc}" IsUserDefined="1"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{225e6df5-f29e-4fd1-bf67-bb0507417d9b}"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{1a00ec37-5b19-431e-a1bb-39e4d7aa924b}"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{d7e29cec-26d7-4fb2-af1e-91aeba3ab0e5}"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/FormXml/main/{c3347686-d33c-4aaf-90f4-e71bb58786a5}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/FormXml/main/{c3347686-d33c-4aaf-90f4-e71bb58786a5}_managed.xml new file mode 100644 index 00000000..eaf9ac15 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/FormXml/main/{c3347686-d33c-4aaf-90f4-e71bb58786a5}_managed.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{c3347686-d33c-4aaf-90f4-e71bb58786a5}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{97b42f5d-e1d0-4c83-b273-057b7a4435bc}" IsUserDefined="1"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{225e6df5-f29e-4fd1-bf67-bb0507417d9b}"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{1a00ec37-5b19-431e-a1bb-39e4d7aa924b}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{d7e29cec-26d7-4fb2-af1e-91aeba3ab0e5}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/FormXml/quick/{25b9b696-b1a2-4b7f-a950-9d1860cd8481}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/FormXml/quick/{25b9b696-b1a2-4b7f-a950-9d1860cd8481}.xml new file mode 100644 index 00000000..aa052cd4 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/FormXml/quick/{25b9b696-b1a2-4b7f-a950-9d1860cd8481}.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{25b9b696-b1a2-4b7f-a950-9d1860cd8481}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{59242e74-8d0b-4922-84b9-5e909301b374}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{ada9cb90-dedb-4a1a-a90f-762683e38bb4}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{1a66fbae-ca42-49e9-b40a-da37f23c0210}"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{98fdbd58-8285-4d54-8a07-c78cc3742a6b}"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/FormXml/quick/{25b9b696-b1a2-4b7f-a950-9d1860cd8481}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/FormXml/quick/{25b9b696-b1a2-4b7f-a950-9d1860cd8481}_managed.xml new file mode 100644 index 00000000..5db2f719 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/FormXml/quick/{25b9b696-b1a2-4b7f-a950-9d1860cd8481}_managed.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{25b9b696-b1a2-4b7f-a950-9d1860cd8481}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{59242e74-8d0b-4922-84b9-5e909301b374}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{ada9cb90-dedb-4a1a-a90f-762683e38bb4}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{1a66fbae-ca42-49e9-b40a-da37f23c0210}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{98fdbd58-8285-4d54-8a07-c78cc3742a6b}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/RibbonDiff.xml new file mode 100644 index 00000000..6b56f485 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/RibbonDiff.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<RibbonDiffXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <CustomActions /> + <Templates> + <RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates> + </Templates> + <CommandDefinitions /> + <RuleDefinitions> + <TabDisplayRules /> + <DisplayRules /> + <EnableRules /> + </RuleDefinitions> + <LocLabels /> +</RibbonDiffXml> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/SavedQueries/{5ba9b1e4-3523-4cb6-9e10-7cbfc1256980}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/SavedQueries/{5ba9b1e4-3523-4cb6-9e10-7cbfc1256980}.xml new file mode 100644 index 00000000..b768b08a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/SavedQueries/{5ba9b1e4-3523-4cb6-9e10-7cbfc1256980}.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{5ba9b1e4-3523-4cb6-9e10-7cbfc1256980}</savedqueryid> + <layoutxml> + <grid name="p365i_actionplanactivitytemplates" jump="p365i_name" select="1" icon="1" preview="0"> + <row name="p365i_actionplanactivitytemplate" id="p365i_actionplanactivitytemplateid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>64</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_actionplanactivitytemplate"> + <attribute name="p365i_actionplanactivitytemplateid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Action Plan Activity Template Lookup View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/SavedQueries/{78311c3e-e4cb-4dfa-8955-63e241662fcd}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/SavedQueries/{78311c3e-e4cb-4dfa-8955-63e241662fcd}.xml new file mode 100644 index 00000000..a6958777 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/SavedQueries/{78311c3e-e4cb-4dfa-8955-63e241662fcd}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{78311c3e-e4cb-4dfa-8955-63e241662fcd}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_actionplanactivitytemplateid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_actionplanactivitytemplate"> + <attribute name="p365i_actionplanactivitytemplateid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="1" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Inactive Action Plan Activity Templates" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/SavedQueries/{7decca34-6b6f-4b5f-8f26-d4480c6a81c1}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/SavedQueries/{7decca34-6b6f-4b5f-8f26-d4480c6a81c1}.xml new file mode 100644 index 00000000..9439661d --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/SavedQueries/{7decca34-6b6f-4b5f-8f26-d4480c6a81c1}.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>1</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{7decca34-6b6f-4b5f-8f26-d4480c6a81c1}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_actionplanactivitytemplateid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>4</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_actionplanactivitytemplate"> + <attribute name="p365i_actionplanactivitytemplateid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <filter type="or" isquickfindfields="1"> + <condition attribute="p365i_name" operator="like" value="{0}" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quick Find Active Action Plan Activity Templates" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/SavedQueries/{94fa9f47-2864-489f-bd77-e64146ebb5e5}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/SavedQueries/{94fa9f47-2864-489f-bd77-e64146ebb5e5}.xml new file mode 100644 index 00000000..e6c528b5 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/SavedQueries/{94fa9f47-2864-489f-bd77-e64146ebb5e5}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{94fa9f47-2864-489f-bd77-e64146ebb5e5}</savedqueryid> + <layoutxml> + <grid name="p365i_actionplanactivitytemplates" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="p365i_actionplanactivitytemplate" id="p365i_actionplanactivitytemplateid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>2</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_actionplanactivitytemplate"> + <attribute name="p365i_actionplanactivitytemplateid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Action Plan Activity Template Associated View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/SavedQueries/{aab60b23-f776-ee11-8179-6045bd10f02e}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/SavedQueries/{aab60b23-f776-ee11-8179-6045bd10f02e}.xml new file mode 100644 index 00000000..97deb9d0 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/SavedQueries/{aab60b23-f776-ee11-8179-6045bd10f02e}.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{aab60b23-f776-ee11-8179-6045bd10f02e}</savedqueryid> + <querytype>8192</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical" output-format="xml-platform"> + <entity name="p365i_actionplanactivitytemplate"> + <attribute name="p365i_actionplanactivitytemplateid" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + <condition attribute="ownerid" operator="eq-userid" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="My Action Plan Activity Templates" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="Active Action Plan Activity Templates owned by me" languagecode="1033" /> + </Descriptions> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/SavedQueries/{ab09b67f-81ef-4099-a863-7acb3b815915}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/SavedQueries/{ab09b67f-81ef-4099-a863-7acb3b815915}.xml new file mode 100644 index 00000000..aa6ec2f7 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/SavedQueries/{ab09b67f-81ef-4099-a863-7acb3b815915}.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{ab09b67f-81ef-4099-a863-7acb3b815915}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_actionplanactivitytemplateid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + <cell name="statuscode" width="119" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_actionplanactivitytemplate"> + <attribute name="p365i_actionplanactivitytemplateid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <attribute name="statuscode" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Active Action Plan Activity Templates" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/SavedQueries/{f55efdd4-5587-416a-b4fc-32a836c5e97c}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/SavedQueries/{f55efdd4-5587-416a-b4fc-32a836c5e97c}.xml new file mode 100644 index 00000000..33c1aca7 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanActivityTemplate/SavedQueries/{f55efdd4-5587-416a-b4fc-32a836c5e97c}.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{f55efdd4-5587-416a-b4fc-32a836c5e97c}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_actionplanactivitytemplateid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>1</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_actionplanactivitytemplate"> + <attribute name="p365i_actionplanactivitytemplateid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Action Plan Activity Template Advanced Find View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/Entity.xml new file mode 100644 index 00000000..64c9538c --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/Entity.xml @@ -0,0 +1,834 @@ +<?xml version="1.0" encoding="utf-8"?> +<Entity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Name LocalizedName="Action Plan Template" OriginalName="Action Plan Template">p365i_ActionPlanTemplate</Name> + <EntityInfo> + <entity Name="p365i_ActionPlanTemplate"> + <LocalizedNames> + <LocalizedName description="Action Plan Template" languagecode="1033" /> + </LocalizedNames> + <LocalizedCollectionNames> + <LocalizedCollectionName description="Action Plan Templates" languagecode="1033" /> + </LocalizedCollectionNames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <attributes> + <attribute PhysicalName="CreatedBy"> + <Type>lookup</Type> + <Name>createdby</Name> + <LogicalName>createdby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOn"> + <Type>datetime</Type> + <Name>createdon</Name> + <LogicalName>createdon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOnBehalfBy"> + <Type>lookup</Type> + <Name>createdonbehalfby</Name> + <LogicalName>createdonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ImportSequenceNumber"> + <Type>int</Type> + <Name>importsequencenumber</Name> + <LogicalName>importsequencenumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-2147483648</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Import Sequence Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Sequence number of the import that created this record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedBy"> + <Type>lookup</Type> + <Name>modifiedby</Name> + <LogicalName>modifiedby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOn"> + <Type>datetime</Type> + <Name>modifiedon</Name> + <LogicalName>modifiedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Modified On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was modified." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOnBehalfBy"> + <Type>lookup</Type> + <Name>modifiedonbehalfby</Name> + <LogicalName>modifiedonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OverriddenCreatedOn"> + <Type>datetime</Type> + <Name>overriddencreatedon</Name> + <LogicalName>overriddencreatedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Record Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time that the record was migrated." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwnerId"> + <Type>owner</Type> + <Name>ownerid</Name> + <LogicalName>ownerid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes> + <LookupType id="00000000-0000-0000-0000-000000000000">8</LookupType> + <LookupType id="00000000-0000-0000-0000-000000000000">9</LookupType> + </LookupTypes> + <displaynames> + <displayname description="Owner" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningBusinessUnit"> + <Type>lookup</Type> + <Name>owningbusinessunit</Name> + <LogicalName>owningbusinessunit</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Business Unit" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningTeam"> + <Type>lookup</Type> + <Name>owningteam</Name> + <LogicalName>owningteam</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Team" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningUser"> + <Type>lookup</Type> + <Name>owninguser</Name> + <LogicalName>owninguser</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning User" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_ActionPlanTemplateId"> + <Type>primarykey</Type> + <Name>p365i_actionplantemplateid</Name> + <LogicalName>p365i_actionplantemplateid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|RequiredForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>0</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <displaynames> + <displayname description="Action Plan Template" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for entity instances" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Name"> + <Type>nvarchar</Type> + <Name>p365i_name</Name> + <LogicalName>p365i_name</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>1</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>100</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Name" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statecode"> + <Type>state</Type> + <Name>statecode</Name> + <LogicalName>statecode</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_actionplantemplate_statecode"> + <OptionSetType>state</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Action Plan Template" languagecode="1033" /> + </Descriptions> + <states> + <state value="0" defaultstatus="1" invariantname="Active"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </state> + <state value="1" defaultstatus="2" invariantname="Inactive"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </state> + </states> + </optionset> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Action Plan Template" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statuscode"> + <Type>status</Type> + <Name>statuscode</Name> + <LogicalName>statuscode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_actionplantemplate_statuscode"> + <OptionSetType>status</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Action Plan Template" languagecode="1033" /> + </Descriptions> + <statuses> + <status value="1" state="0"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </status> + <status value="2" state="1"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </status> + </statuses> + </optionset> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Action Plan Template" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TimeZoneRuleVersionNumber"> + <Type>int</Type> + <Name>timezoneruleversionnumber</Name> + <LogicalName>timezoneruleversionnumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Time Zone Rule Version Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="For internal use only." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="UTCConversionTimeZoneCode"> + <Type>int</Type> + <Name>utcconversiontimezonecode</Name> + <LogicalName>utcconversiontimezonecode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="UTC Conversion Time Zone Code" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Time zone code that was in use when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + </attributes> + <EntitySetName>p365i_actionplantemplates</EntitySetName> + <IsDuplicateCheckSupported>1</IsDuplicateCheckSupported> + <IsBusinessProcessEnabled>0</IsBusinessProcessEnabled> + <IsRequiredOffline>0</IsRequiredOffline> + <IsInteractionCentricEnabled>0</IsInteractionCentricEnabled> + <IsCollaboration>0</IsCollaboration> + <AutoRouteToOwnerQueue>0</AutoRouteToOwnerQueue> + <IsConnectionsEnabled>0</IsConnectionsEnabled> + <IsDocumentManagementEnabled>0</IsDocumentManagementEnabled> + <AutoCreateAccessTeams>0</AutoCreateAccessTeams> + <IsOneNoteIntegrationEnabled>0</IsOneNoteIntegrationEnabled> + <IsKnowledgeManagementEnabled>0</IsKnowledgeManagementEnabled> + <IsSLAEnabled>0</IsSLAEnabled> + <IsDocumentRecommendationsEnabled>0</IsDocumentRecommendationsEnabled> + <IsBPFEntity>0</IsBPFEntity> + <OwnershipTypeMask>UserOwned</OwnershipTypeMask> + <IsAuditEnabled>0</IsAuditEnabled> + <IsRetrieveAuditEnabled>0</IsRetrieveAuditEnabled> + <IsRetrieveMultipleAuditEnabled>0</IsRetrieveMultipleAuditEnabled> + <IsActivity>0</IsActivity> + <ActivityTypeMask></ActivityTypeMask> + <IsActivityParty>0</IsActivityParty> + <IsReplicated>0</IsReplicated> + <IsReplicationUserFiltered>0</IsReplicationUserFiltered> + <IsMailMergeEnabled>1</IsMailMergeEnabled> + <IsVisibleInMobile>0</IsVisibleInMobile> + <IsVisibleInMobileClient>0</IsVisibleInMobileClient> + <IsReadOnlyInMobileClient>0</IsReadOnlyInMobileClient> + <IsOfflineInMobileClient>0</IsOfflineInMobileClient> + <DaysSinceRecordLastModified>0</DaysSinceRecordLastModified> + <MobileOfflineFilters></MobileOfflineFilters> + <IsMapiGridEnabled>1</IsMapiGridEnabled> + <IsReadingPaneEnabled>1</IsReadingPaneEnabled> + <IsQuickCreateEnabled>0</IsQuickCreateEnabled> + <SyncToExternalSearchIndex>0</SyncToExternalSearchIndex> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <IsMappable>1</IsMappable> + <CanModifyAuditSettings>1</CanModifyAuditSettings> + <CanModifyMobileVisibility>1</CanModifyMobileVisibility> + <CanModifyMobileClientVisibility>1</CanModifyMobileClientVisibility> + <CanModifyMobileClientReadOnly>1</CanModifyMobileClientReadOnly> + <CanModifyMobileClientOffline>1</CanModifyMobileClientOffline> + <CanModifyConnectionSettings>1</CanModifyConnectionSettings> + <CanModifyDuplicateDetectionSettings>1</CanModifyDuplicateDetectionSettings> + <CanModifyMailMergeSettings>1</CanModifyMailMergeSettings> + <CanModifyQueueSettings>1</CanModifyQueueSettings> + <CanCreateAttributes>1</CanCreateAttributes> + <CanCreateForms>1</CanCreateForms> + <CanCreateCharts>1</CanCreateCharts> + <CanCreateViews>1</CanCreateViews> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <CanEnableSyncToExternalSearchIndex>1</CanEnableSyncToExternalSearchIndex> + <EnforceStateTransitions>0</EnforceStateTransitions> + <CanChangeHierarchicalRelationship>1</CanChangeHierarchicalRelationship> + <EntityHelpUrlEnabled>0</EntityHelpUrlEnabled> + <ChangeTrackingEnabled>0</ChangeTrackingEnabled> + <CanChangeTrackingBeEnabled>1</CanChangeTrackingBeEnabled> + <IsEnabledForExternalChannels>0</IsEnabledForExternalChannels> + <IsMSTeamsIntegrationEnabled>0</IsMSTeamsIntegrationEnabled> + <IsSolutionAware>0</IsSolutionAware> + </entity> + </EntityInfo> + <FormXml /> + <SavedQueries /> + <RibbonDiffXml /> +</Entity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/FormXml/card/{bb051e5c-3440-47d9-a102-b42fbb6697d1}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/FormXml/card/{bb051e5c-3440-47d9-a102-b42fbb6697d1}.xml new file mode 100644 index 00000000..fd2fd355 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/FormXml/card/{bb051e5c-3440-47d9-a102-b42fbb6697d1}.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{bb051e5c-3440-47d9-a102-b42fbb6697d1}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{6aa93841-54ee-4065-8f28-2e7cecab86a2}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{54ae29a5-7040-4890-978e-7e1ba6983b04}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{c8951fd5-5e4c-4530-bedc-0f14c9770c97}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{1123ae8c-c4c2-4a54-948d-4acc837060fc}" showlabel="true" locklevel="0"> + <labels> + <label description="Status Reason" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{a4361679-6c29-4dc9-9416-101de13d79d5}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{2035924e-491e-4f8b-90ab-fd9046827376}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{ac407f41-0bdb-46ca-9abb-e07acf860570}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{f2a7e0e7-6a09-4c6a-8068-ba40595bd7a3}" showlabel="true" locklevel="0"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{13a30d82-c722-4250-9839-65c4ec146c16}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{947a4057-f801-4ad5-b651-cb8495645fb6}" showlabel="true" locklevel="0"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{e05029c3-9a82-4230-a44d-cde5bb78cd89}" showlabel="true" locklevel="0"> + <labels> + <label description="Created On" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{cff4b5c9-9d25-41f1-8d55-564698b2330a}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{bdf8942e-b66b-4895-b500-d43aac844297}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/FormXml/card/{bb051e5c-3440-47d9-a102-b42fbb6697d1}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/FormXml/card/{bb051e5c-3440-47d9-a102-b42fbb6697d1}_managed.xml new file mode 100644 index 00000000..a6976e30 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/FormXml/card/{bb051e5c-3440-47d9-a102-b42fbb6697d1}_managed.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{bb051e5c-3440-47d9-a102-b42fbb6697d1}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{6aa93841-54ee-4065-8f28-2e7cecab86a2}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{54ae29a5-7040-4890-978e-7e1ba6983b04}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{c8951fd5-5e4c-4530-bedc-0f14c9770c97}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{1123ae8c-c4c2-4a54-948d-4acc837060fc}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{a4361679-6c29-4dc9-9416-101de13d79d5}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{2035924e-491e-4f8b-90ab-fd9046827376}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{ac407f41-0bdb-46ca-9abb-e07acf860570}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{f2a7e0e7-6a09-4c6a-8068-ba40595bd7a3}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{13a30d82-c722-4250-9839-65c4ec146c16}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{947a4057-f801-4ad5-b651-cb8495645fb6}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{e05029c3-9a82-4230-a44d-cde5bb78cd89}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{cff4b5c9-9d25-41f1-8d55-564698b2330a}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{bdf8942e-b66b-4895-b500-d43aac844297}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/FormXml/main/{2ed8c3e4-bd55-4563-9fd4-cf1cbcac96e8}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/FormXml/main/{2ed8c3e4-bd55-4563-9fd4-cf1cbcac96e8}.xml new file mode 100644 index 00000000..bf37220f --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/FormXml/main/{2ed8c3e4-bd55-4563-9fd4-cf1cbcac96e8}.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{2ed8c3e4-bd55-4563-9fd4-cf1cbcac96e8}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{62ccb57f-9460-4a3e-bfdc-864e1baee38a}" IsUserDefined="1"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{72f386b7-dea6-4936-8dcd-037b8fe95558}"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{1a5f1f85-1749-4d5a-8891-57c9158a7a94}"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{1f815176-67d7-4413-95d3-cdf7a3744660}"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/FormXml/main/{2ed8c3e4-bd55-4563-9fd4-cf1cbcac96e8}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/FormXml/main/{2ed8c3e4-bd55-4563-9fd4-cf1cbcac96e8}_managed.xml new file mode 100644 index 00000000..f8a57881 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/FormXml/main/{2ed8c3e4-bd55-4563-9fd4-cf1cbcac96e8}_managed.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{2ed8c3e4-bd55-4563-9fd4-cf1cbcac96e8}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{62ccb57f-9460-4a3e-bfdc-864e1baee38a}" IsUserDefined="1"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{72f386b7-dea6-4936-8dcd-037b8fe95558}"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{1a5f1f85-1749-4d5a-8891-57c9158a7a94}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{1f815176-67d7-4413-95d3-cdf7a3744660}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/FormXml/quick/{62b0c474-02b8-4371-ba13-514b242de3db}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/FormXml/quick/{62b0c474-02b8-4371-ba13-514b242de3db}.xml new file mode 100644 index 00000000..6ee97725 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/FormXml/quick/{62b0c474-02b8-4371-ba13-514b242de3db}.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{62b0c474-02b8-4371-ba13-514b242de3db}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{5e06d464-892d-4ddb-aaaa-bf27eea3d759}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{481aabf7-0ac2-4597-b793-40dae21e81aa}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{baf46c09-c766-455d-bb21-1102dda7e763}"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{5a6534e2-07cc-4663-a7cb-d4ca948fa44e}"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/FormXml/quick/{62b0c474-02b8-4371-ba13-514b242de3db}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/FormXml/quick/{62b0c474-02b8-4371-ba13-514b242de3db}_managed.xml new file mode 100644 index 00000000..a82ba61c --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/FormXml/quick/{62b0c474-02b8-4371-ba13-514b242de3db}_managed.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{62b0c474-02b8-4371-ba13-514b242de3db}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{5e06d464-892d-4ddb-aaaa-bf27eea3d759}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{481aabf7-0ac2-4597-b793-40dae21e81aa}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{baf46c09-c766-455d-bb21-1102dda7e763}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{5a6534e2-07cc-4663-a7cb-d4ca948fa44e}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/RibbonDiff.xml new file mode 100644 index 00000000..6b56f485 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/RibbonDiff.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<RibbonDiffXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <CustomActions /> + <Templates> + <RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates> + </Templates> + <CommandDefinitions /> + <RuleDefinitions> + <TabDisplayRules /> + <DisplayRules /> + <EnableRules /> + </RuleDefinitions> + <LocLabels /> +</RibbonDiffXml> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/SavedQueries/{1e1bc16f-5afa-4eec-bd5e-df84be2e7c20}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/SavedQueries/{1e1bc16f-5afa-4eec-bd5e-df84be2e7c20}.xml new file mode 100644 index 00000000..fba5a6b1 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/SavedQueries/{1e1bc16f-5afa-4eec-bd5e-df84be2e7c20}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{1e1bc16f-5afa-4eec-bd5e-df84be2e7c20}</savedqueryid> + <layoutxml> + <grid name="p365i_actionplantemplates" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="p365i_actionplantemplate" id="p365i_actionplantemplateid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>2</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_actionplantemplate"> + <attribute name="p365i_actionplantemplateid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Action Plan Template Associated View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/SavedQueries/{3468afd4-4944-41bb-966f-7cc10b27dc47}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/SavedQueries/{3468afd4-4944-41bb-966f-7cc10b27dc47}.xml new file mode 100644 index 00000000..44382e7a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/SavedQueries/{3468afd4-4944-41bb-966f-7cc10b27dc47}.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{3468afd4-4944-41bb-966f-7cc10b27dc47}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_actionplantemplateid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>1</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_actionplantemplate"> + <attribute name="p365i_actionplantemplateid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Action Plan Template Advanced Find View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/SavedQueries/{47363fb4-f676-ee11-8179-6045bd10f02e}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/SavedQueries/{47363fb4-f676-ee11-8179-6045bd10f02e}.xml new file mode 100644 index 00000000..028d2284 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/SavedQueries/{47363fb4-f676-ee11-8179-6045bd10f02e}.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{47363fb4-f676-ee11-8179-6045bd10f02e}</savedqueryid> + <querytype>8192</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical" output-format="xml-platform"> + <entity name="p365i_actionplantemplate"> + <attribute name="p365i_actionplantemplateid" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + <condition attribute="ownerid" operator="eq-userid" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="My Action Plan Templates" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="Active Action Plan Templates owned by me" languagecode="1033" /> + </Descriptions> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/SavedQueries/{522a1f16-cd13-4cd7-82b6-5cd07fec949a}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/SavedQueries/{522a1f16-cd13-4cd7-82b6-5cd07fec949a}.xml new file mode 100644 index 00000000..dc45a9ea --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/SavedQueries/{522a1f16-cd13-4cd7-82b6-5cd07fec949a}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{522a1f16-cd13-4cd7-82b6-5cd07fec949a}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_actionplantemplateid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_actionplantemplate"> + <attribute name="p365i_actionplantemplateid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="1" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Inactive Action Plan Templates" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/SavedQueries/{58723348-f212-45be-8534-15a03647debc}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/SavedQueries/{58723348-f212-45be-8534-15a03647debc}.xml new file mode 100644 index 00000000..52452700 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/SavedQueries/{58723348-f212-45be-8534-15a03647debc}.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{58723348-f212-45be-8534-15a03647debc}</savedqueryid> + <layoutxml> + <grid name="p365i_actionplantemplates" jump="p365i_name" select="1" icon="1" preview="0"> + <row name="p365i_actionplantemplate" id="p365i_actionplantemplateid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>64</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_actionplantemplate"> + <attribute name="p365i_actionplantemplateid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Action Plan Template Lookup View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/SavedQueries/{bd5570ef-78e6-436d-80c4-5c3255d3649a}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/SavedQueries/{bd5570ef-78e6-436d-80c4-5c3255d3649a}.xml new file mode 100644 index 00000000..7b599027 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/SavedQueries/{bd5570ef-78e6-436d-80c4-5c3255d3649a}.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>1</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{bd5570ef-78e6-436d-80c4-5c3255d3649a}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_actionplantemplateid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>4</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_actionplantemplate"> + <attribute name="p365i_actionplantemplateid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <filter type="or" isquickfindfields="1"> + <condition attribute="p365i_name" operator="like" value="{0}" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quick Find Active Action Plan Templates" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/SavedQueries/{c36e03f8-7378-4048-9e05-cc967ed0cc70}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/SavedQueries/{c36e03f8-7378-4048-9e05-cc967ed0cc70}.xml new file mode 100644 index 00000000..f915fef2 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ActionPlanTemplate/SavedQueries/{c36e03f8-7378-4048-9e05-cc967ed0cc70}.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{c36e03f8-7378-4048-9e05-cc967ed0cc70}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_actionplantemplateid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + <cell name="statuscode" width="119" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_actionplantemplate"> + <attribute name="p365i_actionplantemplateid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <attribute name="statuscode" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Active Action Plan Templates" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/Entity.xml new file mode 100644 index 00000000..58bd8139 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/Entity.xml @@ -0,0 +1,1110 @@ +<?xml version="1.0" encoding="utf-8"?> +<Entity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Name LocalizedName="List Item" OriginalName="List Item">p365i_ListItem</Name> + <EntityInfo> + <entity Name="p365i_ListItem"> + <LocalizedNames> + <LocalizedName description="List Item" languagecode="1033" /> + </LocalizedNames> + <LocalizedCollectionNames> + <LocalizedCollectionName description="List Items" languagecode="1033" /> + </LocalizedCollectionNames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <attributes> + <attribute PhysicalName="CreatedBy"> + <Type>lookup</Type> + <Name>createdby</Name> + <LogicalName>createdby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOn"> + <Type>datetime</Type> + <Name>createdon</Name> + <LogicalName>createdon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOnBehalfBy"> + <Type>lookup</Type> + <Name>createdonbehalfby</Name> + <LogicalName>createdonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ExchangeRate"> + <Type>decimal</Type> + <Name>exchangerate</Name> + <LogicalName>exchangerate</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>1E-10</MinValue> + <MaxValue>100000000000</MaxValue> + <Accuracy>10</Accuracy> + <displaynames> + <displayname description="Exchange Rate" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Exchange rate for the currency associated with the entity with respect to the base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ImportSequenceNumber"> + <Type>int</Type> + <Name>importsequencenumber</Name> + <LogicalName>importsequencenumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-2147483648</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Import Sequence Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Sequence number of the import that created this record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedBy"> + <Type>lookup</Type> + <Name>modifiedby</Name> + <LogicalName>modifiedby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOn"> + <Type>datetime</Type> + <Name>modifiedon</Name> + <LogicalName>modifiedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Modified On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was modified." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOnBehalfBy"> + <Type>lookup</Type> + <Name>modifiedonbehalfby</Name> + <LogicalName>modifiedonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OverriddenCreatedOn"> + <Type>datetime</Type> + <Name>overriddencreatedon</Name> + <LogicalName>overriddencreatedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Record Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time that the record was migrated." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwnerId"> + <Type>owner</Type> + <Name>ownerid</Name> + <LogicalName>ownerid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes> + <LookupType id="00000000-0000-0000-0000-000000000000">8</LookupType> + <LookupType id="00000000-0000-0000-0000-000000000000">9</LookupType> + </LookupTypes> + <displaynames> + <displayname description="Owner" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningBusinessUnit"> + <Type>lookup</Type> + <Name>owningbusinessunit</Name> + <LogicalName>owningbusinessunit</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Business Unit" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningTeam"> + <Type>lookup</Type> + <Name>owningteam</Name> + <LogicalName>owningteam</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Team" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningUser"> + <Type>lookup</Type> + <Name>owninguser</Name> + <LogicalName>owninguser</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning User" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_ListItemId"> + <Type>primarykey</Type> + <Name>p365i_listitemid</Name> + <LogicalName>p365i_listitemid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|RequiredForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>0</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <displaynames> + <displayname description="List Item" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for entity instances" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Name"> + <Type>nvarchar</Type> + <Name>p365i_name</Name> + <LogicalName>p365i_name</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>1</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>100</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Name" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Price"> + <Type>money</Type> + <Name>p365i_price</Name> + <LogicalName>p365i_price</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Price" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_price_Base"> + <Type>money</Type> + <Name>p365i_price_base</Name> + <LogicalName>p365i_price_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_Price</CalculationOf> + <displaynames> + <displayname description="Price (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Price in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_PriceList"> + <Type>lookup</Type> + <Name>p365i_pricelist</Name> + <LogicalName>p365i_pricelist</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Price List" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Product"> + <Type>lookup</Type> + <Name>p365i_product</Name> + <LogicalName>p365i_product</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Product" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_SalesUnit"> + <Type>lookup</Type> + <Name>p365i_salesunit</Name> + <LogicalName>p365i_salesunit</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Sales Unit" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statecode"> + <Type>state</Type> + <Name>statecode</Name> + <LogicalName>statecode</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_listitem_statecode"> + <OptionSetType>state</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the List Item" languagecode="1033" /> + </Descriptions> + <states> + <state value="0" defaultstatus="1" invariantname="Active"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </state> + <state value="1" defaultstatus="2" invariantname="Inactive"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </state> + </states> + </optionset> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the List Item" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statuscode"> + <Type>status</Type> + <Name>statuscode</Name> + <LogicalName>statuscode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_listitem_statuscode"> + <OptionSetType>status</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the List Item" languagecode="1033" /> + </Descriptions> + <statuses> + <status value="1" state="0"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </status> + <status value="2" state="1"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </status> + </statuses> + </optionset> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the List Item" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TimeZoneRuleVersionNumber"> + <Type>int</Type> + <Name>timezoneruleversionnumber</Name> + <LogicalName>timezoneruleversionnumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Time Zone Rule Version Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="For internal use only." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TransactionCurrencyId"> + <Type>lookup</Type> + <Name>transactioncurrencyid</Name> + <LogicalName>transactioncurrencyid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Currency" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the currency associated with the entity." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="UTCConversionTimeZoneCode"> + <Type>int</Type> + <Name>utcconversiontimezonecode</Name> + <LogicalName>utcconversiontimezonecode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="UTC Conversion Time Zone Code" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Time zone code that was in use when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + </attributes> + <EntitySetName>p365i_listitems</EntitySetName> + <IsDuplicateCheckSupported>1</IsDuplicateCheckSupported> + <IsBusinessProcessEnabled>0</IsBusinessProcessEnabled> + <IsRequiredOffline>0</IsRequiredOffline> + <IsInteractionCentricEnabled>0</IsInteractionCentricEnabled> + <IsCollaboration>0</IsCollaboration> + <AutoRouteToOwnerQueue>0</AutoRouteToOwnerQueue> + <IsConnectionsEnabled>0</IsConnectionsEnabled> + <IsDocumentManagementEnabled>0</IsDocumentManagementEnabled> + <AutoCreateAccessTeams>0</AutoCreateAccessTeams> + <IsOneNoteIntegrationEnabled>0</IsOneNoteIntegrationEnabled> + <IsKnowledgeManagementEnabled>0</IsKnowledgeManagementEnabled> + <IsSLAEnabled>0</IsSLAEnabled> + <IsDocumentRecommendationsEnabled>0</IsDocumentRecommendationsEnabled> + <IsBPFEntity>0</IsBPFEntity> + <OwnershipTypeMask>UserOwned</OwnershipTypeMask> + <IsAuditEnabled>0</IsAuditEnabled> + <IsRetrieveAuditEnabled>0</IsRetrieveAuditEnabled> + <IsRetrieveMultipleAuditEnabled>0</IsRetrieveMultipleAuditEnabled> + <IsActivity>0</IsActivity> + <ActivityTypeMask></ActivityTypeMask> + <IsActivityParty>0</IsActivityParty> + <IsReplicated>0</IsReplicated> + <IsReplicationUserFiltered>0</IsReplicationUserFiltered> + <IsMailMergeEnabled>1</IsMailMergeEnabled> + <IsVisibleInMobile>0</IsVisibleInMobile> + <IsVisibleInMobileClient>0</IsVisibleInMobileClient> + <IsReadOnlyInMobileClient>0</IsReadOnlyInMobileClient> + <IsOfflineInMobileClient>0</IsOfflineInMobileClient> + <DaysSinceRecordLastModified>0</DaysSinceRecordLastModified> + <MobileOfflineFilters></MobileOfflineFilters> + <IsMapiGridEnabled>1</IsMapiGridEnabled> + <IsReadingPaneEnabled>1</IsReadingPaneEnabled> + <IsQuickCreateEnabled>1</IsQuickCreateEnabled> + <SyncToExternalSearchIndex>0</SyncToExternalSearchIndex> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <IsMappable>1</IsMappable> + <CanModifyAuditSettings>1</CanModifyAuditSettings> + <CanModifyMobileVisibility>1</CanModifyMobileVisibility> + <CanModifyMobileClientVisibility>1</CanModifyMobileClientVisibility> + <CanModifyMobileClientReadOnly>1</CanModifyMobileClientReadOnly> + <CanModifyMobileClientOffline>1</CanModifyMobileClientOffline> + <CanModifyConnectionSettings>1</CanModifyConnectionSettings> + <CanModifyDuplicateDetectionSettings>1</CanModifyDuplicateDetectionSettings> + <CanModifyMailMergeSettings>1</CanModifyMailMergeSettings> + <CanModifyQueueSettings>1</CanModifyQueueSettings> + <CanCreateAttributes>1</CanCreateAttributes> + <CanCreateForms>1</CanCreateForms> + <CanCreateCharts>1</CanCreateCharts> + <CanCreateViews>1</CanCreateViews> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <CanEnableSyncToExternalSearchIndex>1</CanEnableSyncToExternalSearchIndex> + <EnforceStateTransitions>0</EnforceStateTransitions> + <CanChangeHierarchicalRelationship>1</CanChangeHierarchicalRelationship> + <EntityHelpUrlEnabled>0</EntityHelpUrlEnabled> + <ChangeTrackingEnabled>0</ChangeTrackingEnabled> + <CanChangeTrackingBeEnabled>1</CanChangeTrackingBeEnabled> + <IsEnabledForExternalChannels>0</IsEnabledForExternalChannels> + <IsMSTeamsIntegrationEnabled>0</IsMSTeamsIntegrationEnabled> + <IsSolutionAware>0</IsSolutionAware> + </entity> + </EntityInfo> + <FormXml /> + <SavedQueries /> + <RibbonDiffXml /> +</Entity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/card/{c16914b6-693e-4080-bab0-a8e3c3f3ae59}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/card/{c16914b6-693e-4080-bab0-a8e3c3f3ae59}.xml new file mode 100644 index 00000000..ad641ca7 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/card/{c16914b6-693e-4080-bab0-a8e3c3f3ae59}.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{c16914b6-693e-4080-bab0-a8e3c3f3ae59}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{1ba68c32-7ff4-4aea-8c34-05a5e1a44f98}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{59d6b21e-5ab0-474a-be09-eab6b1d47184}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{e2d3a839-54bf-4207-83a0-5867692217df}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{0efb74e2-69f4-40bf-810b-fb03f4c87221}" showlabel="true" locklevel="0"> + <labels> + <label description="Status Reason" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{0c41ba09-c352-4a26-ad06-17841eb2e149}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{63267775-a693-48e4-914f-3114d4aca528}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{b924784f-f611-4a78-aa1e-4eaa794c685f}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{226d3c4e-7825-4389-bf3a-9b989b14148a}" showlabel="true" locklevel="0"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{f28f1a66-ff48-4626-a016-637799571a81}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{0194a49e-c66f-4bc6-a320-4170e97d52c7}" showlabel="true" locklevel="0"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{75a1fbfc-6022-407a-97ac-8f5f7122e341}" showlabel="true" locklevel="0"> + <labels> + <label description="Created On" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{5f0ab8ce-9436-4e12-8330-cbb5334f1317}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{d348fda2-e3c5-46ea-8b7e-fdcd7614daf3}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/card/{c16914b6-693e-4080-bab0-a8e3c3f3ae59}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/card/{c16914b6-693e-4080-bab0-a8e3c3f3ae59}_managed.xml new file mode 100644 index 00000000..763b1cc7 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/card/{c16914b6-693e-4080-bab0-a8e3c3f3ae59}_managed.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{c16914b6-693e-4080-bab0-a8e3c3f3ae59}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{1ba68c32-7ff4-4aea-8c34-05a5e1a44f98}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{59d6b21e-5ab0-474a-be09-eab6b1d47184}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{e2d3a839-54bf-4207-83a0-5867692217df}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{0efb74e2-69f4-40bf-810b-fb03f4c87221}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{0c41ba09-c352-4a26-ad06-17841eb2e149}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{63267775-a693-48e4-914f-3114d4aca528}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{b924784f-f611-4a78-aa1e-4eaa794c685f}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{226d3c4e-7825-4389-bf3a-9b989b14148a}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{f28f1a66-ff48-4626-a016-637799571a81}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{0194a49e-c66f-4bc6-a320-4170e97d52c7}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{75a1fbfc-6022-407a-97ac-8f5f7122e341}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{5f0ab8ce-9436-4e12-8330-cbb5334f1317}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{d348fda2-e3c5-46ea-8b7e-fdcd7614daf3}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/main/{7c653b35-f3ea-41a9-bdb9-f3a9a3b481f3}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/main/{7c653b35-f3ea-41a9-bdb9-f3a9a3b481f3}.xml new file mode 100644 index 00000000..886e0a9b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/main/{7c653b35-f3ea-41a9-bdb9-f3a9a3b481f3}.xml @@ -0,0 +1,147 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{7c653b35-f3ea-41a9-bdb9-f3a9a3b481f3}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form headerdensity="HighWithControls"> + <tabs> + <tab verticallayout="true" id="{98a46458-8db5-4246-926e-449fa60a6647}" IsUserDefined="1"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="50%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{a3fc11b4-cddb-4970-967a-f0897fc5e172}" name="General"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{62347904-3d80-4d6a-834c-5d61680dd0a8}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Price List" languagecode="1033" /> + </labels> + <control id="p365i_pricelist" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_pricelist" disabled="false" /> + </cell> + </row> + <row> + <cell id="{1a2e4848-773a-4d71-a9fd-3f942d897973}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Product" languagecode="1033" /> + </labels> + <control id="p365i_product" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_product" disabled="false" /> + </cell> + </row> + <row> + <cell id="{1e6e160e-c282-4d41-94fa-d35052b5bc3a}"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="50%"> + <sections> + <section name="_section_331" id="f21ffb12-0567-4b8e-b95b-0cb0d572701a" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row /> + <row> + <cell id="{1ecade96-5990-4b56-b16b-bce343f48a8a}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Currency" languagecode="1033" /> + </labels> + <control id="transactioncurrencyid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="transactioncurrencyid" disabled="false" /> + </cell> + </row> + <row> + <cell id="{0d39b6f0-fddc-49d7-9cd3-79b5baf2a538}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Price" languagecode="1033" /> + </labels> + <control id="p365i_price" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_price" disabled="false" /> + </cell> + </row> + <row> + <cell id="{80581abe-b0e3-4225-9056-5f7128eb7276}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Sales Unit" languagecode="1033" /> + </labels> + <control id="p365i_salesunit" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_salesunit" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <header id="{fb5fe48f-a8a6-48ed-8c64-3ba9676458d4}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{b1cc821d-da00-48c3-8b03-a18796a10794}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{34a16725-cd4d-4866-bff5-140783da3fea}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{6c511652-32c7-4f96-8ae7-6d0ed7894c42}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </header> + <footer id="{f44f22e2-1e77-4ecb-8901-4023af35f613}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{2034cd7c-450c-4c1c-979f-b4308e1c5f7f}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{6c7c6e61-93aa-4a3e-be95-bb47f7c29a48}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{1a806539-59b6-4b53-aabd-41325709df9f}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + <Navigation> + <NavBar></NavBar> + </Navigation> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/main/{7c653b35-f3ea-41a9-bdb9-f3a9a3b481f3}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/main/{7c653b35-f3ea-41a9-bdb9-f3a9a3b481f3}_managed.xml new file mode 100644 index 00000000..749453c9 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/main/{7c653b35-f3ea-41a9-bdb9-f3a9a3b481f3}_managed.xml @@ -0,0 +1,147 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{7c653b35-f3ea-41a9-bdb9-f3a9a3b481f3}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form headerdensity="HighWithControls"> + <tabs> + <tab verticallayout="true" id="{98a46458-8db5-4246-926e-449fa60a6647}" IsUserDefined="1"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="50%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{a3fc11b4-cddb-4970-967a-f0897fc5e172}" name="General"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{62347904-3d80-4d6a-834c-5d61680dd0a8}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_pricelist" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_pricelist" disabled="false" /> + </cell> + </row> + <row> + <cell id="{1a2e4848-773a-4d71-a9fd-3f942d897973}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_product" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_product" disabled="false" /> + </cell> + </row> + <row> + <cell id="{1e6e160e-c282-4d41-94fa-d35052b5bc3a}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="50%"> + <sections> + <section name="_section_331" id="f21ffb12-0567-4b8e-b95b-0cb0d572701a" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row /> + <row> + <cell id="{1ecade96-5990-4b56-b16b-bce343f48a8a}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="transactioncurrencyid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="transactioncurrencyid" disabled="false" /> + </cell> + </row> + <row> + <cell id="{0d39b6f0-fddc-49d7-9cd3-79b5baf2a538}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_price" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_price" disabled="false" /> + </cell> + </row> + <row> + <cell id="{80581abe-b0e3-4225-9056-5f7128eb7276}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_salesunit" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_salesunit" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <header id="{fb5fe48f-a8a6-48ed-8c64-3ba9676458d4}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{b1cc821d-da00-48c3-8b03-a18796a10794}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{34a16725-cd4d-4866-bff5-140783da3fea}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{6c511652-32c7-4f96-8ae7-6d0ed7894c42}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </header> + <footer id="{f44f22e2-1e77-4ecb-8901-4023af35f613}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{2034cd7c-450c-4c1c-979f-b4308e1c5f7f}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{6c7c6e61-93aa-4a3e-be95-bb47f7c29a48}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{1a806539-59b6-4b53-aabd-41325709df9f}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + <Navigation> + <NavBar></NavBar> + </Navigation> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quick/{0eda2a71-ef98-4be8-b981-5f5a28d05381}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quick/{0eda2a71-ef98-4be8-b981-5f5a28d05381}.xml new file mode 100644 index 00000000..80bd1203 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quick/{0eda2a71-ef98-4be8-b981-5f5a28d05381}.xml @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{0eda2a71-ef98-4be8-b981-5f5a28d05381}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{f2e1660d-0ab6-467a-82d1-c6ea39f9970f}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{3398a2b5-f8ad-4f86-bd20-3208cbc7a5df}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{1610bf7e-2ae1-4d67-8618-3bf2663ff6b8}" visible="false"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{fcc2d393-8387-4401-9f8c-5a1593299eef}" showlabel="true" visible="false"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + <row> + <cell id="{74ef9dea-f9ac-4be5-b277-2f4cf9026ff3}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Price" languagecode="1033" /> + </labels> + <control id="p365i_price" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_price" disabled="false" /> + </cell> + </row> + <row> + <cell id="{04d5a4d9-5c81-451f-bd22-f0f787d9456d}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Sales Unit" languagecode="1033" /> + </labels> + <control id="p365i_salesunit" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_salesunit" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quick/{0eda2a71-ef98-4be8-b981-5f5a28d05381}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quick/{0eda2a71-ef98-4be8-b981-5f5a28d05381}_managed.xml new file mode 100644 index 00000000..3716936f --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quick/{0eda2a71-ef98-4be8-b981-5f5a28d05381}_managed.xml @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{0eda2a71-ef98-4be8-b981-5f5a28d05381}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{f2e1660d-0ab6-467a-82d1-c6ea39f9970f}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{3398a2b5-f8ad-4f86-bd20-3208cbc7a5df}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{1610bf7e-2ae1-4d67-8618-3bf2663ff6b8}" visible="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{fcc2d393-8387-4401-9f8c-5a1593299eef}" showlabel="true" visible="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + <row> + <cell id="{74ef9dea-f9ac-4be5-b277-2f4cf9026ff3}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_price" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_price" disabled="false" /> + </cell> + </row> + <row> + <cell id="{04d5a4d9-5c81-451f-bd22-f0f787d9456d}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_salesunit" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_salesunit" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quick/{70dec15d-c87b-ee11-8179-00224840d636}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quick/{70dec15d-c87b-ee11-8179-00224840d636}.xml new file mode 100644 index 00000000..75df7125 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quick/{70dec15d-c87b-ee11-8179-00224840d636}.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{70dec15d-c87b-ee11-8179-00224840d636}</formid> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab id="ACBA75B7-97B6-4116-AA55-51312992B721" name="tab_1" showlabel="false" labelid="{d7e60e20-a6c1-4469-8abc-bc14e185832f}"> + <labels> + <label description="New Tab" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section id="AD49B5BF-256F-46A8-9C75-947146172EB9" name="tab_1_column_1_section_1" columns="1" showlabel="false" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{985f05e9-27b8-4a17-bd2d-203ad2562e2e}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="C0550AC7-0F44-45A4-8EF5-D2911C0689D9" labelid="{286f40ea-b554-4a3d-9ea1-84d5d8190fcd}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{5d6d30ce-dd22-4912-a97f-d3d956f6c25c}" locklevel="0" colspan="1" rowspan="1" labelid="{505d37b0-94fb-470c-8882-ae9581ad6bc5}"> + <labels> + <label description="Sales Unit" languagecode="1033" /> + </labels> + <control id="p365i_salesunit" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_salesunit" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <DisplayConditions Order="1" FallbackForm="true"> + <Role Id="{627090ff-40a3-4053-8790-584edc5be201}" /> + <Role Id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Sales Unit" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quick/{70dec15d-c87b-ee11-8179-00224840d636}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quick/{70dec15d-c87b-ee11-8179-00224840d636}_managed.xml new file mode 100644 index 00000000..75df7125 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quick/{70dec15d-c87b-ee11-8179-00224840d636}_managed.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{70dec15d-c87b-ee11-8179-00224840d636}</formid> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab id="ACBA75B7-97B6-4116-AA55-51312992B721" name="tab_1" showlabel="false" labelid="{d7e60e20-a6c1-4469-8abc-bc14e185832f}"> + <labels> + <label description="New Tab" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section id="AD49B5BF-256F-46A8-9C75-947146172EB9" name="tab_1_column_1_section_1" columns="1" showlabel="false" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{985f05e9-27b8-4a17-bd2d-203ad2562e2e}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="C0550AC7-0F44-45A4-8EF5-D2911C0689D9" labelid="{286f40ea-b554-4a3d-9ea1-84d5d8190fcd}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{5d6d30ce-dd22-4912-a97f-d3d956f6c25c}" locklevel="0" colspan="1" rowspan="1" labelid="{505d37b0-94fb-470c-8882-ae9581ad6bc5}"> + <labels> + <label description="Sales Unit" languagecode="1033" /> + </labels> + <control id="p365i_salesunit" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_salesunit" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <DisplayConditions Order="1" FallbackForm="true"> + <Role Id="{627090ff-40a3-4053-8790-584edc5be201}" /> + <Role Id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Sales Unit" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quick/{8fc47389-c87b-ee11-8179-00224840d636}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quick/{8fc47389-c87b-ee11-8179-00224840d636}.xml new file mode 100644 index 00000000..da9da0c2 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quick/{8fc47389-c87b-ee11-8179-00224840d636}.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{8fc47389-c87b-ee11-8179-00224840d636}</formid> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab id="ACBA75B7-97B6-4116-AA55-51312992B721" name="tab_1" showlabel="false" labelid="{d2d1f1e9-c0c5-49f5-9e6d-0fab91f131b4}"> + <labels> + <label description="Tab" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section id="AD49B5BF-256F-46A8-9C75-947146172EB9" name="tab_1_column_1_section_1" columns="1" showlabel="false" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{0ce7eb93-6ec4-46fe-9483-072714c8273a}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="C0550AC7-0F44-45A4-8EF5-D2911C0689D9" labelid="{a18156df-dda0-480d-8639-cb7c4823fc9d}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{f21dbf71-c858-4a46-a04a-be1ecf5964c6}" locklevel="0" colspan="1" rowspan="1" labelid="{400584cc-05d4-46cc-be16-a5e1b99858a4}"> + <labels> + <label description="Price" languagecode="1033" /> + </labels> + <control id="p365i_price" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_price" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <DisplayConditions Order="2" FallbackForm="true"> + <Role Id="{627090ff-40a3-4053-8790-584edc5be201}" /> + <Role Id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Price" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quick/{8fc47389-c87b-ee11-8179-00224840d636}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quick/{8fc47389-c87b-ee11-8179-00224840d636}_managed.xml new file mode 100644 index 00000000..da9da0c2 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quick/{8fc47389-c87b-ee11-8179-00224840d636}_managed.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{8fc47389-c87b-ee11-8179-00224840d636}</formid> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab id="ACBA75B7-97B6-4116-AA55-51312992B721" name="tab_1" showlabel="false" labelid="{d2d1f1e9-c0c5-49f5-9e6d-0fab91f131b4}"> + <labels> + <label description="Tab" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section id="AD49B5BF-256F-46A8-9C75-947146172EB9" name="tab_1_column_1_section_1" columns="1" showlabel="false" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{0ce7eb93-6ec4-46fe-9483-072714c8273a}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="C0550AC7-0F44-45A4-8EF5-D2911C0689D9" labelid="{a18156df-dda0-480d-8639-cb7c4823fc9d}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{f21dbf71-c858-4a46-a04a-be1ecf5964c6}" locklevel="0" colspan="1" rowspan="1" labelid="{400584cc-05d4-46cc-be16-a5e1b99858a4}"> + <labels> + <label description="Price" languagecode="1033" /> + </labels> + <control id="p365i_price" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_price" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <DisplayConditions Order="2" FallbackForm="true"> + <Role Id="{627090ff-40a3-4053-8790-584edc5be201}" /> + <Role Id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Price" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quickCreate/{a917975b-fe68-ee11-9ae7-00224841f5ce}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quickCreate/{a917975b-fe68-ee11-9ae7-00224841f5ce}.xml new file mode 100644 index 00000000..75a4e3ff --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quickCreate/{a917975b-fe68-ee11-9ae7-00224841f5ce}.xml @@ -0,0 +1,109 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{a917975b-fe68-ee11-9ae7-00224841f5ce}</formid> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab id="F931FFE2-B873-473F-8F95-9502F0AA3F5E" name="tab_1" showlabel="false" labelid="{0124d49d-f211-4862-a2ef-6fd48e42d8ea}"> + <labels> + <label description="New Tab" languagecode="1033" /> + </labels> + <columns> + <column width="34%"> + <sections> + <section id="0C655D4E-C6E3-424E-9AF5-71E72D30D12E" name="tab_1_column_1_section_1" columns="1" showlabel="false" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{116813e3-9f35-42ca-94ad-84cfe9866071}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{12bfd982-e732-4049-b299-d464365b2cff}" locklevel="0" colspan="1" rowspan="1" labelid="{85315f0c-8762-444b-be84-f4445ee700a6}"> + <labels> + <label description="Price List" languagecode="1033" /> + </labels> + <control id="p365i_pricelist" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_pricelist" disabled="false" /> + </cell> + </row> + <row> + <cell id="{ff20f738-d135-4d88-a219-5d820e51fced}" locklevel="0" colspan="1" rowspan="1" labelid="{955206d8-c2e8-4426-8569-0276f34c014d}"> + <labels> + <label description="Product" languagecode="1033" /> + </labels> + <control id="p365i_product" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_product" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section id="02DECBA0-3AE2-484D-A19F-C5353AF4F4F2" name="tab_1_column_2_section_1" columns="1" showlabel="false" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{78969b23-9151-453f-9b42-40c07eec8ac6}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{46d04f75-0113-4d04-9891-48bfeeecaaba}" locklevel="0" colspan="1" rowspan="1" labelid="{0a6785ce-8c4f-477b-9aff-86347ca9b907}"> + <labels> + <label description="Currency" languagecode="1033" /> + </labels> + <control id="transactioncurrencyid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="transactioncurrencyid" disabled="false" /> + </cell> + </row> + <row> + <cell id="{6a231b46-694d-48ed-abfb-297f729c4bee}" locklevel="0" colspan="1" rowspan="1" labelid="{c4d71b77-29a0-4785-9094-8e55147e9806}"> + <labels> + <label description="Price" languagecode="1033" /> + </labels> + <control id="p365i_price" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_price" disabled="false" /> + </cell> + </row> + <row> + <cell id="{ced62b1e-80f5-42bf-bc9d-4e7407e0b831}" locklevel="0" colspan="1" rowspan="1" labelid="{b6383d5e-a50b-4342-8a2e-828107da40d7}"> + <labels> + <label description="Sales Unit" languagecode="1033" /> + </labels> + <control id="p365i_salesunit" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_salesunit" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section id="46FD66EA-B686-41D9-AAE0-C565BD78EC1F" name="tab_1_column_3_section_1" columns="1" showlabel="false" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{f4f15fcc-b5b0-468a-a9df-4f8f0d1b868d}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="07C04A4E-A482-45CC-BAB7-7FCA3CD02938" labelid="{9972a778-5e79-470e-9151-8ffb9d36660d}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <DisplayConditions Order="0" FallbackForm="true"> + <Role Id="{627090ff-40a3-4053-8790-584edc5be201}" /> + <Role Id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="List Item quick create form" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quickCreate/{a917975b-fe68-ee11-9ae7-00224841f5ce}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quickCreate/{a917975b-fe68-ee11-9ae7-00224841f5ce}_managed.xml new file mode 100644 index 00000000..75a4e3ff --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/FormXml/quickCreate/{a917975b-fe68-ee11-9ae7-00224841f5ce}_managed.xml @@ -0,0 +1,109 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{a917975b-fe68-ee11-9ae7-00224841f5ce}</formid> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab id="F931FFE2-B873-473F-8F95-9502F0AA3F5E" name="tab_1" showlabel="false" labelid="{0124d49d-f211-4862-a2ef-6fd48e42d8ea}"> + <labels> + <label description="New Tab" languagecode="1033" /> + </labels> + <columns> + <column width="34%"> + <sections> + <section id="0C655D4E-C6E3-424E-9AF5-71E72D30D12E" name="tab_1_column_1_section_1" columns="1" showlabel="false" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{116813e3-9f35-42ca-94ad-84cfe9866071}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{12bfd982-e732-4049-b299-d464365b2cff}" locklevel="0" colspan="1" rowspan="1" labelid="{85315f0c-8762-444b-be84-f4445ee700a6}"> + <labels> + <label description="Price List" languagecode="1033" /> + </labels> + <control id="p365i_pricelist" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_pricelist" disabled="false" /> + </cell> + </row> + <row> + <cell id="{ff20f738-d135-4d88-a219-5d820e51fced}" locklevel="0" colspan="1" rowspan="1" labelid="{955206d8-c2e8-4426-8569-0276f34c014d}"> + <labels> + <label description="Product" languagecode="1033" /> + </labels> + <control id="p365i_product" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_product" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section id="02DECBA0-3AE2-484D-A19F-C5353AF4F4F2" name="tab_1_column_2_section_1" columns="1" showlabel="false" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{78969b23-9151-453f-9b42-40c07eec8ac6}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{46d04f75-0113-4d04-9891-48bfeeecaaba}" locklevel="0" colspan="1" rowspan="1" labelid="{0a6785ce-8c4f-477b-9aff-86347ca9b907}"> + <labels> + <label description="Currency" languagecode="1033" /> + </labels> + <control id="transactioncurrencyid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="transactioncurrencyid" disabled="false" /> + </cell> + </row> + <row> + <cell id="{6a231b46-694d-48ed-abfb-297f729c4bee}" locklevel="0" colspan="1" rowspan="1" labelid="{c4d71b77-29a0-4785-9094-8e55147e9806}"> + <labels> + <label description="Price" languagecode="1033" /> + </labels> + <control id="p365i_price" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_price" disabled="false" /> + </cell> + </row> + <row> + <cell id="{ced62b1e-80f5-42bf-bc9d-4e7407e0b831}" locklevel="0" colspan="1" rowspan="1" labelid="{b6383d5e-a50b-4342-8a2e-828107da40d7}"> + <labels> + <label description="Sales Unit" languagecode="1033" /> + </labels> + <control id="p365i_salesunit" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_salesunit" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section id="46FD66EA-B686-41D9-AAE0-C565BD78EC1F" name="tab_1_column_3_section_1" columns="1" showlabel="false" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{f4f15fcc-b5b0-468a-a9df-4f8f0d1b868d}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="07C04A4E-A482-45CC-BAB7-7FCA3CD02938" labelid="{9972a778-5e79-470e-9151-8ffb9d36660d}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <DisplayConditions Order="0" FallbackForm="true"> + <Role Id="{627090ff-40a3-4053-8790-584edc5be201}" /> + <Role Id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="List Item quick create form" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/RibbonDiff.xml new file mode 100644 index 00000000..6b56f485 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/RibbonDiff.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<RibbonDiffXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <CustomActions /> + <Templates> + <RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates> + </Templates> + <CommandDefinitions /> + <RuleDefinitions> + <TabDisplayRules /> + <DisplayRules /> + <EnableRules /> + </RuleDefinitions> + <LocLabels /> +</RibbonDiffXml> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{0b9b1dce-1968-40a3-a9ea-3e922c64fa29}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{0b9b1dce-1968-40a3-a9ea-3e922c64fa29}.xml new file mode 100644 index 00000000..b093c43d --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{0b9b1dce-1968-40a3-a9ea-3e922c64fa29}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{0b9b1dce-1968-40a3-a9ea-3e922c64fa29}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_listitemid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_listitem"> + <attribute name="p365i_listitemid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="1" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Inactive List Items" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{2708c405-5d2a-41d1-8b8e-c274a16ae056}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{2708c405-5d2a-41d1-8b8e-c274a16ae056}.xml new file mode 100644 index 00000000..d2e798c1 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{2708c405-5d2a-41d1-8b8e-c274a16ae056}.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>1</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{2708c405-5d2a-41d1-8b8e-c274a16ae056}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_listitemid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>4</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_listitem"> + <attribute name="p365i_listitemid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <filter type="or" isquickfindfields="1"> + <condition attribute="p365i_name" operator="like" value="{0}" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quick Find Active List Items" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{53ca99fc-348d-4f82-b52b-d7e8a6cc2333}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{53ca99fc-348d-4f82-b52b-d7e8a6cc2333}.xml new file mode 100644 index 00000000..1970ea09 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{53ca99fc-348d-4f82-b52b-d7e8a6cc2333}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{53ca99fc-348d-4f82-b52b-d7e8a6cc2333}</savedqueryid> + <layoutxml> + <grid name="p365i_listitems" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="p365i_listitem" id="p365i_listitemid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>2</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_listitem"> + <attribute name="p365i_listitemid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="List Item Associated View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{61c63fd4-f068-ee11-9ae7-6045bd10f18c}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{61c63fd4-f068-ee11-9ae7-6045bd10f18c}.xml new file mode 100644 index 00000000..32b8098a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{61c63fd4-f068-ee11-9ae7-6045bd10f18c}.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{61c63fd4-f068-ee11-9ae7-6045bd10f18c}</savedqueryid> + <querytype>8192</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical" output-format="xml-platform"> + <entity name="p365i_listitem"> + <attribute name="p365i_listitemid" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + <condition attribute="ownerid" operator="eq-userid" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="My List Items" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="Active List Items owned by me" languagecode="1033" /> + </Descriptions> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{8c251133-01f7-4ac4-9cd4-aa2d935794ee}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{8c251133-01f7-4ac4-9cd4-aa2d935794ee}.xml new file mode 100644 index 00000000..43eb68bd --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{8c251133-01f7-4ac4-9cd4-aa2d935794ee}.xml @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{8c251133-01f7-4ac4-9cd4-aa2d935794ee}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_listitemid"> + <cell name="p365i_name" width="300" /> + <cell name="p365i_price" width="148" /> + <cell name="transactioncurrencyid" width="136" /> + <cell name="p365i_salesunit" width="178" /> + <cell name="p365i_product" width="100" /> + <cell name="p365i_pricelist" width="100" /> + <cell name="exchangerate" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_listitem"> + <attribute name="p365i_listitemid" /> + <attribute name="p365i_name" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <attribute name="p365i_price" /> + <attribute name="transactioncurrencyid" /> + <attribute name="p365i_salesunit" /> + <attribute name="p365i_product" /> + <attribute name="p365i_pricelist" /> + <attribute name="exchangerate" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Active List Items" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{a85118d3-8f44-4192-aa68-5c1eec4f4083}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{a85118d3-8f44-4192-aa68-5c1eec4f4083}.xml new file mode 100644 index 00000000..0c7ec83e --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{a85118d3-8f44-4192-aa68-5c1eec4f4083}.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{a85118d3-8f44-4192-aa68-5c1eec4f4083}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_listitemid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>1</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_listitem"> + <attribute name="p365i_listitemid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="List Item Advanced Find View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{bf42380c-d8f6-44a5-b7c5-ca99d0673534}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{bf42380c-d8f6-44a5-b7c5-ca99d0673534}.xml new file mode 100644 index 00000000..f10952f3 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{bf42380c-d8f6-44a5-b7c5-ca99d0673534}.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{bf42380c-d8f6-44a5-b7c5-ca99d0673534}</savedqueryid> + <layoutxml> + <grid name="p365i_listitems" jump="p365i_name" select="1" icon="1" preview="0"> + <row name="p365i_listitem" id="p365i_listitemid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>64</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_listitem"> + <attribute name="p365i_listitemid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="List Item Lookup View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{d7e0bf1f-fd68-ee11-9ae7-00224841f5ce}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{d7e0bf1f-fd68-ee11-9ae7-00224841f5ce}.xml new file mode 100644 index 00000000..d74e73db --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_ListItem/SavedQueries/{d7e0bf1f-fd68-ee11-9ae7-00224841f5ce}.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{d7e0bf1f-fd68-ee11-9ae7-00224841f5ce}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_listitemid"> + <cell name="p365i_name" width="300" /> + <cell name="p365i_price" width="148" /> + <cell name="transactioncurrencyid" width="136" /> + <cell name="p365i_salesunit" width="178" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_listitem"> + <attribute name="p365i_listitemid" /> + <attribute name="p365i_name" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <attribute name="p365i_price" /> + <attribute name="transactioncurrencyid" /> + <attribute name="p365i_salesunit" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Product List's List Items" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/Entity.xml new file mode 100644 index 00000000..66e9e124 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/Entity.xml @@ -0,0 +1,2721 @@ +<?xml version="1.0" encoding="utf-8"?> +<Entity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Name LocalizedName="Opportunity" OriginalName="Opportunity">p365i_Opportunity</Name> + <EntityInfo> + <entity Name="p365i_Opportunity"> + <LocalizedNames> + <LocalizedName description="Opportunity" languagecode="1033" /> + </LocalizedNames> + <LocalizedCollectionNames> + <LocalizedCollectionName description="Opportunities" languagecode="1033" /> + </LocalizedCollectionNames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <attributes> + <attribute PhysicalName="CreatedBy"> + <Type>lookup</Type> + <Name>createdby</Name> + <LogicalName>createdby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOn"> + <Type>datetime</Type> + <Name>createdon</Name> + <LogicalName>createdon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOnBehalfBy"> + <Type>lookup</Type> + <Name>createdonbehalfby</Name> + <LogicalName>createdonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ExchangeRate"> + <Type>decimal</Type> + <Name>exchangerate</Name> + <LogicalName>exchangerate</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>1E-10</MinValue> + <MaxValue>100000000000</MaxValue> + <Accuracy>10</Accuracy> + <displaynames> + <displayname description="Exchange Rate" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Exchange rate for the currency associated with the entity with respect to the base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ImportSequenceNumber"> + <Type>int</Type> + <Name>importsequencenumber</Name> + <LogicalName>importsequencenumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-2147483648</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Import Sequence Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Sequence number of the import that created this record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedBy"> + <Type>lookup</Type> + <Name>modifiedby</Name> + <LogicalName>modifiedby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOn"> + <Type>datetime</Type> + <Name>modifiedon</Name> + <LogicalName>modifiedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Modified On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was modified." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOnBehalfBy"> + <Type>lookup</Type> + <Name>modifiedonbehalfby</Name> + <LogicalName>modifiedonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OverriddenCreatedOn"> + <Type>datetime</Type> + <Name>overriddencreatedon</Name> + <LogicalName>overriddencreatedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Record Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time that the record was migrated." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwnerId"> + <Type>owner</Type> + <Name>ownerid</Name> + <LogicalName>ownerid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes> + <LookupType id="00000000-0000-0000-0000-000000000000">8</LookupType> + <LookupType id="00000000-0000-0000-0000-000000000000">9</LookupType> + </LookupTypes> + <displaynames> + <displayname description="Owner" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningBusinessUnit"> + <Type>lookup</Type> + <Name>owningbusinessunit</Name> + <LogicalName>owningbusinessunit</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Business Unit" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningTeam"> + <Type>lookup</Type> + <Name>owningteam</Name> + <LogicalName>owningteam</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Team" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningUser"> + <Type>lookup</Type> + <Name>owninguser</Name> + <LogicalName>owninguser</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning User" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_AccountPlan"> + <Type>lookup</Type> + <Name>p365i_accountplan</Name> + <LogicalName>p365i_accountplan</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Account Plan" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Budgetamount"> + <Type>money</Type> + <Name>p365i_budgetamount</Name> + <LogicalName>p365i_budgetamount</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>0</MinValue> + <MaxValue>1000000000000</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Budget Amount" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_budgetamount_Base"> + <Type>money</Type> + <Name>p365i_budgetamount_base</Name> + <LogicalName>p365i_budgetamount_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_Budgetamount</CalculationOf> + <displaynames> + <displayname description="Budget amount (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Budget amount in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_CompleteFinalProposal"> + <Type>bit</Type> + <Name>p365i_completefinalproposal</Name> + <LogicalName>p365i_completefinalproposal</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <AppDefaultValue>0</AppDefaultValue> + <optionset Name="p365i_opportunity_p365i_completefinalproposal"> + <OptionSetType>bit</OptionSetType> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <ExternalTypeName></ExternalTypeName> + <displaynames> + <displayname description="Complete Final Proposal" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <options> + <option value="1" ExternalValue=""> + <labels> + <label description="Completed" languagecode="1033" /> + </labels> + </option> + <option value="0" ExternalValue=""> + <labels> + <label description="mark complete" languagecode="1033" /> + </labels> + </option> + </options> + </optionset> + <displaynames> + <displayname description="Complete Final Proposal" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_CompleteInternalReview"> + <Type>bit</Type> + <Name>p365i_completeinternalreview</Name> + <LogicalName>p365i_completeinternalreview</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <AppDefaultValue>0</AppDefaultValue> + <optionset Name="p365i_opportunity_p365i_completeinternalreview"> + <OptionSetType>bit</OptionSetType> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <ExternalTypeName></ExternalTypeName> + <displaynames> + <displayname description="Complete Internal Review" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <options> + <option value="1" ExternalValue=""> + <labels> + <label description="Completed" languagecode="1033" /> + </labels> + </option> + <option value="0" ExternalValue=""> + <labels> + <label description="mark complete" languagecode="1033" /> + </labels> + </option> + </options> + </optionset> + <displaynames> + <displayname description="Complete Internal Review" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Currentsituation"> + <Type>ntext</Type> + <Name>p365i_currentsituation</Name> + <LogicalName>p365i_currentsituation</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>2000</MaxLength> + <displaynames> + <displayname description="Current Situation" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_CustomerNeed"> + <Type>ntext</Type> + <Name>p365i_customerneed</Name> + <LogicalName>p365i_customerneed</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>2000</MaxLength> + <displaynames> + <displayname description="Customer Need" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_DecisionMaker"> + <Type>bit</Type> + <Name>p365i_decisionmaker</Name> + <LogicalName>p365i_decisionmaker</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <AppDefaultValue>0</AppDefaultValue> + <optionset Name="p365i_opportunity_p365i_decisionmaker"> + <OptionSetType>bit</OptionSetType> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <ExternalTypeName></ExternalTypeName> + <displaynames> + <displayname description="Decision Maker" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <options> + <option value="1" ExternalValue=""> + <labels> + <label description="Completed" languagecode="1033" /> + </labels> + </option> + <option value="0" ExternalValue=""> + <labels> + <label description="mark complete" languagecode="1033" /> + </labels> + </option> + </options> + </optionset> + <displaynames> + <displayname description="Decision Maker" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Description"> + <Type>ntext</Type> + <Name>p365i_description</Name> + <LogicalName>p365i_description</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>2000</MaxLength> + <displaynames> + <displayname description="Description" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_DetailedAmount"> + <Type>money</Type> + <Name>p365i_detailedamount</Name> + <LogicalName>p365i_detailedamount</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Detailed Amount" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_detailedamount_Base"> + <Type>money</Type> + <Name>p365i_detailedamount_base</Name> + <LogicalName>p365i_detailedamount_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_DetailedAmount</CalculationOf> + <displaynames> + <displayname description="Detailed Amount (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Detailed Amount in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_DevelopProposal"> + <Type>bit</Type> + <Name>p365i_developproposal</Name> + <LogicalName>p365i_developproposal</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <AppDefaultValue>0</AppDefaultValue> + <optionset Name="p365i_opportunity_p365i_developproposal"> + <OptionSetType>bit</OptionSetType> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <ExternalTypeName></ExternalTypeName> + <displaynames> + <displayname description="Develop Proposal" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <options> + <option value="1" ExternalValue=""> + <labels> + <label description="Completed" languagecode="1033" /> + </labels> + </option> + <option value="0" ExternalValue=""> + <labels> + <label description="mark complete" languagecode="1033" /> + </labels> + </option> + </options> + </optionset> + <displaynames> + <displayname description="Develop Proposal" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Discount"> + <Type>decimal</Type> + <Name>p365i_discount</Name> + <LogicalName>p365i_discount</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>0</MinValue> + <MaxValue>100</MaxValue> + <displaynames> + <displayname description=" (-) Discount (%)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_EstCloseDate"> + <Type>datetime</Type> + <Name>p365i_estclosedate</Name> + <LogicalName>p365i_estclosedate</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Est. Close Date" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_EstRevenue"> + <Type>money</Type> + <Name>p365i_estrevenue</Name> + <LogicalName>p365i_estrevenue</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>0</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Est. Revenue" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_estrevenue_Base"> + <Type>money</Type> + <Name>p365i_estrevenue_base</Name> + <LogicalName>p365i_estrevenue_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_EstRevenue</CalculationOf> + <displaynames> + <displayname description="Est. Revenue (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Est. Revenue in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_EstRevenueCalculated"> + <Type>money</Type> + <Name>p365i_estrevenuecalculated</Name> + <LogicalName>p365i_estrevenuecalculated</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Est. Revenue" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <FormulaDefinitionFileName>/Formulas/p365i_opportunity-p365i_estrevenuecalculated.xaml</FormulaDefinitionFileName> + </attribute> + <attribute PhysicalName="p365i_estrevenuecalculated_Base"> + <Type>money</Type> + <Name>p365i_estrevenuecalculated_base</Name> + <LogicalName>p365i_estrevenuecalculated_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_EstRevenueCalculated</CalculationOf> + <displaynames> + <displayname description="Est. Revenue Calculated (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Est. Revenue Calculated in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_FInalDecisionDate"> + <Type>datetime</Type> + <Name>p365i_finaldecisiondate</Name> + <LogicalName>p365i_finaldecisiondate</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Final Decision Date" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_ID"> + <Type>nvarchar</Type> + <Name>p365i_id</Name> + <LogicalName>p365i_id</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ReadOnlyInUI|ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat>OPP-{SEQNUM:4}</AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>100</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="ID" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_manualDiscount"> + <Type>money</Type> + <Name>p365i_manualdiscount</Name> + <LogicalName>p365i_manualdiscount</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>0</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description=" (-) Discount" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_manualdiscount_Base"> + <Type>money</Type> + <Name>p365i_manualdiscount_base</Name> + <LogicalName>p365i_manualdiscount_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_manualDiscount</CalculationOf> + <displaynames> + <displayname description=" (-) Discount (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the (-) Discount in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_OpportunityId"> + <Type>primarykey</Type> + <Name>p365i_opportunityid</Name> + <LogicalName>p365i_opportunityid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|RequiredForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>0</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <displaynames> + <displayname description="Opportunity" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for entity instances" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_parentAccountid"> + <Type>lookup</Type> + <Name>p365i_parentaccountid</Name> + <LogicalName>p365i_parentaccountid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Account" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_parentContactid"> + <Type>lookup</Type> + <Name>p365i_parentcontactid</Name> + <LogicalName>p365i_parentcontactid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Contact" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_PresentFinalProposal"> + <Type>bit</Type> + <Name>p365i_presentfinalproposal</Name> + <LogicalName>p365i_presentfinalproposal</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <AppDefaultValue>0</AppDefaultValue> + <optionset Name="p365i_opportunity_p365i_presentfinalproposal"> + <OptionSetType>bit</OptionSetType> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <ExternalTypeName></ExternalTypeName> + <displaynames> + <displayname description="Present Final Proposal" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <options> + <option value="1" ExternalValue=""> + <labels> + <label description="Completed" languagecode="1033" /> + </labels> + </option> + <option value="0" ExternalValue=""> + <labels> + <label description="mark complete" languagecode="1033" /> + </labels> + </option> + </options> + </optionset> + <displaynames> + <displayname description="Present Final Proposal" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_PresentProposal"> + <Type>bit</Type> + <Name>p365i_presentproposal</Name> + <LogicalName>p365i_presentproposal</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <AppDefaultValue>0</AppDefaultValue> + <optionset Name="p365i_opportunity_p365i_presentproposal"> + <OptionSetType>bit</OptionSetType> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <ExternalTypeName></ExternalTypeName> + <displaynames> + <displayname description="Present Proposal" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <options> + <option value="1" ExternalValue=""> + <labels> + <label description="Completed" languagecode="1033" /> + </labels> + </option> + <option value="0" ExternalValue=""> + <labels> + <label description="mark complete" languagecode="1033" /> + </labels> + </option> + </options> + </optionset> + <displaynames> + <displayname description="Present Proposal" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_PriceList"> + <Type>lookup</Type> + <Name>p365i_pricelist</Name> + <LogicalName>p365i_pricelist</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Price List" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_ProposedSolution"> + <Type>ntext</Type> + <Name>p365i_proposedsolution</Name> + <LogicalName>p365i_proposedsolution</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>2000</MaxLength> + <displaynames> + <displayname description="Proposed Solution" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Prospect"> + <Type>lookup</Type> + <Name>p365i_prospect</Name> + <LogicalName>p365i_prospect</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Prospect" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_PurchaseProcess"> + <Type>picklist</Type> + <Name>p365i_purchaseprocess</Name> + <LogicalName>p365i_purchaseprocess</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <AppDefaultValue>-1</AppDefaultValue> + <OptionSetName>p365i_purchaseprocess</OptionSetName> + <displaynames> + <displayname description="Purchase Process" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_PurchaseTimeframe"> + <Type>picklist</Type> + <Name>p365i_purchasetimeframe</Name> + <LogicalName>p365i_purchasetimeframe</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <AppDefaultValue>-1</AppDefaultValue> + <OptionSetName>p365i_purchasetimeframe</OptionSetName> + <displaynames> + <displayname description="Purchase Timeframe" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Revenue"> + <Type>picklist</Type> + <Name>p365i_revenue</Name> + <LogicalName>p365i_revenue</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <AppDefaultValue>446310001</AppDefaultValue> + <OptionSetName>p365i_revenuecalculaition</OptionSetName> + <displaynames> + <displayname description="Revenue" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_SubtotalAmount"> + <Type>money</Type> + <Name>p365i_subtotalamount</Name> + <LogicalName>p365i_subtotalamount</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Subtotal Amount" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <FormulaDefinitionFileName>/Formulas/p365i_opportunity-p365i_subtotalamount.xaml</FormulaDefinitionFileName> + </attribute> + <attribute PhysicalName="p365i_subtotalamount_Base"> + <Type>money</Type> + <Name>p365i_subtotalamount_base</Name> + <LogicalName>p365i_subtotalamount_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_SubtotalAmount</CalculationOf> + <displaynames> + <displayname description="Subtotal Amount (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Subtotal Amount in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Tax"> + <Type>money</Type> + <Name>p365i_tax</Name> + <LogicalName>p365i_tax</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>0</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description=" (+) Total Tax" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_tax_Base"> + <Type>money</Type> + <Name>p365i_tax_base</Name> + <LogicalName>p365i_tax_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_Tax</CalculationOf> + <displaynames> + <displayname description=" (+) Tax (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the (+) Tax in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Topic"> + <Type>nvarchar</Type> + <Name>p365i_topic</Name> + <LogicalName>p365i_topic</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>ActivityPointerRegardingName|PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>1</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>300</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Topic" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_TotalAmount"> + <Type>money</Type> + <Name>p365i_totalamount</Name> + <LogicalName>p365i_totalamount</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Total Amount" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <FormulaDefinitionFileName>/Formulas/p365i_opportunity-p365i_totalamount.xaml</FormulaDefinitionFileName> + </attribute> + <attribute PhysicalName="p365i_totalamount_Base"> + <Type>money</Type> + <Name>p365i_totalamount_base</Name> + <LogicalName>p365i_totalamount_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_TotalAmount</CalculationOf> + <displaynames> + <displayname description="Total Amount (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Total Amount in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="processid"> + <Type>uniqueidentifier</Type> + <Name>processid</Name> + <LogicalName>processid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>0</IsCustomizable> + <IsRenameable>0</IsRenameable> + <CanModifySearchSettings>0</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>0</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>0</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <displaynames> + <displayname description="Process Id" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Contains the id of the process associated with the entity." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="stageid"> + <Type>uniqueidentifier</Type> + <Name>stageid</Name> + <LogicalName>stageid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>0</IsCustomizable> + <IsRenameable>0</IsRenameable> + <CanModifySearchSettings>0</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>0</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>0</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <displaynames> + <displayname description="(Deprecated) Stage Id" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Contains the id of the stage where the entity is located." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statecode"> + <Type>state</Type> + <Name>statecode</Name> + <LogicalName>statecode</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_opportunity_statecode"> + <OptionSetType>state</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Opportunity" languagecode="1033" /> + </Descriptions> + <states> + <state value="0" defaultstatus="1" invariantname="Active"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </state> + <state value="1" defaultstatus="2" invariantname="Inactive"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </state> + </states> + </optionset> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Opportunity" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statuscode"> + <Type>status</Type> + <Name>statuscode</Name> + <LogicalName>statuscode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_opportunity_statuscode"> + <OptionSetType>status</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Opportunity" languagecode="1033" /> + </Descriptions> + <statuses> + <status value="1" state="0"> + <labels> + <label description="In Progress" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </status> + <status value="2" state="1"> + <labels> + <label description="Won" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </status> + <status value="446310001" state="0"> + <labels> + <label description="On Hold" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </status> + <status value="446310002" state="1"> + <labels> + <label description="Lost" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </status> + <status value="446310003" state="1"> + <labels> + <label description="Canceled" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </status> + </statuses> + </optionset> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Opportunity" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TimeZoneRuleVersionNumber"> + <Type>int</Type> + <Name>timezoneruleversionnumber</Name> + <LogicalName>timezoneruleversionnumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Time Zone Rule Version Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="For internal use only." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TransactionCurrencyId"> + <Type>lookup</Type> + <Name>transactioncurrencyid</Name> + <LogicalName>transactioncurrencyid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Currency" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the currency associated with the entity." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="traversedpath"> + <Type>nvarchar</Type> + <Name>traversedpath</Name> + <LogicalName>traversedpath</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>0</IsCustomizable> + <IsRenameable>0</IsRenameable> + <CanModifySearchSettings>0</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>0</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>0</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>1250</MaxLength> + <Length>2500</Length> + <displaynames> + <displayname description="(Deprecated) Traversed Path" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="A comma separated list of string values representing the unique identifiers of stages in a Business Process Flow Instance in the order that they occur." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="UTCConversionTimeZoneCode"> + <Type>int</Type> + <Name>utcconversiontimezonecode</Name> + <LogicalName>utcconversiontimezonecode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="UTC Conversion Time Zone Code" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Time zone code that was in use when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + </attributes> + <EntitySetName>p365i_opportunities</EntitySetName> + <IsDuplicateCheckSupported>0</IsDuplicateCheckSupported> + <IsBusinessProcessEnabled>1</IsBusinessProcessEnabled> + <IsRequiredOffline>0</IsRequiredOffline> + <IsInteractionCentricEnabled>0</IsInteractionCentricEnabled> + <IsCollaboration>0</IsCollaboration> + <AutoRouteToOwnerQueue>0</AutoRouteToOwnerQueue> + <IsConnectionsEnabled>0</IsConnectionsEnabled> + <EntityColor></EntityColor> + <IsDocumentManagementEnabled>1</IsDocumentManagementEnabled> + <AutoCreateAccessTeams>0</AutoCreateAccessTeams> + <IsOneNoteIntegrationEnabled>0</IsOneNoteIntegrationEnabled> + <IsKnowledgeManagementEnabled>0</IsKnowledgeManagementEnabled> + <IsSLAEnabled>0</IsSLAEnabled> + <IsDocumentRecommendationsEnabled>0</IsDocumentRecommendationsEnabled> + <IsBPFEntity>0</IsBPFEntity> + <OwnershipTypeMask>UserOwned</OwnershipTypeMask> + <IsAuditEnabled>0</IsAuditEnabled> + <IsRetrieveAuditEnabled>0</IsRetrieveAuditEnabled> + <IsRetrieveMultipleAuditEnabled>0</IsRetrieveMultipleAuditEnabled> + <IsActivity>0</IsActivity> + <ActivityTypeMask></ActivityTypeMask> + <IsActivityParty>0</IsActivityParty> + <IsReplicated>0</IsReplicated> + <IsReplicationUserFiltered>0</IsReplicationUserFiltered> + <IsMailMergeEnabled>0</IsMailMergeEnabled> + <IsVisibleInMobile>0</IsVisibleInMobile> + <IsVisibleInMobileClient>0</IsVisibleInMobileClient> + <IsReadOnlyInMobileClient>0</IsReadOnlyInMobileClient> + <IsOfflineInMobileClient>0</IsOfflineInMobileClient> + <DaysSinceRecordLastModified>0</DaysSinceRecordLastModified> + <MobileOfflineFilters></MobileOfflineFilters> + <IsMapiGridEnabled>1</IsMapiGridEnabled> + <IsReadingPaneEnabled>1</IsReadingPaneEnabled> + <IsQuickCreateEnabled>1</IsQuickCreateEnabled> + <SyncToExternalSearchIndex>0</SyncToExternalSearchIndex> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <IsMappable>1</IsMappable> + <CanModifyAuditSettings>1</CanModifyAuditSettings> + <CanModifyMobileVisibility>1</CanModifyMobileVisibility> + <CanModifyMobileClientVisibility>1</CanModifyMobileClientVisibility> + <CanModifyMobileClientReadOnly>1</CanModifyMobileClientReadOnly> + <CanModifyMobileClientOffline>1</CanModifyMobileClientOffline> + <CanModifyConnectionSettings>1</CanModifyConnectionSettings> + <CanModifyDuplicateDetectionSettings>1</CanModifyDuplicateDetectionSettings> + <CanModifyMailMergeSettings>1</CanModifyMailMergeSettings> + <CanModifyQueueSettings>1</CanModifyQueueSettings> + <CanCreateAttributes>1</CanCreateAttributes> + <CanCreateForms>1</CanCreateForms> + <CanCreateCharts>1</CanCreateCharts> + <CanCreateViews>1</CanCreateViews> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <CanEnableSyncToExternalSearchIndex>1</CanEnableSyncToExternalSearchIndex> + <IconVectorName>p365i_opportunityIcon</IconVectorName> + <EnforceStateTransitions>0</EnforceStateTransitions> + <CanChangeHierarchicalRelationship>1</CanChangeHierarchicalRelationship> + <EntityHelpUrlEnabled>0</EntityHelpUrlEnabled> + <EntityHelpUrl></EntityHelpUrl> + <ChangeTrackingEnabled>0</ChangeTrackingEnabled> + <CanChangeTrackingBeEnabled>1</CanChangeTrackingBeEnabled> + <IsEnabledForExternalChannels>0</IsEnabledForExternalChannels> + <IsMSTeamsIntegrationEnabled>0</IsMSTeamsIntegrationEnabled> + <IsSolutionAware>0</IsSolutionAware> + <HasRelatedNotes>True</HasRelatedNotes> + <HasRelatedActivities>True</HasRelatedActivities> + </entity> + </EntityInfo> + <FormXml /> + <SavedQueries /> + <RibbonDiffXml /> +</Entity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/FormXml/card/{81fc0345-3815-4dfe-8394-c8631589ec0e}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/FormXml/card/{81fc0345-3815-4dfe-8394-c8631589ec0e}.xml new file mode 100644 index 00000000..dfbe3bf4 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/FormXml/card/{81fc0345-3815-4dfe-8394-c8631589ec0e}.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{81fc0345-3815-4dfe-8394-c8631589ec0e}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{9054f23e-fe88-47c9-9c15-4e28f51c33bc}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{f0226e4e-bf4c-459c-b9b6-4f7d84261947}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{7d5e36df-c08d-4782-8342-028f6e4aa17d}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{14cca360-82d0-4c8b-9cb7-662a6d3e0dcc}" showlabel="true" locklevel="0"> + <labels> + <label description="Status Reason" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{de0cd4fd-0e81-433d-8641-cae52664ed0d}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{312dd5f1-51e9-4cff-b8e9-350d42f4992a}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{2a552fd2-9486-4f72-a652-bbc5a045e551}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{b607c1ee-8df4-4946-9ef9-c7710e388593}" showlabel="true" locklevel="0"> + <labels> + <label description="Topic" languagecode="1033" /> + </labels> + <control id="p365i_topic" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_topic" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{e20d6a36-dadc-427f-9d6d-7a6830808cf4}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{66ed9af2-61a4-4a04-bbb2-aa2eec2704ac}" showlabel="true" locklevel="0"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{783881bf-d672-4f06-97a7-ed29006a704a}" showlabel="true" locklevel="0"> + <labels> + <label description="Created On" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{0a823b37-7ef2-4de1-a7fe-3d907e048461}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{c5f9a209-decd-4593-a0bc-7c6b2f147366}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/FormXml/card/{81fc0345-3815-4dfe-8394-c8631589ec0e}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/FormXml/card/{81fc0345-3815-4dfe-8394-c8631589ec0e}_managed.xml new file mode 100644 index 00000000..e2a85d0a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/FormXml/card/{81fc0345-3815-4dfe-8394-c8631589ec0e}_managed.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{81fc0345-3815-4dfe-8394-c8631589ec0e}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{9054f23e-fe88-47c9-9c15-4e28f51c33bc}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{f0226e4e-bf4c-459c-b9b6-4f7d84261947}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{7d5e36df-c08d-4782-8342-028f6e4aa17d}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{14cca360-82d0-4c8b-9cb7-662a6d3e0dcc}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{de0cd4fd-0e81-433d-8641-cae52664ed0d}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{312dd5f1-51e9-4cff-b8e9-350d42f4992a}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{2a552fd2-9486-4f72-a652-bbc5a045e551}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{b607c1ee-8df4-4946-9ef9-c7710e388593}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_topic" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_topic" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{e20d6a36-dadc-427f-9d6d-7a6830808cf4}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{66ed9af2-61a4-4a04-bbb2-aa2eec2704ac}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{783881bf-d672-4f06-97a7-ed29006a704a}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{0a823b37-7ef2-4de1-a7fe-3d907e048461}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{c5f9a209-decd-4593-a0bc-7c6b2f147366}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/FormXml/main/{044fbce1-d4f2-4230-8695-03819956c21e}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/FormXml/main/{044fbce1-d4f2-4230-8695-03819956c21e}.xml new file mode 100644 index 00000000..1afb4331 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/FormXml/main/{044fbce1-d4f2-4230-8695-03819956c21e}.xml @@ -0,0 +1,518 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{044fbce1-d4f2-4230-8695-03819956c21e}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form headerdensity="HighWithControls" shownavigationbar="true" showImage="false" maxWidth="1920"> + <tabs> + <tab verticallayout="true" id="{4dbeffb2-3a4b-412d-ad13-7706be22af79}" IsUserDefined="1" name="General"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="34%"> + <sections> + <section showlabel="true" showbar="false" IsUserDefined="0" id="{7c92ce4f-9995-44fe-9bce-6170d75d858c}" name="Summary"> + <labels> + <label description="Summary" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{704f4976-f755-41d4-b08b-23634ff3d33f}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="ID" languagecode="1033" /> + </labels> + <control id="p365i_id" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_id" disabled="true" /> + </cell> + </row> + <row> + <cell id="{388f7715-e658-4666-883c-ffa9165c82cc}"> + <labels> + <label description="Topic" languagecode="1033" /> + </labels> + <control id="p365i_topic" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_topic" /> + </cell> + </row> + <row> + <cell id="{0b927755-b566-49a0-ab64-adebf6c7f588}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Account" languagecode="1033" /> + </labels> + <control id="p365i_parentaccountid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_parentaccountid" disabled="false" /> + </cell> + </row> + <row> + <cell id="{020d2091-e7b0-40ce-b3e5-3e00f9a6e6b1}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Contact" languagecode="1033" /> + </labels> + <control id="p365i_parentcontactid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_parentcontactid" disabled="false" /> + </cell> + </row> + <row> + <cell id="{1fb37ac7-f363-46c1-97c9-a995b0b7926a}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Budget Amount" languagecode="1033" /> + </labels> + <control id="p365i_budgetamount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_budgetamount" disabled="false" /> + </cell> + </row> + <row> + <cell id="{62dc376b-77bd-40e7-847c-4b6c4bc9668a}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Currency" languagecode="1033" /> + </labels> + <control id="transactioncurrencyid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="transactioncurrencyid" disabled="false" /> + </cell> + </row> + <row> + <cell id="{544c2010-627e-47b0-a4c5-c0273f359cb8}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Purchase Timeframe" languagecode="1033" /> + </labels> + <control id="p365i_purchasetimeframe" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="p365i_purchasetimeframe" disabled="false" /> + </cell> + </row> + <row> + <cell id="{44003ab4-4e94-4bd9-8798-6bc8cc83527d}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Purchase Process" languagecode="1033" /> + </labels> + <control id="p365i_purchaseprocess" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="p365i_purchaseprocess" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="Additional Information" id="2f19af35-56c1-40de-b6cf-fb3d13bb4f92" IsUserDefined="0" locklevel="0" showlabel="true" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="Additional Information" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{675fb539-64f4-44de-92ce-a5dc63b73756}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{56b15fd3-833c-43f3-96ed-ebf109aa6521}" locklevel="0" colspan="1" rowspan="5"> + <labels> + <label description="Description" languagecode="1033" /> + </labels> + <control id="p365i_description" classid="{E0DECE4B-6FC8-4A8F-A065-082708572369}" datafieldname="p365i_description" disabled="false" /> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row> + <cell id="{7296ac2b-071d-4e0d-a071-ce1d8b8ed372}" locklevel="0" colspan="1" rowspan="5"> + <labels> + <label description="Current Situation" languagecode="1033" /> + </labels> + <control id="p365i_currentsituation" classid="{E0DECE4B-6FC8-4A8F-A065-082708572369}" datafieldname="p365i_currentsituation" disabled="false" /> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row> + <cell id="{a90754ed-6169-4988-9e46-14d8ef885dfd}" locklevel="0" colspan="1" rowspan="5"> + <labels> + <label description="Customer Need" languagecode="1033" /> + </labels> + <control id="p365i_customerneed" classid="{E0DECE4B-6FC8-4A8F-A065-082708572369}" datafieldname="p365i_customerneed" disabled="false" /> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row> + <cell id="{abeb3f72-5ad8-4d94-a472-041b2b73e416}" locklevel="0" colspan="1" rowspan="5"> + <labels> + <label description="Proposed Solution" languagecode="1033" /> + </labels> + <control id="p365i_proposedsolution" classid="{E0DECE4B-6FC8-4A8F-A065-082708572369}" datafieldname="p365i_proposedsolution" disabled="false" /> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section name="Timeline" id="7635805b-5b7d-42bb-932b-50c0ee59cd62" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="Timeline" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{f17c883d-cbc2-43f1-8c3f-7b035eed479b}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell locklevel="0" id="{b469d6e6-3deb-4627-910b-2cf7e39324f3}" rowspan="15" colspan="1"> + <labels> + <label description="Note Text" languagecode="1033" /> + </labels> + <control id="notescontrol" classid="{06375649-C143-495E-A496-C962E5B4488E}" disabled="false"> + <parameters> + <UClientRecordPerPage>16</UClientRecordPerPage> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section name="Quotes" id="021b9207-e6e9-46a2-b028-335be2b61300" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="Quotes" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{50707683-8cba-40e1-a797-8c20a4fe8aea}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell locklevel="0" id="{8df17593-f458-432e-a9c7-b6d38059191f}" rowspan="4" colspan="1" auto="false" showlabel="true"> + <labels> + <label description="Quotes" languagecode="1033" /> + </labels> + <control indicationOfSubgrid="true" id="Quotes" classid="{E7A81278-8635-4D9E-8D4D-59480B391C5B}"> + <parameters> + <RecordsPerPage>4</RecordsPerPage> + <AutoExpand>Fixed</AutoExpand> + <EnableQuickFind>false</EnableQuickFind> + <EnableViewPicker>false</EnableViewPicker> + <EnableChartPicker>true</EnableChartPicker> + <ChartGridMode>All</ChartGridMode> + <TargetEntityType>p365i_quote</TargetEntityType> + <ViewId>{3D6494E2-C9D3-48DA-91D9-73CB071061AD}</ViewId> + <ViewIds>{3D6494E2-C9D3-48DA-91D9-73CB071061AD}</ViewIds> + <RelationshipName>p365i_p365i_quote_Opportunity_p365i_opportunity</RelationshipName> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + <tab name="Opportunity Line Items" id="941c73f7-8394-4f34-b09a-f6972684e8dc" IsUserDefined="0" locklevel="0" showlabel="true"> + <labels> + <label description="Opportunity Line Items" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section name="tab_2_section_1" id="f9b7fc6c-f3ab-489c-9b29-3dc196302088" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{be122903-0a96-49bc-86f2-f0213173ecec}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{41e48f76-3cff-4871-80bf-7e2e0ae8fb40}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Price List" languagecode="1033" /> + </labels> + <control id="p365i_pricelist" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_pricelist" disabled="false" /> + </cell> + </row> + <row> + <cell id="{30d6934d-5913-4eda-a22f-c6ad8be1b747}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Revenue" languagecode="1033" /> + </labels> + <control id="p365i_revenue" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="p365i_revenue" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="Line Items" id="964e15d0-4641-4e8b-a7ca-f2d87a88577a" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="Line Items" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{45cffb27-efcf-4290-8d68-59f2818199bf}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell locklevel="0" id="{9a06d14d-bdec-4bd0-88bc-7660331a6fae}" rowspan="4" colspan="1" auto="false" showlabel="false"> + <labels> + <label description="New SG control 1698616311359" languagecode="1033" /> + </labels> + <control indicationOfSubgrid="true" id="Subgrid_products" classid="{E7A81278-8635-4D9E-8D4D-59480B391C5B}"> + <parameters> + <RecordsPerPage>4</RecordsPerPage> + <AutoExpand>Fixed</AutoExpand> + <EnableQuickFind>false</EnableQuickFind> + <EnableViewPicker>false</EnableViewPicker> + <EnableChartPicker>true</EnableChartPicker> + <ChartGridMode>All</ChartGridMode> + <TargetEntityType>p365i_opportunityproduct</TargetEntityType> + <ViewId>{8E34E14D-A576-EE11-8179-6045BD127823}</ViewId> + <ViewIds>{D599A4A2-40BE-4EE6-87BC-F8CAD2E8F534},{8E34E14D-A576-EE11-8179-6045BD127823}</ViewIds> + <RelationshipName>p365i_p365i_opportunityproduct_Opportunity_p365</RelationshipName> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + </rows> + </section> + <section name="Cost" id="4b63041d-1b6c-4c39-8950-49c5a5fcc7d4" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="Cost" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{29ea4a16-a3d0-4848-bce4-216d56ea1a84}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{37ba5f22-c29a-4b2c-8825-5aef34b01dc2}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Detailed Amount" languagecode="1033" /> + </labels> + <control id="p365i_detailedamount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_detailedamount" disabled="true" /> + </cell> + </row> + <row> + <cell id="{3ffabf95-b4b3-4c16-a3c9-0d0930889487}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description=" (-) Discount (%)" languagecode="1033" /> + </labels> + <control id="p365i_discount" classid="{C3EFE0C3-0EC6-42BE-8349-CBD9079DFD8E}" datafieldname="p365i_discount" disabled="false" /> + </cell> + </row> + <row> + <cell id="{059ab85d-c230-44bd-b49f-609a71375e3d}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description=" (-) Discount" languagecode="1033" /> + </labels> + <control id="p365i_manualdiscount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_manualdiscount" disabled="false" /> + </cell> + </row> + <row> + <cell id="{acb36582-7d87-44b9-9fa5-4ff9ff1599a6}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Subtotal Amount" languagecode="1033" /> + </labels> + <control id="p365i_subtotalamount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_subtotalamount" disabled="false" /> + </cell> + </row> + <row> + <cell id="{ca04da33-be83-4eb5-8bcb-5d1b844654d0}" userspacer="true" showlabel="false" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{fc09e1f6-d5c5-410b-8331-b34417b8f2f7}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description=" (+) Total Tax" languagecode="1033" /> + </labels> + <control id="p365i_tax" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_tax" disabled="false" /> + </cell> + </row> + <row> + <cell id="{e972571f-b44a-47e4-b85b-12427602997a}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Total Amount" languagecode="1033" /> + </labels> + <control id="p365i_totalamount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_totalamount" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <header id="{ddac5ebb-33a3-4d83-bb04-71f7693fdb4b}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{2930f62c-52fb-41d8-8465-b6a7561573d0}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{611ad7fc-363e-4733-80fe-39b147076aae}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{8eb2d686-971c-455e-a8dc-3062e0a48800}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell locklevel="0" id="{40f4223b-1c47-41e3-8857-1f607ad4d484}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{3677a149-4adb-4d71-8fdc-7f6deaa78bee}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Est. Close Date" languagecode="1033" /> + </labels> + <control id="header_p365i_estclosedate" classid="{5B773807-9FB2-42DB-97C3-7A91EFF8ADFF}" datafieldname="p365i_estclosedate" disabled="false" /> + </cell> + <cell id="{1c059048-6369-4924-b7fb-573bfdbb4e4c}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Est. Revenue" languagecode="1033" /> + </labels> + <control id="header_p365i_estrevenue" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_estrevenue" disabled="false" /> + </cell> + <cell locklevel="0" id="{295bb9ad-7a53-4e8c-8746-03b2f9bcfaa5}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{07dcc533-91e5-479b-a4ea-eb31550f7c14}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="header_ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{94965920-182c-4d5f-9b7c-934309bfdde6}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Status Reason" languagecode="1033" /> + </labels> + <control id="header_statuscode" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="statuscode" disabled="true" /> + </cell> + </row> + </rows> + </header> + <footer id="{9628356a-caee-4b7d-93c8-036eb35ebe8c}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{37ebe110-8cbf-443b-a17c-e3e87cf95a03}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{a85f03e4-132f-4e7a-8979-f63f495655ef}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{d36e562e-27ba-4b21-b406-cc0cd666a3c6}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + <Navigation> + <NavBar></NavBar> + <NavBarAreas> + <NavBarArea Id="Info"> + <Titles> + <Title LCID="1033" Text="Common" /> + </Titles> + </NavBarArea> + <NavBarArea Id="Sales"> + <Titles> + <Title LCID="1033" Text="Sales" /> + </Titles> + </NavBarArea> + <NavBarArea Id="Service"> + <Titles> + <Title LCID="1033" Text="Service" /> + </Titles> + </NavBarArea> + <NavBarArea Id="Marketing"> + <Titles> + <Title LCID="1033" Text="Marketing" /> + </Titles> + </NavBarArea> + <NavBarArea Id="ProcessCenter"> + <Titles> + <Title LCID="1033" Text="Process Sessions" /> + </Titles> + </NavBarArea> + </NavBarAreas> + </Navigation> + <formLibraries> + <Library name="p365i_opportunity.js" libraryUniqueId="{5324b525-4c2e-c191-57d8-ad1ababd128c}" /> + </formLibraries> + <events> + <event name="onload" application="false" active="false"> + <Handlers> + <Handler functionName="P365I_CRM.Entities.Opportuniy.onFormLoad" libraryName="p365i_opportunity.js" handlerUniqueId="{0318e8ce-660d-d6d7-e523-a13cb1ecb69c}" enabled="true" parameters="" passExecutionContext="true" /> + </Handlers> + </event> + </events> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Opportunity" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/FormXml/main/{044fbce1-d4f2-4230-8695-03819956c21e}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/FormXml/main/{044fbce1-d4f2-4230-8695-03819956c21e}_managed.xml new file mode 100644 index 00000000..87473a04 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/FormXml/main/{044fbce1-d4f2-4230-8695-03819956c21e}_managed.xml @@ -0,0 +1,518 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{044fbce1-d4f2-4230-8695-03819956c21e}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form headerdensity="HighWithControls" shownavigationbar="true" showImage="false" maxWidth="1920"> + <tabs> + <tab verticallayout="true" id="{4dbeffb2-3a4b-412d-ad13-7706be22af79}" IsUserDefined="1" name="General"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="34%"> + <sections> + <section showlabel="true" showbar="false" IsUserDefined="0" id="{7c92ce4f-9995-44fe-9bce-6170d75d858c}" name="Summary"> + <labels> + <label description="Summary" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{704f4976-f755-41d4-b08b-23634ff3d33f}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_id" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_id" disabled="true" /> + </cell> + </row> + <row> + <cell id="{388f7715-e658-4666-883c-ffa9165c82cc}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_topic" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_topic" /> + </cell> + </row> + <row> + <cell id="{0b927755-b566-49a0-ab64-adebf6c7f588}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_parentaccountid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_parentaccountid" disabled="false" /> + </cell> + </row> + <row> + <cell id="{020d2091-e7b0-40ce-b3e5-3e00f9a6e6b1}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_parentcontactid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_parentcontactid" disabled="false" /> + </cell> + </row> + <row> + <cell id="{1fb37ac7-f363-46c1-97c9-a995b0b7926a}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Budget Amount" languagecode="1033" /> + </labels> + <control id="p365i_budgetamount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_budgetamount" disabled="false" /> + </cell> + </row> + <row> + <cell id="{62dc376b-77bd-40e7-847c-4b6c4bc9668a}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="transactioncurrencyid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="transactioncurrencyid" disabled="false" /> + </cell> + </row> + <row> + <cell id="{544c2010-627e-47b0-a4c5-c0273f359cb8}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_purchasetimeframe" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="p365i_purchasetimeframe" disabled="false" /> + </cell> + </row> + <row> + <cell id="{44003ab4-4e94-4bd9-8798-6bc8cc83527d}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_purchaseprocess" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="p365i_purchaseprocess" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="Additional Information" id="2f19af35-56c1-40de-b6cf-fb3d13bb4f92" IsUserDefined="0" locklevel="0" showlabel="true" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="Additional Information" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{675fb539-64f4-44de-92ce-a5dc63b73756}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{56b15fd3-833c-43f3-96ed-ebf109aa6521}" locklevel="0" colspan="1" rowspan="5"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_description" classid="{E0DECE4B-6FC8-4A8F-A065-082708572369}" datafieldname="p365i_description" disabled="false" /> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row> + <cell id="{7296ac2b-071d-4e0d-a071-ce1d8b8ed372}" locklevel="0" colspan="1" rowspan="5"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_currentsituation" classid="{E0DECE4B-6FC8-4A8F-A065-082708572369}" datafieldname="p365i_currentsituation" disabled="false" /> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row> + <cell id="{a90754ed-6169-4988-9e46-14d8ef885dfd}" locklevel="0" colspan="1" rowspan="5"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_customerneed" classid="{E0DECE4B-6FC8-4A8F-A065-082708572369}" datafieldname="p365i_customerneed" disabled="false" /> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row> + <cell id="{abeb3f72-5ad8-4d94-a472-041b2b73e416}" locklevel="0" colspan="1" rowspan="5"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_proposedsolution" classid="{E0DECE4B-6FC8-4A8F-A065-082708572369}" datafieldname="p365i_proposedsolution" disabled="false" /> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section name="Timeline" id="7635805b-5b7d-42bb-932b-50c0ee59cd62" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="Timeline" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{f17c883d-cbc2-43f1-8c3f-7b035eed479b}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell locklevel="0" id="{b469d6e6-3deb-4627-910b-2cf7e39324f3}" rowspan="15" colspan="1"> + <labels> + <label description="Note Text" languagecode="1033" /> + </labels> + <control id="notescontrol" classid="{06375649-C143-495E-A496-C962E5B4488E}" disabled="false"> + <parameters> + <UClientRecordPerPage>16</UClientRecordPerPage> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section name="Quotes" id="021b9207-e6e9-46a2-b028-335be2b61300" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="Quotes" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{50707683-8cba-40e1-a797-8c20a4fe8aea}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell locklevel="0" id="{8df17593-f458-432e-a9c7-b6d38059191f}" rowspan="4" colspan="1" auto="false" showlabel="true"> + <labels> + <label description="Quotes" languagecode="1033" /> + </labels> + <control indicationOfSubgrid="true" id="Quotes" classid="{E7A81278-8635-4D9E-8D4D-59480B391C5B}"> + <parameters> + <RecordsPerPage>4</RecordsPerPage> + <AutoExpand>Fixed</AutoExpand> + <EnableQuickFind>false</EnableQuickFind> + <EnableViewPicker>false</EnableViewPicker> + <EnableChartPicker>true</EnableChartPicker> + <ChartGridMode>All</ChartGridMode> + <TargetEntityType>p365i_quote</TargetEntityType> + <ViewId>{3D6494E2-C9D3-48DA-91D9-73CB071061AD}</ViewId> + <ViewIds>{3D6494E2-C9D3-48DA-91D9-73CB071061AD}</ViewIds> + <RelationshipName>p365i_p365i_quote_Opportunity_p365i_opportunity</RelationshipName> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + <tab name="Opportunity Line Items" id="941c73f7-8394-4f34-b09a-f6972684e8dc" IsUserDefined="0" locklevel="0" showlabel="true"> + <labels> + <label description="Opportunity Line Items" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section name="tab_2_section_1" id="f9b7fc6c-f3ab-489c-9b29-3dc196302088" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{be122903-0a96-49bc-86f2-f0213173ecec}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{41e48f76-3cff-4871-80bf-7e2e0ae8fb40}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_pricelist" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_pricelist" disabled="false" /> + </cell> + </row> + <row> + <cell id="{30d6934d-5913-4eda-a22f-c6ad8be1b747}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_revenue" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="p365i_revenue" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="Line Items" id="964e15d0-4641-4e8b-a7ca-f2d87a88577a" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="Line Items" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{45cffb27-efcf-4290-8d68-59f2818199bf}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell locklevel="0" id="{9a06d14d-bdec-4bd0-88bc-7660331a6fae}" rowspan="4" colspan="1" auto="false" showlabel="false"> + <labels> + <label description="New SG control 1698616311359" languagecode="1033" /> + </labels> + <control indicationOfSubgrid="true" id="Subgrid_products" classid="{E7A81278-8635-4D9E-8D4D-59480B391C5B}"> + <parameters> + <RecordsPerPage>4</RecordsPerPage> + <AutoExpand>Fixed</AutoExpand> + <EnableQuickFind>false</EnableQuickFind> + <EnableViewPicker>false</EnableViewPicker> + <EnableChartPicker>true</EnableChartPicker> + <ChartGridMode>All</ChartGridMode> + <TargetEntityType>p365i_opportunityproduct</TargetEntityType> + <ViewId>{8E34E14D-A576-EE11-8179-6045BD127823}</ViewId> + <ViewIds>{D599A4A2-40BE-4EE6-87BC-F8CAD2E8F534},{8E34E14D-A576-EE11-8179-6045BD127823}</ViewIds> + <RelationshipName>p365i_p365i_opportunityproduct_Opportunity_p365</RelationshipName> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + </rows> + </section> + <section name="Cost" id="4b63041d-1b6c-4c39-8950-49c5a5fcc7d4" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="Cost" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{29ea4a16-a3d0-4848-bce4-216d56ea1a84}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{37ba5f22-c29a-4b2c-8825-5aef34b01dc2}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_detailedamount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_detailedamount" disabled="true" /> + </cell> + </row> + <row> + <cell id="{3ffabf95-b4b3-4c16-a3c9-0d0930889487}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_discount" classid="{C3EFE0C3-0EC6-42BE-8349-CBD9079DFD8E}" datafieldname="p365i_discount" disabled="false" /> + </cell> + </row> + <row> + <cell id="{059ab85d-c230-44bd-b49f-609a71375e3d}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_manualdiscount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_manualdiscount" disabled="false" /> + </cell> + </row> + <row> + <cell id="{acb36582-7d87-44b9-9fa5-4ff9ff1599a6}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_subtotalamount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_subtotalamount" disabled="false" /> + </cell> + </row> + <row> + <cell id="{ca04da33-be83-4eb5-8bcb-5d1b844654d0}" userspacer="true" showlabel="false" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{fc09e1f6-d5c5-410b-8331-b34417b8f2f7}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_tax" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_tax" disabled="false" /> + </cell> + </row> + <row> + <cell id="{e972571f-b44a-47e4-b85b-12427602997a}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_totalamount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_totalamount" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <header id="{ddac5ebb-33a3-4d83-bb04-71f7693fdb4b}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{2930f62c-52fb-41d8-8465-b6a7561573d0}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{611ad7fc-363e-4733-80fe-39b147076aae}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{8eb2d686-971c-455e-a8dc-3062e0a48800}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell locklevel="0" id="{40f4223b-1c47-41e3-8857-1f607ad4d484}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{3677a149-4adb-4d71-8fdc-7f6deaa78bee}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="header_p365i_estclosedate" classid="{5B773807-9FB2-42DB-97C3-7A91EFF8ADFF}" datafieldname="p365i_estclosedate" disabled="false" /> + </cell> + <cell id="{1c059048-6369-4924-b7fb-573bfdbb4e4c}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="header_p365i_estrevenue" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_estrevenue" disabled="false" /> + </cell> + <cell locklevel="0" id="{295bb9ad-7a53-4e8c-8746-03b2f9bcfaa5}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{07dcc533-91e5-479b-a4ea-eb31550f7c14}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="header_ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{94965920-182c-4d5f-9b7c-934309bfdde6}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="header_statuscode" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="statuscode" disabled="true" /> + </cell> + </row> + </rows> + </header> + <footer id="{9628356a-caee-4b7d-93c8-036eb35ebe8c}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{37ebe110-8cbf-443b-a17c-e3e87cf95a03}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{a85f03e4-132f-4e7a-8979-f63f495655ef}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{d36e562e-27ba-4b21-b406-cc0cd666a3c6}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + <Navigation> + <NavBar></NavBar> + <NavBarAreas> + <NavBarArea Id="Info"> + <Titles> + <Title LCID="1033" Text="Common" /> + </Titles> + </NavBarArea> + <NavBarArea Id="Sales"> + <Titles> + <Title LCID="1033" Text="Sales" /> + </Titles> + </NavBarArea> + <NavBarArea Id="Service"> + <Titles> + <Title LCID="1033" Text="Service" /> + </Titles> + </NavBarArea> + <NavBarArea Id="Marketing"> + <Titles> + <Title LCID="1033" Text="Marketing" /> + </Titles> + </NavBarArea> + <NavBarArea Id="ProcessCenter"> + <Titles> + <Title LCID="1033" Text="Process Sessions" /> + </Titles> + </NavBarArea> + </NavBarAreas> + </Navigation> + <formLibraries> + <Library name="p365i_opportunity.js" libraryUniqueId="{5324b525-4c2e-c191-57d8-ad1ababd128c}" /> + </formLibraries> + <events> + <event name="onload" application="false" active="false"> + <Handlers> + <Handler functionName="P365I_CRM.Entities.Opportuniy.onFormLoad" libraryName="p365i_opportunity.js" handlerUniqueId="{0318e8ce-660d-d6d7-e523-a13cb1ecb69c}" enabled="true" parameters="" passExecutionContext="true" /> + </Handlers> + </event> + </events> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Opportunity" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/FormXml/quick/{7b390939-b36f-4e71-92cb-3264875ab2f3}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/FormXml/quick/{7b390939-b36f-4e71-92cb-3264875ab2f3}.xml new file mode 100644 index 00000000..5cbded36 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/FormXml/quick/{7b390939-b36f-4e71-92cb-3264875ab2f3}.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{7b390939-b36f-4e71-92cb-3264875ab2f3}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{bcb27731-6ecf-4fd8-b7fe-2d3cc1165792}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{e223588f-f731-41d1-912e-ceb14289f3ea}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{2a8a76da-2d8c-414c-8d9e-6c31e30daebe}"> + <labels> + <label description="Topic" languagecode="1033" /> + </labels> + <control id="p365i_topic" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_topic" /> + </cell> + </row> + <row> + <cell id="{d84e1fcd-f7cf-4043-8200-035554ede50b}"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/FormXml/quick/{7b390939-b36f-4e71-92cb-3264875ab2f3}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/FormXml/quick/{7b390939-b36f-4e71-92cb-3264875ab2f3}_managed.xml new file mode 100644 index 00000000..4f676985 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/FormXml/quick/{7b390939-b36f-4e71-92cb-3264875ab2f3}_managed.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{7b390939-b36f-4e71-92cb-3264875ab2f3}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{bcb27731-6ecf-4fd8-b7fe-2d3cc1165792}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{e223588f-f731-41d1-912e-ceb14289f3ea}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{2a8a76da-2d8c-414c-8d9e-6c31e30daebe}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_topic" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_topic" /> + </cell> + </row> + <row> + <cell id="{d84e1fcd-f7cf-4043-8200-035554ede50b}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/Formulas/p365i_opportunity-p365i_estrevenuecalculated.xaml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/Formulas/p365i_opportunity-p365i_estrevenuecalculated.xaml new file mode 100644 index 00000000..ddbdc626 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/Formulas/p365i_opportunity-p365i_estrevenuecalculated.xaml @@ -0,0 +1,78 @@ +<Activity x:Class="XrmWorkflow00000000000000000000000000000000" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mcwc="clr-namespace:Microsoft.Crm.Workflow.ClientActivities;assembly=Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxs="clr-namespace:Microsoft.Xrm.Sdk;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxswa="clr-namespace:Microsoft.Xrm.Sdk.Workflow.Activities;assembly=Microsoft.Xrm.Sdk.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:s="clr-namespace:System;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:srs="clr-namespace:System.Runtime.Serialization;assembly=System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:this="clr-namespace:" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> + <x:Members> + <x:Property Name="InputEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + <x:Property Name="CreatedEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + </x:Members> + <this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <mva:VisualBasic.Settings>Assembly references and imported namespaces for internal implementation</mva:VisualBasic.Settings> + <mxswa:Workflow> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionSequence, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionStep1"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Wait">False</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables"> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="True" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_1" /> + </sco:Collection> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Boolean, "true" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Boolean" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[ConditionBranchStep2_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[True]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep4"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunity")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_totalamount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[SetAttributeValueStep4_1]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:SetEntityProperty Attribute="p365i_estrevenuecalculated" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunity" Value="[SetAttributeValueStep4_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep4" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunity" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Boolean x:Key="ContainsElseBranch">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </mxswa:Workflow> +</Activity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/Formulas/p365i_opportunity-p365i_subtotalamount.xaml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/Formulas/p365i_opportunity-p365i_subtotalamount.xaml new file mode 100644 index 00000000..45f99395 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/Formulas/p365i_opportunity-p365i_subtotalamount.xaml @@ -0,0 +1,711 @@ +<Activity x:Class="XrmWorkflow00000000000000000000000000000000" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mcwc="clr-namespace:Microsoft.Crm.Workflow.ClientActivities;assembly=Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxs="clr-namespace:Microsoft.Xrm.Sdk;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxsq="clr-namespace:Microsoft.Xrm.Sdk.Query;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxswa="clr-namespace:Microsoft.Xrm.Sdk.Workflow.Activities;assembly=Microsoft.Xrm.Sdk.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:s="clr-namespace:System;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:srs="clr-namespace:System.Runtime.Serialization;assembly=System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:this="clr-namespace:" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> + <x:Members> + <x:Property Name="InputEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + <x:Property Name="CreatedEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + </x:Members> + <this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <mva:VisualBasic.Settings>Assembly references and imported namespaces for internal implementation</mva:VisualBasic.Settings> + <mxswa:Workflow> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionSequence, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionStep1"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Wait">False</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables"> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep2_condition" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep2_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_2" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep2_3" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_4" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep6_condition" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep6_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep6_2" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep6_3" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep6_4" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep9_condition" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep9_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep9_2" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep9_3" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep9_4" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep12_condition" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep12_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep12_2" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep12_3" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep12_4" /> + </sco:Collection> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:GetEntityProperty Attribute="p365i_discount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[ConditionBranchStep2_2]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Null</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep2_2]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep2_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[ConditionBranchStep2_4]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Null</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep2_4]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep2_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateLogicalCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateLogicalCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:LogicalOperator" x:Key="LogicalOperator">And</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="LeftOperand">[ConditionBranchStep2_1]</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="RightOperand">[ConditionBranchStep2_3]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep2_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep2_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep4"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunity")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_detailedamount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[SetAttributeValueStep4_1]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:SetEntityProperty Attribute="p365i_subtotalamount" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunity" Value="[SetAttributeValueStep4_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep4" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunity" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_discount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[ConditionBranchStep6_2]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">NotNull</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep6_2]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep6_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[ConditionBranchStep6_4]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Null</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep6_4]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep6_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateLogicalCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateLogicalCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:LogicalOperator" x:Key="LogicalOperator">And</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="LeftOperand">[ConditionBranchStep6_1]</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="RightOperand">[ConditionBranchStep6_3]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep6_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep6"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep6_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep6"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep7"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_1" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_2" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_3" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_4" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_5" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_6" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_7" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_8" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_9" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_10" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_11" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_12" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_13" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunity")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_detailedamount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[SetAttributeValueStep7_3]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep7_3 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep7_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Integer, "1" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep7_7]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep7_7 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep7_6]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_discount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[SetAttributeValueStep7_11]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep7_11 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep7_10]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Integer, "100" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep7_13]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep7_13 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep7_12]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Divide</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep7_10, SetAttributeValueStep7_12 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep7_9]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep7_9 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep7_8]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Subtract</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep7_6, SetAttributeValueStep7_8 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep7_5]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep7_5 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep7_4]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Multiply</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep7_2, SetAttributeValueStep7_4 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep7_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_subtotalamount" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunity" Value="[SetAttributeValueStep7_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep7" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunity" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_discount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[ConditionBranchStep9_2]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Null</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep9_2]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep9_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[ConditionBranchStep9_4]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">NotNull</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep9_4]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep9_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateLogicalCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateLogicalCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:LogicalOperator" x:Key="LogicalOperator">And</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="LeftOperand">[ConditionBranchStep9_1]</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="RightOperand">[ConditionBranchStep9_3]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep9_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep9"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep9_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep9"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep10"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep10_1" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep10_2" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep10_3" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep10_4" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep10_5" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunity")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_detailedamount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[SetAttributeValueStep10_3]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep10_3 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep10_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[SetAttributeValueStep10_5]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep10_5 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep10_4]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Subtract</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep10_2, SetAttributeValueStep10_4 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep10_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_subtotalamount" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunity" Value="[SetAttributeValueStep10_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep10" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunity" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_discount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[ConditionBranchStep12_2]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">NotNull</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep12_2]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep12_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[ConditionBranchStep12_4]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">NotNull</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep12_4]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep12_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateLogicalCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateLogicalCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:LogicalOperator" x:Key="LogicalOperator">And</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="LeftOperand">[ConditionBranchStep12_1]</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="RightOperand">[ConditionBranchStep12_3]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep12_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep12"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep12_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep12"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep13"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_1" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_2" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_3" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_4" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_5" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_6" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_7" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_8" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_9" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_10" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_11" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_12" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_13" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_14" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_15" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_16" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_17" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunity")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_detailedamount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[SetAttributeValueStep13_5]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_5 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_4]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Integer, "1" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_9]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_9 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_8]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_discount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[SetAttributeValueStep13_13]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_13 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_12]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Integer, "100" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_15]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_15 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_14]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Divide</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_12, SetAttributeValueStep13_14 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_11]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_11 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_10]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Subtract</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_8, SetAttributeValueStep13_10 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_7]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_7 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_6]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Multiply</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_4, SetAttributeValueStep13_6 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_3 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[SetAttributeValueStep13_17]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_17 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_16]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Subtract</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_2, SetAttributeValueStep13_16 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_subtotalamount" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunity" Value="[SetAttributeValueStep13_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep13" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunity" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Boolean x:Key="ContainsElseBranch">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </mxswa:Workflow> +</Activity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/Formulas/p365i_opportunity-p365i_totalamount.xaml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/Formulas/p365i_opportunity-p365i_totalamount.xaml new file mode 100644 index 00000000..ab495ed8 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/Formulas/p365i_opportunity-p365i_totalamount.xaml @@ -0,0 +1,184 @@ +<Activity x:Class="XrmWorkflow00000000000000000000000000000000" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mcwc="clr-namespace:Microsoft.Crm.Workflow.ClientActivities;assembly=Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxs="clr-namespace:Microsoft.Xrm.Sdk;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxsq="clr-namespace:Microsoft.Xrm.Sdk.Query;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxswa="clr-namespace:Microsoft.Xrm.Sdk.Workflow.Activities;assembly=Microsoft.Xrm.Sdk.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:s="clr-namespace:System;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:srs="clr-namespace:System.Runtime.Serialization;assembly=System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:this="clr-namespace:" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> + <x:Members> + <x:Property Name="InputEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + <x:Property Name="CreatedEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + </x:Members> + <this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <mva:VisualBasic.Settings>Assembly references and imported namespaces for internal implementation</mva:VisualBasic.Settings> + <mxswa:Workflow> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionSequence, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionStep1"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Wait">False</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables"> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep2_condition" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_1" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep7_condition" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep7_1" /> + </sco:Collection> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:GetEntityProperty Attribute="p365i_tax" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[ConditionBranchStep2_1]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Null</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep2_1]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep2_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep2_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep4"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunity")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_subtotalamount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[SetAttributeValueStep4_1]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:SetEntityProperty Attribute="p365i_totalamount" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunity" Value="[SetAttributeValueStep4_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep4" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunity" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_tax" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[ConditionBranchStep7_1]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">NotNull</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep7_1]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep7_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep7"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep7_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep7"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep8"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep8_1" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep8_2" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep8_3" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep8_4" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep8_5" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunity")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_subtotalamount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[SetAttributeValueStep8_3]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep8_3 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep8_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_tax" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[SetAttributeValueStep8_5]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep8_5 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep8_4]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Add</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep8_2, SetAttributeValueStep8_4 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep8_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_totalamount" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunity" Value="[SetAttributeValueStep8_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep8" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunity" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Boolean x:Key="ContainsElseBranch">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </mxswa:Workflow> +</Activity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/RibbonDiff.xml new file mode 100644 index 00000000..be9fe092 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/RibbonDiff.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<RibbonDiffXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <CustomActions> + <HideCustomAction HideActionId="p365i.Mscrm.Form.p365i_opportunity.Deactivate.Hide" Location="Mscrm.Form.p365i_opportunity.Deactivate" /> + <HideCustomAction HideActionId="p365i.Mscrm.HomepageGrid.p365i_opportunity.Deactivate.Hide" Location="Mscrm.HomepageGrid.p365i_opportunity.Deactivate" /> + <HideCustomAction HideActionId="p365i.Mscrm.SubGrid.p365i_opportunity.Deactivate.Hide" Location="Mscrm.SubGrid.p365i_opportunity.Deactivate" /> + </CustomActions> + <Templates> + <RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates> + </Templates> + <CommandDefinitions /> + <RuleDefinitions> + <TabDisplayRules /> + <DisplayRules /> + <EnableRules /> + </RuleDefinitions> + <LocLabels /> +</RibbonDiffXml> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{2898d69c-f9c8-ee11-9079-6045bd127823}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{2898d69c-f9c8-ee11-9079-6045bd127823}.xml new file mode 100644 index 00000000..d86205dd --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{2898d69c-f9c8-ee11-9079-6045bd127823}.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{2898d69c-f9c8-ee11-9079-6045bd127823}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_topic" select="1" icon="1" preview="1"> + <row name="result" id="p365i_opportunityid"> + <cell name="p365i_topic" width="300" /> + <cell name="p365i_budgetamount" width="130" /> + <cell name="p365i_accountplan" width="116" /> + <cell name="p365i_parentcontactid" width="100" /> + <cell name="p365i_estrevenue" width="114" /> + <cell name="p365i_estclosedate" width="127" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" output-format="xml-platform" mapping="logical"> + <entity name="p365i_opportunity"> + <attribute name="p365i_topic" /> + <attribute name="p365i_opportunityid" /> + <attribute name="p365i_budgetamount" /> + <attribute name="p365i_accountplan" /> + <attribute name="p365i_parentcontactid" /> + <attribute name="p365i_estrevenue" /> + <attribute name="p365i_estclosedate" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Account Opportunities" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{416af4b4-bb8d-45ef-9f4e-c345b9c5e6e0}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{416af4b4-bb8d-45ef-9f4e-c345b9c5e6e0}.xml new file mode 100644 index 00000000..fe33cbac --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{416af4b4-bb8d-45ef-9f4e-c345b9c5e6e0}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{416af4b4-bb8d-45ef-9f4e-c345b9c5e6e0}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_topic" select="1" icon="1" preview="1"> + <row name="result" id="p365i_opportunityid"> + <cell name="p365i_topic" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_opportunity"> + <attribute name="p365i_opportunityid" /> + <attribute name="p365i_topic" /> + <attribute name="createdon" /> + <order attribute="p365i_topic" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="1" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Inactive Opportunities" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{53da5551-47e8-454f-97c0-620f9b1a2926}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{53da5551-47e8-454f-97c0-620f9b1a2926}.xml new file mode 100644 index 00000000..02a0a128 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{53da5551-47e8-454f-97c0-620f9b1a2926}.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{53da5551-47e8-454f-97c0-620f9b1a2926}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_topic" select="1" icon="1" preview="1"> + <row name="result" id="p365i_opportunityid"> + <cell name="p365i_topic" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>1</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_opportunity"> + <attribute name="p365i_opportunityid" /> + <attribute name="p365i_topic" /> + <attribute name="createdon" /> + <order attribute="p365i_topic" descending="false" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Opportunity Advanced Find View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{573d02b8-950c-44ef-8522-0eae14621f2a}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{573d02b8-950c-44ef-8522-0eae14621f2a}.xml new file mode 100644 index 00000000..d08db0b0 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{573d02b8-950c-44ef-8522-0eae14621f2a}.xml @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{573d02b8-950c-44ef-8522-0eae14621f2a}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_topic" select="1" icon="1" preview="1"> + <row name="result" id="p365i_opportunityid"> + <cell name="p365i_topic" width="300" /> + <cell name="createdon" width="125" /> + <cell name="p365i_parentaccountid" width="100" /> + <cell name="p365i_parentcontactid" width="100" /> + <cell name="p365i_estclosedate" width="127" /> + <cell name="p365i_totalamount" width="118" /> + <cell name="statuscode" width="119" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_opportunity"> + <attribute name="p365i_opportunityid" /> + <attribute name="p365i_topic" /> + <attribute name="createdon" /> + <order attribute="p365i_topic" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <attribute name="p365i_parentaccountid" /> + <attribute name="p365i_parentcontactid" /> + <attribute name="p365i_estclosedate" /> + <attribute name="p365i_totalamount" /> + <attribute name="statuscode" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Active Opportunities" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{5ee7b78a-8670-4ebf-9da5-017bccddfced}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{5ee7b78a-8670-4ebf-9da5-017bccddfced}.xml new file mode 100644 index 00000000..ae14c879 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{5ee7b78a-8670-4ebf-9da5-017bccddfced}.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{5ee7b78a-8670-4ebf-9da5-017bccddfced}</savedqueryid> + <layoutxml> + <grid name="p365i_opportunities" jump="p365i_topic" select="1" icon="1" preview="0"> + <row name="p365i_opportunity" id="p365i_opportunityid"> + <cell name="p365i_topic" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>64</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_opportunity"> + <attribute name="p365i_opportunityid" /> + <attribute name="p365i_topic" /> + <attribute name="createdon" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Opportunity Lookup View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{7808e576-ba39-4168-b134-fbae8cf491a3}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{7808e576-ba39-4168-b134-fbae8cf491a3}.xml new file mode 100644 index 00000000..f751262e --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{7808e576-ba39-4168-b134-fbae8cf491a3}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{7808e576-ba39-4168-b134-fbae8cf491a3}</savedqueryid> + <layoutxml> + <grid name="p365i_opportunities" jump="p365i_topic" select="1" icon="1" preview="1"> + <row name="p365i_opportunity" id="p365i_opportunityid"> + <cell name="p365i_topic" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>2</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_opportunity"> + <attribute name="p365i_opportunityid" /> + <attribute name="p365i_topic" /> + <attribute name="createdon" /> + <order attribute="p365i_topic" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Opportunity Associated View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{91872a1e-fec8-ee11-9079-00224841f5ce}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{91872a1e-fec8-ee11-9079-00224841f5ce}.xml new file mode 100644 index 00000000..2e97be3b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{91872a1e-fec8-ee11-9079-00224841f5ce}.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{91872a1e-fec8-ee11-9079-00224841f5ce}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_topic" select="1" icon="1" preview="1"> + <row name="result" id="p365i_opportunityid"> + <cell name="p365i_topic" width="300" /> + <cell name="p365i_parentaccountid" width="100" /> + <cell name="p365i_parentcontactid" width="100" /> + <cell name="p365i_estclosedate" width="127" /> + <cell name="p365i_estrevenue" width="114" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true"> + <entity name="p365i_opportunity"> + <attribute name="p365i_topic" /> + <attribute name="p365i_opportunityid" /> + <attribute name="p365i_parentaccountid" /> + <attribute name="p365i_parentcontactid" /> + <attribute name="p365i_estclosedate" /> + <attribute name="p365i_estrevenue" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + <condition attribute="ownerid" operator="eq-userid" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="My Opportunities" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{bc8a8617-ff68-ee11-9ae7-6045bd10fdbe}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{bc8a8617-ff68-ee11-9ae7-6045bd10fdbe}.xml new file mode 100644 index 00000000..d1679ea8 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{bc8a8617-ff68-ee11-9ae7-6045bd10fdbe}.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{bc8a8617-ff68-ee11-9ae7-6045bd10fdbe}</savedqueryid> + <querytype>8192</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical" output-format="xml-platform"> + <entity name="p365i_opportunity"> + <attribute name="p365i_opportunityid" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + <condition attribute="ownerid" operator="eq-userid" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="My Opportunities" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="Active Opportunities owned by me" languagecode="1033" /> + </Descriptions> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{d04c262f-cfd9-4c68-999b-dba89f489bc7}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{d04c262f-cfd9-4c68-999b-dba89f489bc7}.xml new file mode 100644 index 00000000..2340ee0b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Opportunity/SavedQueries/{d04c262f-cfd9-4c68-999b-dba89f489bc7}.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>1</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{d04c262f-cfd9-4c68-999b-dba89f489bc7}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_topic" select="1" icon="1" preview="1"> + <row name="result" id="p365i_opportunityid"> + <cell name="p365i_topic" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>4</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_opportunity"> + <attribute name="p365i_opportunityid" /> + <attribute name="p365i_topic" /> + <attribute name="createdon" /> + <order attribute="p365i_topic" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <filter type="or" isquickfindfields="1"> + <condition attribute="p365i_topic" operator="like" value="{0}" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quick Find Active Opportunities" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/Entity.xml new file mode 100644 index 00000000..aa35749d --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/Entity.xml @@ -0,0 +1,1152 @@ +<?xml version="1.0" encoding="utf-8"?> +<Entity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Name LocalizedName="Opportunity Closure" OriginalName="Opportunity Closure">p365i_OpportunityClosure</Name> + <EntityInfo> + <entity Name="p365i_OpportunityClosure"> + <LocalizedNames> + <LocalizedName description="Opportunity Closure" languagecode="1033" /> + </LocalizedNames> + <LocalizedCollectionNames> + <LocalizedCollectionName description="Opportunity Closures" languagecode="1033" /> + </LocalizedCollectionNames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <attributes> + <attribute PhysicalName="CreatedBy"> + <Type>lookup</Type> + <Name>createdby</Name> + <LogicalName>createdby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOn"> + <Type>datetime</Type> + <Name>createdon</Name> + <LogicalName>createdon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOnBehalfBy"> + <Type>lookup</Type> + <Name>createdonbehalfby</Name> + <LogicalName>createdonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ExchangeRate"> + <Type>decimal</Type> + <Name>exchangerate</Name> + <LogicalName>exchangerate</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>1E-10</MinValue> + <MaxValue>100000000000</MaxValue> + <Accuracy>10</Accuracy> + <displaynames> + <displayname description="Exchange Rate" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Exchange rate for the currency associated with the entity with respect to the base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ImportSequenceNumber"> + <Type>int</Type> + <Name>importsequencenumber</Name> + <LogicalName>importsequencenumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-2147483648</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Import Sequence Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Sequence number of the import that created this record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedBy"> + <Type>lookup</Type> + <Name>modifiedby</Name> + <LogicalName>modifiedby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOn"> + <Type>datetime</Type> + <Name>modifiedon</Name> + <LogicalName>modifiedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Modified On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was modified." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOnBehalfBy"> + <Type>lookup</Type> + <Name>modifiedonbehalfby</Name> + <LogicalName>modifiedonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OverriddenCreatedOn"> + <Type>datetime</Type> + <Name>overriddencreatedon</Name> + <LogicalName>overriddencreatedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Record Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time that the record was migrated." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwnerId"> + <Type>owner</Type> + <Name>ownerid</Name> + <LogicalName>ownerid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes> + <LookupType id="00000000-0000-0000-0000-000000000000">8</LookupType> + <LookupType id="00000000-0000-0000-0000-000000000000">9</LookupType> + </LookupTypes> + <displaynames> + <displayname description="Owner" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningBusinessUnit"> + <Type>lookup</Type> + <Name>owningbusinessunit</Name> + <LogicalName>owningbusinessunit</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Business Unit" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningTeam"> + <Type>lookup</Type> + <Name>owningteam</Name> + <LogicalName>owningteam</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Team" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningUser"> + <Type>lookup</Type> + <Name>owninguser</Name> + <LogicalName>owninguser</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning User" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_ActualRevenue"> + <Type>money</Type> + <Name>p365i_actualrevenue</Name> + <LogicalName>p365i_actualrevenue</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Actual Revenue" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_actualrevenue_Base"> + <Type>money</Type> + <Name>p365i_actualrevenue_base</Name> + <LogicalName>p365i_actualrevenue_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_ActualRevenue</CalculationOf> + <displaynames> + <displayname description="Actual Revenue (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Actual Revenue in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_CloseDate"> + <Type>datetime</Type> + <Name>p365i_closedate</Name> + <LogicalName>p365i_closedate</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Close Date" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Description"> + <Type>ntext</Type> + <Name>p365i_description</Name> + <LogicalName>p365i_description</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>2000</MaxLength> + <displaynames> + <displayname description="Description" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Name"> + <Type>nvarchar</Type> + <Name>p365i_name</Name> + <LogicalName>p365i_name</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>1</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>100</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Name" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Opportunity"> + <Type>lookup</Type> + <Name>p365i_opportunity</Name> + <LogicalName>p365i_opportunity</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Opportunity" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_OpportunityClosureId"> + <Type>primarykey</Type> + <Name>p365i_opportunityclosureid</Name> + <LogicalName>p365i_opportunityclosureid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|RequiredForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>0</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <displaynames> + <displayname description="Opportunity Closure" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for entity instances" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_StatusReason"> + <Type>nvarchar</Type> + <Name>p365i_statusreason</Name> + <LogicalName>p365i_statusreason</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>100</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statecode"> + <Type>state</Type> + <Name>statecode</Name> + <LogicalName>statecode</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_opportunityclosure_statecode"> + <OptionSetType>state</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Opportunity Closure" languagecode="1033" /> + </Descriptions> + <states> + <state value="0" defaultstatus="1" invariantname="Active"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </state> + <state value="1" defaultstatus="2" invariantname="Inactive"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </state> + </states> + </optionset> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Opportunity Closure" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statuscode"> + <Type>status</Type> + <Name>statuscode</Name> + <LogicalName>statuscode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_opportunityclosure_statuscode"> + <OptionSetType>status</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Opportunity Closure" languagecode="1033" /> + </Descriptions> + <statuses> + <status value="1" state="0"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </status> + <status value="2" state="1"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </status> + </statuses> + </optionset> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Opportunity Closure" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TimeZoneRuleVersionNumber"> + <Type>int</Type> + <Name>timezoneruleversionnumber</Name> + <LogicalName>timezoneruleversionnumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Time Zone Rule Version Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="For internal use only." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TransactionCurrencyId"> + <Type>lookup</Type> + <Name>transactioncurrencyid</Name> + <LogicalName>transactioncurrencyid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Currency" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the currency associated with the entity." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="UTCConversionTimeZoneCode"> + <Type>int</Type> + <Name>utcconversiontimezonecode</Name> + <LogicalName>utcconversiontimezonecode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="UTC Conversion Time Zone Code" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Time zone code that was in use when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + </attributes> + <EntitySetName>p365i_opportunityclosures</EntitySetName> + <IsDuplicateCheckSupported>1</IsDuplicateCheckSupported> + <IsBusinessProcessEnabled>0</IsBusinessProcessEnabled> + <IsRequiredOffline>0</IsRequiredOffline> + <IsInteractionCentricEnabled>0</IsInteractionCentricEnabled> + <IsCollaboration>0</IsCollaboration> + <AutoRouteToOwnerQueue>0</AutoRouteToOwnerQueue> + <IsConnectionsEnabled>0</IsConnectionsEnabled> + <IsDocumentManagementEnabled>0</IsDocumentManagementEnabled> + <AutoCreateAccessTeams>0</AutoCreateAccessTeams> + <IsOneNoteIntegrationEnabled>0</IsOneNoteIntegrationEnabled> + <IsKnowledgeManagementEnabled>0</IsKnowledgeManagementEnabled> + <IsSLAEnabled>0</IsSLAEnabled> + <IsDocumentRecommendationsEnabled>0</IsDocumentRecommendationsEnabled> + <IsBPFEntity>0</IsBPFEntity> + <OwnershipTypeMask>UserOwned</OwnershipTypeMask> + <IsAuditEnabled>0</IsAuditEnabled> + <IsRetrieveAuditEnabled>0</IsRetrieveAuditEnabled> + <IsRetrieveMultipleAuditEnabled>0</IsRetrieveMultipleAuditEnabled> + <IsActivity>0</IsActivity> + <ActivityTypeMask></ActivityTypeMask> + <IsActivityParty>0</IsActivityParty> + <IsReplicated>0</IsReplicated> + <IsReplicationUserFiltered>0</IsReplicationUserFiltered> + <IsMailMergeEnabled>1</IsMailMergeEnabled> + <IsVisibleInMobile>0</IsVisibleInMobile> + <IsVisibleInMobileClient>0</IsVisibleInMobileClient> + <IsReadOnlyInMobileClient>0</IsReadOnlyInMobileClient> + <IsOfflineInMobileClient>0</IsOfflineInMobileClient> + <DaysSinceRecordLastModified>0</DaysSinceRecordLastModified> + <MobileOfflineFilters></MobileOfflineFilters> + <IsMapiGridEnabled>1</IsMapiGridEnabled> + <IsReadingPaneEnabled>1</IsReadingPaneEnabled> + <IsQuickCreateEnabled>0</IsQuickCreateEnabled> + <SyncToExternalSearchIndex>0</SyncToExternalSearchIndex> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <IsMappable>1</IsMappable> + <CanModifyAuditSettings>1</CanModifyAuditSettings> + <CanModifyMobileVisibility>1</CanModifyMobileVisibility> + <CanModifyMobileClientVisibility>1</CanModifyMobileClientVisibility> + <CanModifyMobileClientReadOnly>1</CanModifyMobileClientReadOnly> + <CanModifyMobileClientOffline>1</CanModifyMobileClientOffline> + <CanModifyConnectionSettings>1</CanModifyConnectionSettings> + <CanModifyDuplicateDetectionSettings>1</CanModifyDuplicateDetectionSettings> + <CanModifyMailMergeSettings>1</CanModifyMailMergeSettings> + <CanModifyQueueSettings>1</CanModifyQueueSettings> + <CanCreateAttributes>1</CanCreateAttributes> + <CanCreateForms>1</CanCreateForms> + <CanCreateCharts>1</CanCreateCharts> + <CanCreateViews>1</CanCreateViews> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <CanEnableSyncToExternalSearchIndex>1</CanEnableSyncToExternalSearchIndex> + <EnforceStateTransitions>0</EnforceStateTransitions> + <CanChangeHierarchicalRelationship>1</CanChangeHierarchicalRelationship> + <EntityHelpUrlEnabled>0</EntityHelpUrlEnabled> + <ChangeTrackingEnabled>0</ChangeTrackingEnabled> + <CanChangeTrackingBeEnabled>1</CanChangeTrackingBeEnabled> + <IsEnabledForExternalChannels>0</IsEnabledForExternalChannels> + <IsMSTeamsIntegrationEnabled>0</IsMSTeamsIntegrationEnabled> + <IsSolutionAware>0</IsSolutionAware> + </entity> + </EntityInfo> + <FormXml /> + <SavedQueries /> + <RibbonDiffXml /> +</Entity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/FormXml/card/{5a3eb86b-c59d-4f80-a6d3-06b9652330a2}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/FormXml/card/{5a3eb86b-c59d-4f80-a6d3-06b9652330a2}.xml new file mode 100644 index 00000000..977bb607 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/FormXml/card/{5a3eb86b-c59d-4f80-a6d3-06b9652330a2}.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{5a3eb86b-c59d-4f80-a6d3-06b9652330a2}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{dee47c59-dae6-4108-a12a-901ff1891917}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{a56e75ce-f293-42bc-8ae2-ffb6afc99937}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{e6b3b018-1a73-4fe5-954b-48b03e6f4c1e}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{a64e9c27-6684-43a5-8c53-70e3b3af7e87}" showlabel="true" locklevel="0"> + <labels> + <label description="Status Reason" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{a28d9dcf-b57c-4dde-8294-1cde1b151ddc}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{92b7808f-4352-48cb-b2e1-8c49a76baa90}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{12f3d3b7-d413-4b53-af29-0e60583b0524}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{af5aacef-1ccc-41ce-ad02-86e33952fe1d}" showlabel="true" locklevel="0"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{e2fbe8ed-819c-4e9e-9a44-2dac117c91a3}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{c3765256-9964-42c7-abc2-4b6f05b3db66}" showlabel="true" locklevel="0"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{941c2f7c-e2c3-4a09-99d7-c13a7a60ae32}" showlabel="true" locklevel="0"> + <labels> + <label description="Created On" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{4158d744-2157-4920-a3a6-6822ad56b0b5}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{6cbaf132-baa2-41af-b99c-01760b221fc7}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/FormXml/card/{5a3eb86b-c59d-4f80-a6d3-06b9652330a2}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/FormXml/card/{5a3eb86b-c59d-4f80-a6d3-06b9652330a2}_managed.xml new file mode 100644 index 00000000..6ce5e646 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/FormXml/card/{5a3eb86b-c59d-4f80-a6d3-06b9652330a2}_managed.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{5a3eb86b-c59d-4f80-a6d3-06b9652330a2}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{dee47c59-dae6-4108-a12a-901ff1891917}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{a56e75ce-f293-42bc-8ae2-ffb6afc99937}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{e6b3b018-1a73-4fe5-954b-48b03e6f4c1e}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{a64e9c27-6684-43a5-8c53-70e3b3af7e87}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{a28d9dcf-b57c-4dde-8294-1cde1b151ddc}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{92b7808f-4352-48cb-b2e1-8c49a76baa90}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{12f3d3b7-d413-4b53-af29-0e60583b0524}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{af5aacef-1ccc-41ce-ad02-86e33952fe1d}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{e2fbe8ed-819c-4e9e-9a44-2dac117c91a3}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{c3765256-9964-42c7-abc2-4b6f05b3db66}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{941c2f7c-e2c3-4a09-99d7-c13a7a60ae32}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{4158d744-2157-4920-a3a6-6822ad56b0b5}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{6cbaf132-baa2-41af-b99c-01760b221fc7}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/FormXml/main/{956e0db8-6537-4b70-84c9-e98f9ae545d8}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/FormXml/main/{956e0db8-6537-4b70-84c9-e98f9ae545d8}.xml new file mode 100644 index 00000000..3f533434 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/FormXml/main/{956e0db8-6537-4b70-84c9-e98f9ae545d8}.xml @@ -0,0 +1,132 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{956e0db8-6537-4b70-84c9-e98f9ae545d8}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form headerdensity="HighWithControls"> + <tabs> + <tab verticallayout="true" id="{937760ef-b5e1-4a0e-833e-6d8e7d7db2c3}" IsUserDefined="1"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{53e4eaeb-c5bc-4031-a6c6-16c6daea1dc4}" locklevel="0"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{118222d5-5f90-4ea3-88fb-d388658f768e}" visible="false"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="true" /> + </cell> + </row> + <row> + <cell id="{a33f24aa-8eea-4ab0-93b1-1bb9a85ff4bd}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Actual Revenue" languagecode="1033" /> + </labels> + <control id="p365i_actualrevenue" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_actualrevenue" disabled="true" /> + </cell> + </row> + <row> + <cell id="{25dddf17-5832-4e04-965f-048408fac6cd}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Close Date" languagecode="1033" /> + </labels> + <control id="p365i_closedate" classid="{5B773807-9FB2-42DB-97C3-7A91EFF8ADFF}" datafieldname="p365i_closedate" disabled="true" /> + </cell> + </row> + <row> + <cell id="{dae9b60e-7657-494a-a71c-e2e2e4997642}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Description" languagecode="1033" /> + </labels> + <control id="p365i_description" classid="{E0DECE4B-6FC8-4A8F-A065-082708572369}" datafieldname="p365i_description" disabled="true" /> + </cell> + </row> + <row> + <cell id="{9bc67dff-e8ff-4fea-9ffd-6a25299baf2e}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Opportunity" languagecode="1033" /> + </labels> + <control id="p365i_opportunity" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_opportunity" disabled="true" /> + </cell> + </row> + <row> + <cell id="{8ed85d6d-fd01-45fb-8ac5-ca9522078872}"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="true" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <header id="{202a1ebe-ebe7-412f-9ab9-356051e6eacb}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{1cb75c5a-a6ca-464b-9c0c-6e62cf67a7b6}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{eac5d215-192d-443a-aed2-8646bf40d1ab}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{97e0f9fe-193d-4a84-8437-abef101e0e7a}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </header> + <footer id="{e2e80766-db2f-4438-9d7d-a42687af43e5}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{a466755b-3539-4d95-bd0e-f343374cc742}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{96d53f42-860b-4524-9a00-bd37358c3908}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{53c3f5ab-b7df-4560-8291-a8a1c9c50b41}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/FormXml/main/{956e0db8-6537-4b70-84c9-e98f9ae545d8}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/FormXml/main/{956e0db8-6537-4b70-84c9-e98f9ae545d8}_managed.xml new file mode 100644 index 00000000..150cd892 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/FormXml/main/{956e0db8-6537-4b70-84c9-e98f9ae545d8}_managed.xml @@ -0,0 +1,132 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{956e0db8-6537-4b70-84c9-e98f9ae545d8}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form headerdensity="HighWithControls"> + <tabs> + <tab verticallayout="true" id="{937760ef-b5e1-4a0e-833e-6d8e7d7db2c3}" IsUserDefined="1"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{53e4eaeb-c5bc-4031-a6c6-16c6daea1dc4}" locklevel="0"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{118222d5-5f90-4ea3-88fb-d388658f768e}" visible="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="true" /> + </cell> + </row> + <row> + <cell id="{a33f24aa-8eea-4ab0-93b1-1bb9a85ff4bd}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_actualrevenue" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_actualrevenue" disabled="true" /> + </cell> + </row> + <row> + <cell id="{25dddf17-5832-4e04-965f-048408fac6cd}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_closedate" classid="{5B773807-9FB2-42DB-97C3-7A91EFF8ADFF}" datafieldname="p365i_closedate" disabled="true" /> + </cell> + </row> + <row> + <cell id="{dae9b60e-7657-494a-a71c-e2e2e4997642}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_description" classid="{E0DECE4B-6FC8-4A8F-A065-082708572369}" datafieldname="p365i_description" disabled="true" /> + </cell> + </row> + <row> + <cell id="{9bc67dff-e8ff-4fea-9ffd-6a25299baf2e}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_opportunity" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_opportunity" disabled="true" /> + </cell> + </row> + <row> + <cell id="{8ed85d6d-fd01-45fb-8ac5-ca9522078872}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="true" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <header id="{202a1ebe-ebe7-412f-9ab9-356051e6eacb}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{1cb75c5a-a6ca-464b-9c0c-6e62cf67a7b6}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{eac5d215-192d-443a-aed2-8646bf40d1ab}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{97e0f9fe-193d-4a84-8437-abef101e0e7a}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </header> + <footer id="{e2e80766-db2f-4438-9d7d-a42687af43e5}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{a466755b-3539-4d95-bd0e-f343374cc742}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{96d53f42-860b-4524-9a00-bd37358c3908}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{53c3f5ab-b7df-4560-8291-a8a1c9c50b41}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/FormXml/quick/{92921e5f-9795-407e-9761-f4fb059790a0}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/FormXml/quick/{92921e5f-9795-407e-9761-f4fb059790a0}.xml new file mode 100644 index 00000000..19ce46c8 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/FormXml/quick/{92921e5f-9795-407e-9761-f4fb059790a0}.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{92921e5f-9795-407e-9761-f4fb059790a0}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{bfcb2f26-5adf-4226-86db-7ffa02506e1f}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{92a0c469-bca7-4f4c-81c6-603d92bd2785}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{4f563423-cbf2-4ef2-901e-c526d12d27e4}"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{9d431d0d-aea8-4e12-8797-795a752f5d01}"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/FormXml/quick/{92921e5f-9795-407e-9761-f4fb059790a0}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/FormXml/quick/{92921e5f-9795-407e-9761-f4fb059790a0}_managed.xml new file mode 100644 index 00000000..dfabe271 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/FormXml/quick/{92921e5f-9795-407e-9761-f4fb059790a0}_managed.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{92921e5f-9795-407e-9761-f4fb059790a0}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{bfcb2f26-5adf-4226-86db-7ffa02506e1f}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{92a0c469-bca7-4f4c-81c6-603d92bd2785}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{4f563423-cbf2-4ef2-901e-c526d12d27e4}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{9d431d0d-aea8-4e12-8797-795a752f5d01}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/RibbonDiff.xml new file mode 100644 index 00000000..6b56f485 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/RibbonDiff.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<RibbonDiffXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <CustomActions /> + <Templates> + <RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates> + </Templates> + <CommandDefinitions /> + <RuleDefinitions> + <TabDisplayRules /> + <DisplayRules /> + <EnableRules /> + </RuleDefinitions> + <LocLabels /> +</RibbonDiffXml> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/SavedQueries/{0e7cc9c7-be37-4bcc-bb56-570d4c8ecbcf}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/SavedQueries/{0e7cc9c7-be37-4bcc-bb56-570d4c8ecbcf}.xml new file mode 100644 index 00000000..7b6237b5 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/SavedQueries/{0e7cc9c7-be37-4bcc-bb56-570d4c8ecbcf}.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{0e7cc9c7-be37-4bcc-bb56-570d4c8ecbcf}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_opportunityclosureid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + <cell name="p365i_closedate" width="102" /> + <cell name="p365i_opportunity" width="109" /> + <cell name="p365i_actualrevenue" width="130" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_opportunityclosure"> + <attribute name="p365i_opportunityclosureid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <attribute name="p365i_closedate" /> + <attribute name="p365i_opportunity" /> + <attribute name="p365i_actualrevenue" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Active Opportunity Closures" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/SavedQueries/{19f657f6-1fb6-4f41-bf5a-388345f983ef}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/SavedQueries/{19f657f6-1fb6-4f41-bf5a-388345f983ef}.xml new file mode 100644 index 00000000..16cd47d7 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/SavedQueries/{19f657f6-1fb6-4f41-bf5a-388345f983ef}.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{19f657f6-1fb6-4f41-bf5a-388345f983ef}</savedqueryid> + <layoutxml> + <grid name="p365i_opportunityclosures" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="p365i_opportunityclosure" id="p365i_opportunityclosureid"> + <cell name="p365i_opportunity" width="196" /> + <cell name="createdon" width="125" /> + <cell name="p365i_actualrevenue" width="130" /> + <cell name="p365i_closedate" width="102" /> + <cell name="p365i_description" width="106" /> + </row> + </grid> + </layoutxml> + <querytype>2</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_opportunityclosure"> + <attribute name="p365i_opportunityclosureid" /> + <attribute name="createdon" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <attribute name="p365i_actualrevenue" /> + <attribute name="p365i_closedate" /> + <attribute name="p365i_description" /> + <attribute name="p365i_opportunity" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Opportunity Closure Associated View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/SavedQueries/{20f9b1dd-d006-45de-be35-6f5ab3726512}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/SavedQueries/{20f9b1dd-d006-45de-be35-6f5ab3726512}.xml new file mode 100644 index 00000000..c632bfb6 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/SavedQueries/{20f9b1dd-d006-45de-be35-6f5ab3726512}.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>1</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{20f9b1dd-d006-45de-be35-6f5ab3726512}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_opportunityclosureid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>4</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_opportunityclosure"> + <attribute name="p365i_opportunityclosureid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <filter type="or" isquickfindfields="1"> + <condition attribute="p365i_name" operator="like" value="{0}" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quick Find Active Opportunity Closures" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/SavedQueries/{3e26d205-c8db-49b1-a748-9abfb074361e}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/SavedQueries/{3e26d205-c8db-49b1-a748-9abfb074361e}.xml new file mode 100644 index 00000000..14709482 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/SavedQueries/{3e26d205-c8db-49b1-a748-9abfb074361e}.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{3e26d205-c8db-49b1-a748-9abfb074361e}</savedqueryid> + <layoutxml> + <grid name="p365i_opportunityclosures" jump="p365i_name" select="1" icon="1" preview="0"> + <row name="p365i_opportunityclosure" id="p365i_opportunityclosureid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>64</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_opportunityclosure"> + <attribute name="p365i_opportunityclosureid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Opportunity Closure Lookup View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/SavedQueries/{5e0fcc9d-562f-4ad3-9bd2-ad11d43b9da5}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/SavedQueries/{5e0fcc9d-562f-4ad3-9bd2-ad11d43b9da5}.xml new file mode 100644 index 00000000..62bce66e --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/SavedQueries/{5e0fcc9d-562f-4ad3-9bd2-ad11d43b9da5}.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{5e0fcc9d-562f-4ad3-9bd2-ad11d43b9da5}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_opportunityclosureid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>1</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_opportunityclosure"> + <attribute name="p365i_opportunityclosureid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Opportunity Closure Advanced Find View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/SavedQueries/{c8061076-0169-ee11-9ae7-6045bdd06c78}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/SavedQueries/{c8061076-0169-ee11-9ae7-6045bdd06c78}.xml new file mode 100644 index 00000000..f54dfaa4 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/SavedQueries/{c8061076-0169-ee11-9ae7-6045bdd06c78}.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{c8061076-0169-ee11-9ae7-6045bdd06c78}</savedqueryid> + <querytype>8192</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical" output-format="xml-platform"> + <entity name="p365i_opportunityclosure"> + <attribute name="p365i_opportunityclosureid" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + <condition attribute="ownerid" operator="eq-userid" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="My Opportunity Closures" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="Active Opportunity Closures owned by me" languagecode="1033" /> + </Descriptions> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/SavedQueries/{fca04f1d-d7cf-49c8-ac16-9d8c7adeac7f}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/SavedQueries/{fca04f1d-d7cf-49c8-ac16-9d8c7adeac7f}.xml new file mode 100644 index 00000000..15406975 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityClosure/SavedQueries/{fca04f1d-d7cf-49c8-ac16-9d8c7adeac7f}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{fca04f1d-d7cf-49c8-ac16-9d8c7adeac7f}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_opportunityclosureid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_opportunityclosure"> + <attribute name="p365i_opportunityclosureid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="1" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Inactive Opportunity Closures" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/Entity.xml new file mode 100644 index 00000000..3f9aa70c --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/Entity.xml @@ -0,0 +1,1708 @@ +<?xml version="1.0" encoding="utf-8"?> +<Entity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Name LocalizedName="Opportunity Product" OriginalName="Opportunity Product">p365i_OpportunityProduct</Name> + <EntityInfo> + <entity Name="p365i_OpportunityProduct"> + <LocalizedNames> + <LocalizedName description="Opportunity Product" languagecode="1033" /> + </LocalizedNames> + <LocalizedCollectionNames> + <LocalizedCollectionName description="Opportunity Products" languagecode="1033" /> + </LocalizedCollectionNames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <attributes> + <attribute PhysicalName="CreatedBy"> + <Type>lookup</Type> + <Name>createdby</Name> + <LogicalName>createdby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOn"> + <Type>datetime</Type> + <Name>createdon</Name> + <LogicalName>createdon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOnBehalfBy"> + <Type>lookup</Type> + <Name>createdonbehalfby</Name> + <LogicalName>createdonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ExchangeRate"> + <Type>decimal</Type> + <Name>exchangerate</Name> + <LogicalName>exchangerate</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>1E-10</MinValue> + <MaxValue>100000000000</MaxValue> + <Accuracy>10</Accuracy> + <displaynames> + <displayname description="Exchange Rate" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Exchange rate for the currency associated with the entity with respect to the base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ImportSequenceNumber"> + <Type>int</Type> + <Name>importsequencenumber</Name> + <LogicalName>importsequencenumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-2147483648</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Import Sequence Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Sequence number of the import that created this record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedBy"> + <Type>lookup</Type> + <Name>modifiedby</Name> + <LogicalName>modifiedby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOn"> + <Type>datetime</Type> + <Name>modifiedon</Name> + <LogicalName>modifiedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Modified On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was modified." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOnBehalfBy"> + <Type>lookup</Type> + <Name>modifiedonbehalfby</Name> + <LogicalName>modifiedonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OverriddenCreatedOn"> + <Type>datetime</Type> + <Name>overriddencreatedon</Name> + <LogicalName>overriddencreatedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Record Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time that the record was migrated." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwnerId"> + <Type>owner</Type> + <Name>ownerid</Name> + <LogicalName>ownerid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes> + <LookupType id="00000000-0000-0000-0000-000000000000">8</LookupType> + <LookupType id="00000000-0000-0000-0000-000000000000">9</LookupType> + </LookupTypes> + <displaynames> + <displayname description="Owner" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningBusinessUnit"> + <Type>lookup</Type> + <Name>owningbusinessunit</Name> + <LogicalName>owningbusinessunit</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Business Unit" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningTeam"> + <Type>lookup</Type> + <Name>owningteam</Name> + <LogicalName>owningteam</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Team" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningUser"> + <Type>lookup</Type> + <Name>owninguser</Name> + <LogicalName>owninguser</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning User" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_ExistingProduct"> + <Type>lookup</Type> + <Name>p365i_existingproduct</Name> + <LogicalName>p365i_existingproduct</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Existing Product" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_ManualDiscount"> + <Type>money</Type> + <Name>p365i_manualdiscount</Name> + <LogicalName>p365i_manualdiscount</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>0</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Manual Discount" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_manualdiscount_Base"> + <Type>money</Type> + <Name>p365i_manualdiscount_base</Name> + <LogicalName>p365i_manualdiscount_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_ManualDiscount</CalculationOf> + <displaynames> + <displayname description="Manual Discount (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Manual Discount in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Opportunity"> + <Type>lookup</Type> + <Name>p365i_opportunity</Name> + <LogicalName>p365i_opportunity</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Opportunity" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_OpportunityProductId"> + <Type>primarykey</Type> + <Name>p365i_opportunityproductid</Name> + <LogicalName>p365i_opportunityproductid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|RequiredForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>0</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <displaynames> + <displayname description="Opportunity Product" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for entity instances" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_PriceList"> + <Type>lookup</Type> + <Name>p365i_pricelist</Name> + <LogicalName>p365i_pricelist</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Price List" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Product"> + <Type>nvarchar</Type> + <Name>p365i_product</Name> + <LogicalName>p365i_product</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>1</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>100</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Product" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Quantity"> + <Type>int</Type> + <Name>p365i_quantity</Name> + <LogicalName>p365i_quantity</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>none</Format> + <MinValue>0</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Quantity" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_SalesUnit"> + <Type>lookup</Type> + <Name>p365i_salesunit</Name> + <LogicalName>p365i_salesunit</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Sales Unit" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_SelectProduct"> + <Type>bit</Type> + <Name>p365i_selectproduct</Name> + <LogicalName>p365i_selectproduct</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <AppDefaultValue>0</AppDefaultValue> + <optionset Name="p365i_opportunityproduct_p365i_selectproduct"> + <OptionSetType>bit</OptionSetType> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <ExternalTypeName></ExternalTypeName> + <displaynames> + <displayname description="Select Product" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <options> + <option value="1" ExternalValue=""> + <labels> + <label description="Write-In" languagecode="1033" /> + </labels> + </option> + <option value="0" ExternalValue=""> + <labels> + <label description="Existing" languagecode="1033" /> + </labels> + </option> + </options> + </optionset> + <displaynames> + <displayname description="Select Product" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Subtotal"> + <Type>money</Type> + <Name>p365i_subtotal</Name> + <LogicalName>p365i_subtotal</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Subtotal" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <FormulaDefinitionFileName>/Formulas/p365i_opportunityproduct-p365i_subtotal.xaml</FormulaDefinitionFileName> + </attribute> + <attribute PhysicalName="p365i_subtotal_Base"> + <Type>money</Type> + <Name>p365i_subtotal_base</Name> + <LogicalName>p365i_subtotal_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_Subtotal</CalculationOf> + <displaynames> + <displayname description="Subtotal (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Subtotal in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Tax"> + <Type>money</Type> + <Name>p365i_tax</Name> + <LogicalName>p365i_tax</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Tax" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_tax_Base"> + <Type>money</Type> + <Name>p365i_tax_base</Name> + <LogicalName>p365i_tax_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_Tax</CalculationOf> + <displaynames> + <displayname description="Tax (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Tax in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_TotalCost"> + <Type>money</Type> + <Name>p365i_totalcost</Name> + <LogicalName>p365i_totalcost</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Total Cost" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <FormulaDefinitionFileName>/Formulas/p365i_opportunityproduct-p365i_totalcost.xaml</FormulaDefinitionFileName> + </attribute> + <attribute PhysicalName="p365i_totalcost_Base"> + <Type>money</Type> + <Name>p365i_totalcost_base</Name> + <LogicalName>p365i_totalcost_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_TotalCost</CalculationOf> + <displaynames> + <displayname description="Total Cost (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Total Cost in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_UnitCost"> + <Type>money</Type> + <Name>p365i_unitcost</Name> + <LogicalName>p365i_unitcost</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>0</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Unit Cost" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_unitcost_Base"> + <Type>money</Type> + <Name>p365i_unitcost_base</Name> + <LogicalName>p365i_unitcost_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_UnitCost</CalculationOf> + <displaynames> + <displayname description="Unit Cost (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Unit Cost in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_UnitCostLine"> + <Type>money</Type> + <Name>p365i_unitcostline</Name> + <LogicalName>p365i_unitcostline</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Unit Cost" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <FormulaDefinitionFileName>/Formulas/p365i_opportunityproduct-p365i_unitcostline.xaml</FormulaDefinitionFileName> + </attribute> + <attribute PhysicalName="p365i_unitcostline_Base"> + <Type>money</Type> + <Name>p365i_unitcostline_base</Name> + <LogicalName>p365i_unitcostline_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_UnitCostLine</CalculationOf> + <displaynames> + <displayname description="Unit Cost (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Unit Cost in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_WriteInProduct"> + <Type>nvarchar</Type> + <Name>p365i_writeinproduct</Name> + <LogicalName>p365i_writeinproduct</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>100</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Write-In Product" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statecode"> + <Type>state</Type> + <Name>statecode</Name> + <LogicalName>statecode</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_opportunityproduct_statecode"> + <OptionSetType>state</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Opportunity Product" languagecode="1033" /> + </Descriptions> + <states> + <state value="0" defaultstatus="1" invariantname="Active"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </state> + <state value="1" defaultstatus="2" invariantname="Inactive"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </state> + </states> + </optionset> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Opportunity Product" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statuscode"> + <Type>status</Type> + <Name>statuscode</Name> + <LogicalName>statuscode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_opportunityproduct_statuscode"> + <OptionSetType>status</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Opportunity Product" languagecode="1033" /> + </Descriptions> + <statuses> + <status value="1" state="0"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </status> + <status value="2" state="1"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </status> + </statuses> + </optionset> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Opportunity Product" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TimeZoneRuleVersionNumber"> + <Type>int</Type> + <Name>timezoneruleversionnumber</Name> + <LogicalName>timezoneruleversionnumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Time Zone Rule Version Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="For internal use only." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TransactionCurrencyId"> + <Type>lookup</Type> + <Name>transactioncurrencyid</Name> + <LogicalName>transactioncurrencyid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Currency" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the currency associated with the entity." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="UTCConversionTimeZoneCode"> + <Type>int</Type> + <Name>utcconversiontimezonecode</Name> + <LogicalName>utcconversiontimezonecode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="UTC Conversion Time Zone Code" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Time zone code that was in use when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + </attributes> + <EntitySetName>p365i_opportunityproducts</EntitySetName> + <IsDuplicateCheckSupported>0</IsDuplicateCheckSupported> + <IsBusinessProcessEnabled>0</IsBusinessProcessEnabled> + <IsRequiredOffline>0</IsRequiredOffline> + <IsInteractionCentricEnabled>0</IsInteractionCentricEnabled> + <IsCollaboration>0</IsCollaboration> + <AutoRouteToOwnerQueue>0</AutoRouteToOwnerQueue> + <IsConnectionsEnabled>0</IsConnectionsEnabled> + <IsDocumentManagementEnabled>0</IsDocumentManagementEnabled> + <AutoCreateAccessTeams>0</AutoCreateAccessTeams> + <IsOneNoteIntegrationEnabled>0</IsOneNoteIntegrationEnabled> + <IsKnowledgeManagementEnabled>0</IsKnowledgeManagementEnabled> + <IsSLAEnabled>0</IsSLAEnabled> + <IsDocumentRecommendationsEnabled>0</IsDocumentRecommendationsEnabled> + <IsBPFEntity>0</IsBPFEntity> + <OwnershipTypeMask>UserOwned</OwnershipTypeMask> + <IsAuditEnabled>0</IsAuditEnabled> + <IsRetrieveAuditEnabled>0</IsRetrieveAuditEnabled> + <IsRetrieveMultipleAuditEnabled>0</IsRetrieveMultipleAuditEnabled> + <IsActivity>0</IsActivity> + <ActivityTypeMask></ActivityTypeMask> + <IsActivityParty>0</IsActivityParty> + <IsReplicated>0</IsReplicated> + <IsReplicationUserFiltered>0</IsReplicationUserFiltered> + <IsMailMergeEnabled>0</IsMailMergeEnabled> + <IsVisibleInMobile>0</IsVisibleInMobile> + <IsVisibleInMobileClient>0</IsVisibleInMobileClient> + <IsReadOnlyInMobileClient>0</IsReadOnlyInMobileClient> + <IsOfflineInMobileClient>0</IsOfflineInMobileClient> + <DaysSinceRecordLastModified>0</DaysSinceRecordLastModified> + <MobileOfflineFilters></MobileOfflineFilters> + <IsMapiGridEnabled>1</IsMapiGridEnabled> + <IsReadingPaneEnabled>1</IsReadingPaneEnabled> + <IsQuickCreateEnabled>1</IsQuickCreateEnabled> + <SyncToExternalSearchIndex>0</SyncToExternalSearchIndex> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <IsMappable>1</IsMappable> + <CanModifyAuditSettings>1</CanModifyAuditSettings> + <CanModifyMobileVisibility>1</CanModifyMobileVisibility> + <CanModifyMobileClientVisibility>1</CanModifyMobileClientVisibility> + <CanModifyMobileClientReadOnly>1</CanModifyMobileClientReadOnly> + <CanModifyMobileClientOffline>1</CanModifyMobileClientOffline> + <CanModifyConnectionSettings>1</CanModifyConnectionSettings> + <CanModifyDuplicateDetectionSettings>1</CanModifyDuplicateDetectionSettings> + <CanModifyMailMergeSettings>1</CanModifyMailMergeSettings> + <CanModifyQueueSettings>1</CanModifyQueueSettings> + <CanCreateAttributes>1</CanCreateAttributes> + <CanCreateForms>1</CanCreateForms> + <CanCreateCharts>1</CanCreateCharts> + <CanCreateViews>1</CanCreateViews> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <CanEnableSyncToExternalSearchIndex>1</CanEnableSyncToExternalSearchIndex> + <EnforceStateTransitions>0</EnforceStateTransitions> + <CanChangeHierarchicalRelationship>1</CanChangeHierarchicalRelationship> + <EntityHelpUrlEnabled>0</EntityHelpUrlEnabled> + <ChangeTrackingEnabled>0</ChangeTrackingEnabled> + <CanChangeTrackingBeEnabled>1</CanChangeTrackingBeEnabled> + <IsEnabledForExternalChannels>0</IsEnabledForExternalChannels> + <IsMSTeamsIntegrationEnabled>0</IsMSTeamsIntegrationEnabled> + <IsSolutionAware>0</IsSolutionAware> + </entity> + </EntityInfo> + <FormXml /> + <SavedQueries /> + <RibbonDiffXml /> +</Entity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/FormXml/card/{7c54b3b2-8874-4912-9e55-3ba1c8f77c07}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/FormXml/card/{7c54b3b2-8874-4912-9e55-3ba1c8f77c07}.xml new file mode 100644 index 00000000..b5b1c6cf --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/FormXml/card/{7c54b3b2-8874-4912-9e55-3ba1c8f77c07}.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{7c54b3b2-8874-4912-9e55-3ba1c8f77c07}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{9ba854af-eecd-48e6-b38e-e97f1b3b849c}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{273320e5-85ad-4e19-a029-a7fd43410343}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{0c57f67c-4f81-478c-b7dc-71c736c8ec0d}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{17eed8ae-a6f9-4d44-9dd0-5968630e1623}" showlabel="true" locklevel="0"> + <labels> + <label description="Status Reason" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{4cf8e86d-b441-4aca-8852-4aa5d9b49abf}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{92125778-8702-479c-bde7-b9b47818e2a2}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{7d0554d2-b80c-46c0-b239-5704abb0f850}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{38416c19-9f55-4774-ae98-79a447d0b806}" showlabel="true" locklevel="0"> + <labels> + <label description="Product" languagecode="1033" /> + </labels> + <control id="p365i_product" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_product" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{35d03031-b63c-425f-9a3b-c03179772810}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{7856c69b-0806-4ce2-83e2-e731ff606f52}" showlabel="true" locklevel="0"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{c6e76f8d-73de-4341-904a-b929e70433c3}" showlabel="true" locklevel="0"> + <labels> + <label description="Created On" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{687b5dd8-40ae-4a8c-bf8f-e2f14ab458e4}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{a70cb646-e1f9-46b2-9af8-d12fb3c1b3f6}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/FormXml/card/{7c54b3b2-8874-4912-9e55-3ba1c8f77c07}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/FormXml/card/{7c54b3b2-8874-4912-9e55-3ba1c8f77c07}_managed.xml new file mode 100644 index 00000000..0ba9c37e --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/FormXml/card/{7c54b3b2-8874-4912-9e55-3ba1c8f77c07}_managed.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{7c54b3b2-8874-4912-9e55-3ba1c8f77c07}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{9ba854af-eecd-48e6-b38e-e97f1b3b849c}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{273320e5-85ad-4e19-a029-a7fd43410343}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{0c57f67c-4f81-478c-b7dc-71c736c8ec0d}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{17eed8ae-a6f9-4d44-9dd0-5968630e1623}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{4cf8e86d-b441-4aca-8852-4aa5d9b49abf}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{92125778-8702-479c-bde7-b9b47818e2a2}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{7d0554d2-b80c-46c0-b239-5704abb0f850}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{38416c19-9f55-4774-ae98-79a447d0b806}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_product" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_product" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{35d03031-b63c-425f-9a3b-c03179772810}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{7856c69b-0806-4ce2-83e2-e731ff606f52}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{c6e76f8d-73de-4341-904a-b929e70433c3}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{687b5dd8-40ae-4a8c-bf8f-e2f14ab458e4}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{a70cb646-e1f9-46b2-9af8-d12fb3c1b3f6}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/FormXml/main/{51832aab-57b6-4f5d-8b9e-62304f189327}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/FormXml/main/{51832aab-57b6-4f5d-8b9e-62304f189327}.xml new file mode 100644 index 00000000..a06d52f2 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/FormXml/main/{51832aab-57b6-4f5d-8b9e-62304f189327}.xml @@ -0,0 +1,252 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{51832aab-57b6-4f5d-8b9e-62304f189327}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form headerdensity="HighWithControls"> + <tabs> + <tab verticallayout="true" id="{c959a3c1-9193-445a-8c79-4b9b669c508b}" IsUserDefined="1"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{6dd23d04-422b-44c9-80c6-2b9ebf0d8263}" columns="11"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{1011c506-4fd9-46b0-b1b8-0524e6a9ca95}" locklevel="0" colspan="1" rowspan="1" visible="true"> + <labels> + <label description="Price List" languagecode="1033" /> + </labels> + <control id="p365i_pricelist" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_pricelist" disabled="true" /> + </cell> + </row> + <row> + <cell id="{683378c9-4a27-44b0-b522-4edf6c19b0cb}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Existing Product" languagecode="1033" /> + </labels> + <control id="p365i_existingproduct" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_existingproduct" disabled="false"> + <parameters> + <DependentAttributeName>p365i_opportunityproduct.p365i_pricelist</DependentAttributeName> + <DependentAttributeType>p365i_pricelist</DependentAttributeType> + <FilterRelationshipName>p365i_p365i_listitem_PriceList_p365i_pricelist</FilterRelationshipName> + </parameters> + </control> + </cell> + <cell id="{471723b8-209c-462a-a5d2-8fd7e2f10a12}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Opportunity" languagecode="1033" /> + </labels> + <control id="p365i_opportunity" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_opportunity" disabled="true" /> + </cell> + </row> + <row> + <cell id="{16c57977-694f-4ef0-830b-aa0be58622af}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Write-In Product" languagecode="1033" /> + </labels> + <control id="p365i_writeinproduct" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_writeinproduct" disabled="false" /> + </cell> + <cell id="{717d48bd-165e-47c9-9e23-6a9d5b8e0a8c}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Select Product" languagecode="1033" /> + </labels> + <control id="p365i_selectproduct" classid="{67FAC785-CD58-4F9F-ABB3-4B7DDC6ED5ED}" datafieldname="p365i_selectproduct" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="null_section_4" id="a4ada355-29cf-47fb-aac0-d9c789131820" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="11" labelwidth="115"> + <labels> + <label description="Product Line Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell locklevel="0" id="{d7be14c4-c8fa-494d-a0c3-aa14fcfca994}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell locklevel="0" id="{61de4f1e-491b-49cb-9001-ce3c2cdc941a}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell locklevel="0" id="{06235f62-e1a8-491d-a713-e20a1e5b7526}" colspan="1" rowspan="1"> + <labels> + <label description="New QV control 1699180926892" languagecode="1033" /> + </labels> + <control id="QuickviewControl1699180926892" classid="{5C5600E0-1D6E-4205-A272-BE80DA87FD42}" datafieldname="p365i_existingproduct"> + <parameters> + <DisplayAsCustomer360Tile>false</DisplayAsCustomer360Tile> + <QuickForms><QuickFormIds><QuickFormId entityname="p365i_listitem">8fc47389-c87b-ee11-8179-00224840d636</QuickFormId></QuickFormIds></QuickForms> + <HideQuickFormBorder>true</HideQuickFormBorder> + </parameters> + </control> + </cell> + <cell locklevel="0" id="{501db7fd-90ca-4c00-8814-7aa065db075c}" colspan="1" rowspan="1"> + <labels> + <label description="New QV control 1699181233612" languagecode="1033" /> + </labels> + <control id="QuickviewControl1699181233612" classid="{5C5600E0-1D6E-4205-A272-BE80DA87FD42}" datafieldname="p365i_existingproduct"> + <parameters> + <DisplayAsCustomer360Tile>false</DisplayAsCustomer360Tile> + <QuickForms><QuickFormIds><QuickFormId entityname="p365i_listitem">70dec15d-c87b-ee11-8179-00224840d636</QuickFormId></QuickFormIds></QuickForms> + <HideQuickFormBorder>true</HideQuickFormBorder> + </parameters> + </control> + </cell> + </row> + </rows> + </section> + <section name="Pricing" id="6f496f0c-a6cf-44a3-b2f3-0646b3d31417" IsUserDefined="0" locklevel="0" showlabel="true" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="11" labelwidth="115"> + <labels> + <label description="Pricing" languagecode="1033" /> + </labels> + <rows> + <row> + <cell locklevel="0" id="{ab246ac1-95be-4230-964a-fc16eb2b0207}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell locklevel="0" id="{9d77dde3-306d-4d8f-9b2b-487618a8d0ea}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{5224e14b-bc33-48af-8767-cb70c26bba36}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Unit Cost" languagecode="1033" /> + </labels> + <control id="p365i_unitcost" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_unitcost" disabled="false" /> + </cell> + <cell id="{c06a33a7-a51f-4482-a00d-91884988ca54}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Sales Unit" languagecode="1033" /> + </labels> + <control id="p365i_salesunit" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_salesunit" disabled="false" /> + </cell> + </row> + <row> + <cell id="{9a0b1343-43b3-4dff-875b-0784f3aa1a53}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="Unit Cost" languagecode="1033" /> + </labels> + <control id="p365i_unitcostline" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_unitcostline" disabled="false" /> + </cell> + </row> + <row> + <cell id="{90d67ce5-2724-4789-9f05-2e99dd0d9dbb}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="Quantity" languagecode="1033" /> + </labels> + <control id="p365i_quantity" classid="{C6D124CA-7EDA-4A60-AEA9-7FB8D318B68F}" datafieldname="p365i_quantity" disabled="false" /> + </cell> + </row> + <row> + <cell id="{bf712472-f25d-4cfe-90e8-80ef2e908320}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="Subtotal" languagecode="1033" /> + </labels> + <control id="p365i_subtotal" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_subtotal" disabled="false" /> + </cell> + </row> + <row> + <cell id="{28b07daa-87e3-4f84-9492-54ede3ae9421}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="Manual Discount" languagecode="1033" /> + </labels> + <control id="p365i_manualdiscount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_manualdiscount" disabled="false" /> + </cell> + </row> + <row> + <cell id="{853717cd-17f4-42aa-b352-435957109042}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="Tax" languagecode="1033" /> + </labels> + <control id="p365i_tax" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_tax" disabled="false" /> + </cell> + </row> + <row> + <cell id="{1d39cf66-dc73-4226-8961-6fa31e26acf6}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="Total Cost" languagecode="1033" /> + </labels> + <control id="p365i_totalcost" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_totalcost" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <header id="{a6ca7635-2eac-4507-b8fc-df2dc88a5826}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{ea69729b-d567-47d2-8880-a2286a0311a5}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{0568bff3-a2d5-4a80-9d09-531885b99390}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{4fb4c5fa-0848-4cc3-82a0-fae479bd05e1}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </header> + <footer id="{3c896d59-a99e-4054-93f1-aeabc2334a3b}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{32cf9025-d32f-4782-9644-958249b836c0}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{9686f29c-5c16-4c9f-bdab-1963e93836b3}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{fa60c15c-c1d7-4ebc-8829-8f75b6ab1417}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Opportunity Line Item" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/FormXml/main/{51832aab-57b6-4f5d-8b9e-62304f189327}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/FormXml/main/{51832aab-57b6-4f5d-8b9e-62304f189327}_managed.xml new file mode 100644 index 00000000..f2f9bf79 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/FormXml/main/{51832aab-57b6-4f5d-8b9e-62304f189327}_managed.xml @@ -0,0 +1,252 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{51832aab-57b6-4f5d-8b9e-62304f189327}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form headerdensity="HighWithControls"> + <tabs> + <tab verticallayout="true" id="{c959a3c1-9193-445a-8c79-4b9b669c508b}" IsUserDefined="1"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{6dd23d04-422b-44c9-80c6-2b9ebf0d8263}" columns="11"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{1011c506-4fd9-46b0-b1b8-0524e6a9ca95}" locklevel="0" colspan="1" rowspan="1" visible="true"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_pricelist" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_pricelist" disabled="true" /> + </cell> + </row> + <row> + <cell id="{683378c9-4a27-44b0-b522-4edf6c19b0cb}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_existingproduct" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_existingproduct" disabled="false"> + <parameters> + <DependentAttributeName>p365i_opportunityproduct.p365i_pricelist</DependentAttributeName> + <DependentAttributeType>p365i_pricelist</DependentAttributeType> + <FilterRelationshipName>p365i_p365i_listitem_PriceList_p365i_pricelist</FilterRelationshipName> + </parameters> + </control> + </cell> + <cell id="{471723b8-209c-462a-a5d2-8fd7e2f10a12}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_opportunity" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_opportunity" disabled="true" /> + </cell> + </row> + <row> + <cell id="{16c57977-694f-4ef0-830b-aa0be58622af}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_writeinproduct" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_writeinproduct" disabled="false" /> + </cell> + <cell id="{717d48bd-165e-47c9-9e23-6a9d5b8e0a8c}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_selectproduct" classid="{67FAC785-CD58-4F9F-ABB3-4B7DDC6ED5ED}" datafieldname="p365i_selectproduct" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="null_section_4" id="a4ada355-29cf-47fb-aac0-d9c789131820" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="11" labelwidth="115"> + <labels> + <label description="Product Line Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell locklevel="0" id="{d7be14c4-c8fa-494d-a0c3-aa14fcfca994}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell locklevel="0" id="{61de4f1e-491b-49cb-9001-ce3c2cdc941a}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell locklevel="0" id="{06235f62-e1a8-491d-a713-e20a1e5b7526}" colspan="1" rowspan="1"> + <labels> + <label description="New QV control 1699180926892" languagecode="1033" /> + </labels> + <control id="QuickviewControl1699180926892" classid="{5C5600E0-1D6E-4205-A272-BE80DA87FD42}" datafieldname="p365i_existingproduct"> + <parameters> + <DisplayAsCustomer360Tile>false</DisplayAsCustomer360Tile> + <QuickForms><QuickFormIds><QuickFormId entityname="p365i_listitem">8fc47389-c87b-ee11-8179-00224840d636</QuickFormId></QuickFormIds></QuickForms> + <HideQuickFormBorder>true</HideQuickFormBorder> + </parameters> + </control> + </cell> + <cell locklevel="0" id="{501db7fd-90ca-4c00-8814-7aa065db075c}" colspan="1" rowspan="1"> + <labels> + <label description="New QV control 1699181233612" languagecode="1033" /> + </labels> + <control id="QuickviewControl1699181233612" classid="{5C5600E0-1D6E-4205-A272-BE80DA87FD42}" datafieldname="p365i_existingproduct"> + <parameters> + <DisplayAsCustomer360Tile>false</DisplayAsCustomer360Tile> + <QuickForms><QuickFormIds><QuickFormId entityname="p365i_listitem">70dec15d-c87b-ee11-8179-00224840d636</QuickFormId></QuickFormIds></QuickForms> + <HideQuickFormBorder>true</HideQuickFormBorder> + </parameters> + </control> + </cell> + </row> + </rows> + </section> + <section name="Pricing" id="6f496f0c-a6cf-44a3-b2f3-0646b3d31417" IsUserDefined="0" locklevel="0" showlabel="true" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="11" labelwidth="115"> + <labels> + <label description="Pricing" languagecode="1033" /> + </labels> + <rows> + <row> + <cell locklevel="0" id="{ab246ac1-95be-4230-964a-fc16eb2b0207}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell locklevel="0" id="{9d77dde3-306d-4d8f-9b2b-487618a8d0ea}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{5224e14b-bc33-48af-8767-cb70c26bba36}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_unitcost" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_unitcost" disabled="false" /> + </cell> + <cell id="{c06a33a7-a51f-4482-a00d-91884988ca54}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_salesunit" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_salesunit" disabled="false" /> + </cell> + </row> + <row> + <cell id="{9a0b1343-43b3-4dff-875b-0784f3aa1a53}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_unitcostline" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_unitcostline" disabled="false" /> + </cell> + </row> + <row> + <cell id="{90d67ce5-2724-4789-9f05-2e99dd0d9dbb}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_quantity" classid="{C6D124CA-7EDA-4A60-AEA9-7FB8D318B68F}" datafieldname="p365i_quantity" disabled="false" /> + </cell> + </row> + <row> + <cell id="{bf712472-f25d-4cfe-90e8-80ef2e908320}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_subtotal" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_subtotal" disabled="false" /> + </cell> + </row> + <row> + <cell id="{28b07daa-87e3-4f84-9492-54ede3ae9421}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_manualdiscount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_manualdiscount" disabled="false" /> + </cell> + </row> + <row> + <cell id="{853717cd-17f4-42aa-b352-435957109042}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_tax" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_tax" disabled="false" /> + </cell> + </row> + <row> + <cell id="{1d39cf66-dc73-4226-8961-6fa31e26acf6}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_totalcost" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_totalcost" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <header id="{a6ca7635-2eac-4507-b8fc-df2dc88a5826}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{ea69729b-d567-47d2-8880-a2286a0311a5}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{0568bff3-a2d5-4a80-9d09-531885b99390}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{4fb4c5fa-0848-4cc3-82a0-fae479bd05e1}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </header> + <footer id="{3c896d59-a99e-4054-93f1-aeabc2334a3b}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{32cf9025-d32f-4782-9644-958249b836c0}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{9686f29c-5c16-4c9f-bdab-1963e93836b3}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{fa60c15c-c1d7-4ebc-8829-8f75b6ab1417}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Opportunity Line Item" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/FormXml/quick/{ba930a2d-a7dc-4eec-856b-8df93f3a3c60}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/FormXml/quick/{ba930a2d-a7dc-4eec-856b-8df93f3a3c60}.xml new file mode 100644 index 00000000..91e37e7a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/FormXml/quick/{ba930a2d-a7dc-4eec-856b-8df93f3a3c60}.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{ba930a2d-a7dc-4eec-856b-8df93f3a3c60}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{3a478d0b-060e-4c84-9e14-d0992341f62c}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{f890df47-b754-4b07-a162-aa2e321bef30}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{046be58a-fdf3-44de-9268-0659f9f6e23d}"> + <labels> + <label description="Product" languagecode="1033" /> + </labels> + <control id="p365i_product" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_product" /> + </cell> + </row> + <row> + <cell id="{1e3aaf72-428a-4c37-abfb-96df52094063}"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/FormXml/quick/{ba930a2d-a7dc-4eec-856b-8df93f3a3c60}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/FormXml/quick/{ba930a2d-a7dc-4eec-856b-8df93f3a3c60}_managed.xml new file mode 100644 index 00000000..71a8e57d --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/FormXml/quick/{ba930a2d-a7dc-4eec-856b-8df93f3a3c60}_managed.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{ba930a2d-a7dc-4eec-856b-8df93f3a3c60}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{3a478d0b-060e-4c84-9e14-d0992341f62c}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{f890df47-b754-4b07-a162-aa2e321bef30}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{046be58a-fdf3-44de-9268-0659f9f6e23d}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_product" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_product" /> + </cell> + </row> + <row> + <cell id="{1e3aaf72-428a-4c37-abfb-96df52094063}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/Formulas/p365i_opportunityproduct-p365i_subtotal.xaml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/Formulas/p365i_opportunityproduct-p365i_subtotal.xaml new file mode 100644 index 00000000..bd342b31 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/Formulas/p365i_opportunityproduct-p365i_subtotal.xaml @@ -0,0 +1,119 @@ +<Activity x:Class="XrmWorkflow00000000000000000000000000000000" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mcwc="clr-namespace:Microsoft.Crm.Workflow.ClientActivities;assembly=Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxs="clr-namespace:Microsoft.Xrm.Sdk;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxswa="clr-namespace:Microsoft.Xrm.Sdk.Workflow.Activities;assembly=Microsoft.Xrm.Sdk.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:s="clr-namespace:System;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:srs="clr-namespace:System.Runtime.Serialization;assembly=System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:this="clr-namespace:" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> + <x:Members> + <x:Property Name="InputEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + <x:Property Name="CreatedEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + </x:Members> + <this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <mva:VisualBasic.Settings>Assembly references and imported namespaces for internal implementation</mva:VisualBasic.Settings> + <mxswa:Workflow> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionSequence, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionStep1"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Wait">False</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables"> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="True" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_1" /> + </sco:Collection> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Boolean, "true" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Boolean" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[ConditionBranchStep2_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[True]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep4"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_1" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_2" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_3" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_4" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_5" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunityproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_quantity" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep4_3]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_3 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_unitcostline" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep4_5]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_5 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_4]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Multiply</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_2, SetAttributeValueStep4_4 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_subtotal" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep4_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep4" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Boolean x:Key="ContainsElseBranch">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </mxswa:Workflow> +</Activity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/Formulas/p365i_opportunityproduct-p365i_totalcost.xaml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/Formulas/p365i_opportunityproduct-p365i_totalcost.xaml new file mode 100644 index 00000000..eb3445e9 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/Formulas/p365i_opportunityproduct-p365i_totalcost.xaml @@ -0,0 +1,699 @@ +<Activity x:Class="XrmWorkflow00000000000000000000000000000000" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mcwc="clr-namespace:Microsoft.Crm.Workflow.ClientActivities;assembly=Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxs="clr-namespace:Microsoft.Xrm.Sdk;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxsq="clr-namespace:Microsoft.Xrm.Sdk.Query;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxswa="clr-namespace:Microsoft.Xrm.Sdk.Workflow.Activities;assembly=Microsoft.Xrm.Sdk.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:s="clr-namespace:System;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:srs="clr-namespace:System.Runtime.Serialization;assembly=System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:this="clr-namespace:" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> + <x:Members> + <x:Property Name="InputEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + <x:Property Name="CreatedEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + </x:Members> + <this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <mva:VisualBasic.Settings>Assembly references and imported namespaces for internal implementation</mva:VisualBasic.Settings> + <mxswa:Workflow> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionSequence, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionStep1"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Wait">False</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables"> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep2_condition" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep2_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_2" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep2_3" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_4" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep6_condition" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep6_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep6_2" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep6_3" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep6_4" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep15_condition" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep15_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep15_2" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep15_3" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep15_4" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep20_condition" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep20_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep20_2" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep20_3" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep20_4" /> + </sco:Collection> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:GetEntityProperty Attribute="p365i_tax" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[ConditionBranchStep2_2]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">NotNull</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep2_2]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep2_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[ConditionBranchStep2_4]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">NotNull</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep2_4]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep2_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateLogicalCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateLogicalCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:LogicalOperator" x:Key="LogicalOperator">And</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="LeftOperand">[ConditionBranchStep2_1]</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="RightOperand">[ConditionBranchStep2_3]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep2_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep2_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep4"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_1" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_2" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_3" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_4" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_5" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_6" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_7" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_8" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_9" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_10" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_11" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_12" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_13" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunityproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_quantity" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep4_7]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_7 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_6]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_unitcostline" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep4_9]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_9 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_8]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Multiply</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_6, SetAttributeValueStep4_8 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_5]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_5 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_4]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_tax" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep4_11]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_11 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_10]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Add</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_4, SetAttributeValueStep4_10 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_3 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep4_13]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_13 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_12]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Subtract</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_2, SetAttributeValueStep4_12 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_totalcost" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep4_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep4" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_tax" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[ConditionBranchStep6_2]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">NotNull</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep6_2]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep6_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[ConditionBranchStep6_4]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Null</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep6_4]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep6_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateLogicalCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateLogicalCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:LogicalOperator" x:Key="LogicalOperator">And</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="LeftOperand">[ConditionBranchStep6_1]</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="RightOperand">[ConditionBranchStep6_3]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep6_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep6"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep6_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep6"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep13"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_1" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_2" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_3" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_4" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_5" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_6" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_7" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_8" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_9" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunityproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_quantity" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep13_5]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_5 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_4]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_unitcostline" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep13_7]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_7 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_6]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Multiply</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_4, SetAttributeValueStep13_6 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_3 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_tax" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep13_9]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_9 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_8]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Add</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_2, SetAttributeValueStep13_8 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_totalcost" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep13_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep13" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_tax" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[ConditionBranchStep15_2]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Null</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep15_2]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep15_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[ConditionBranchStep15_4]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">NotNull</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep15_4]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep15_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateLogicalCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateLogicalCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:LogicalOperator" x:Key="LogicalOperator">And</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="LeftOperand">[ConditionBranchStep15_1]</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="RightOperand">[ConditionBranchStep15_3]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep15_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep15"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep15_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep15"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep18"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep18_1" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep18_2" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep18_3" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep18_4" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep18_5" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep18_6" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep18_7" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep18_8" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep18_9" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunityproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_quantity" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep18_5]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep18_5 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep18_4]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_unitcostline" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep18_7]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep18_7 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep18_6]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Multiply</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep18_4, SetAttributeValueStep18_6 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep18_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep18_3 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep18_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep18_9]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep18_9 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep18_8]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Subtract</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep18_2, SetAttributeValueStep18_8 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep18_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_totalcost" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep18_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep18" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_tax" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[ConditionBranchStep20_2]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Null</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep20_2]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep20_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[ConditionBranchStep20_4]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Null</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep20_4]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep20_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateLogicalCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateLogicalCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:LogicalOperator" x:Key="LogicalOperator">And</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="LeftOperand">[ConditionBranchStep20_1]</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="RightOperand">[ConditionBranchStep20_3]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep20_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep20"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep20_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep20"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep21"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep21_1" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep21_2" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep21_3" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep21_4" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep21_5" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunityproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_quantity" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep21_3]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep21_3 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep21_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_unitcostline" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep21_5]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep21_5 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep21_4]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Multiply</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep21_2, SetAttributeValueStep21_4 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep21_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_totalcost" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep21_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep21" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Boolean x:Key="ContainsElseBranch">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </mxswa:Workflow> +</Activity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/Formulas/p365i_opportunityproduct-p365i_unitcostline.xaml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/Formulas/p365i_opportunityproduct-p365i_unitcostline.xaml new file mode 100644 index 00000000..aa46e8d8 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/Formulas/p365i_opportunityproduct-p365i_unitcostline.xaml @@ -0,0 +1,147 @@ +<Activity x:Class="XrmWorkflow00000000000000000000000000000000" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mcwc="clr-namespace:Microsoft.Crm.Workflow.ClientActivities;assembly=Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxs="clr-namespace:Microsoft.Xrm.Sdk;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxsq="clr-namespace:Microsoft.Xrm.Sdk.Query;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxswa="clr-namespace:Microsoft.Xrm.Sdk.Workflow.Activities;assembly=Microsoft.Xrm.Sdk.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:s="clr-namespace:System;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:srs="clr-namespace:System.Runtime.Serialization;assembly=System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:this="clr-namespace:" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> + <x:Members> + <x:Property Name="InputEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + <x:Property Name="CreatedEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + </x:Members> + <this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <mva:VisualBasic.Settings>Assembly references and imported namespaces for internal implementation</mva:VisualBasic.Settings> + <mxswa:Workflow> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionSequence, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionStep1"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Wait">False</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables"> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep2_condition" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_2" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="True" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep6_1" /> + </sco:Collection> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:GetEntityProperty Attribute="p365i_selectproduct" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[ConditionBranchStep2_1]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Boolean, "0" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Boolean" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[ConditionBranchStep2_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Equal</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { ConditionBranchStep2_2 }]</InArgument> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep2_1]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep2_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep2_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep11"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep11_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunityproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_price" Entity="[InputEntities("related_p365i_existingproduct#p365i_listitem")]" EntityName="p365i_listitem" Value="[SetAttributeValueStep11_1]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:SetEntityProperty Attribute="p365i_unitcostline" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep11_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep11" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Boolean, "true" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Boolean" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[ConditionBranchStep6_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep6"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[True]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep6"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep7"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunityproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_unitcost" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep7_1]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:SetEntityProperty Attribute="p365i_unitcostline" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep7_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep7" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Boolean x:Key="ContainsElseBranch">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </mxswa:Workflow> +</Activity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/RibbonDiff.xml new file mode 100644 index 00000000..cd87a7ac --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/RibbonDiff.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<RibbonDiffXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <CustomActions> + <HideCustomAction HideActionId="p365i.Mscrm.Form.p365i_opportunityproduct.Activate.Hide" Location="Mscrm.Form.p365i_opportunityproduct.Activate" /> + <HideCustomAction HideActionId="p365i.Mscrm.Form.p365i_opportunityproduct.Deactivate.Hide" Location="Mscrm.Form.p365i_opportunityproduct.Deactivate" /> + <HideCustomAction HideActionId="p365i.Mscrm.HomepageGrid.p365i_opportunityproduct.Activate.Hide" Location="Mscrm.HomepageGrid.p365i_opportunityproduct.Activate" /> + <HideCustomAction HideActionId="p365i.Mscrm.HomepageGrid.p365i_opportunityproduct.Deactivate.Hide" Location="Mscrm.HomepageGrid.p365i_opportunityproduct.Deactivate" /> + <HideCustomAction HideActionId="p365i.Mscrm.SubGrid.p365i_opportunityproduct.Activate.Hide" Location="Mscrm.SubGrid.p365i_opportunityproduct.Activate" /> + <HideCustomAction HideActionId="p365i.Mscrm.SubGrid.p365i_opportunityproduct.Deactivate.Hide" Location="Mscrm.SubGrid.p365i_opportunityproduct.Deactivate" /> + <HideCustomAction HideActionId="p365i.Mscrm.SubGrid.p365i_opportunityproduct.Remove.Hide" Location="Mscrm.SubGrid.p365i_opportunityproduct.Remove" /> + </CustomActions> + <Templates> + <RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates> + </Templates> + <CommandDefinitions /> + <RuleDefinitions> + <TabDisplayRules /> + <DisplayRules /> + <EnableRules /> + </RuleDefinitions> + <LocLabels /> +</RibbonDiffXml> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{63d89a3e-928d-4587-b6a0-022f055ab2f5}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{63d89a3e-928d-4587-b6a0-022f055ab2f5}.xml new file mode 100644 index 00000000..a6cf66dc --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{63d89a3e-928d-4587-b6a0-022f055ab2f5}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{63d89a3e-928d-4587-b6a0-022f055ab2f5}</savedqueryid> + <layoutxml> + <grid name="p365i_opportunityproducts" jump="p365i_product" select="1" icon="1" preview="1"> + <row name="p365i_opportunityproduct" id="p365i_opportunityproductid"> + <cell name="p365i_product" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>2</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_opportunityproduct"> + <attribute name="p365i_opportunityproductid" /> + <attribute name="p365i_product" /> + <attribute name="createdon" /> + <order attribute="p365i_product" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Opportunity Product Associated View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{7c6995c6-2a5e-493d-84b4-dc846fe6f1d6}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{7c6995c6-2a5e-493d-84b4-dc846fe6f1d6}.xml new file mode 100644 index 00000000..444ed498 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{7c6995c6-2a5e-493d-84b4-dc846fe6f1d6}.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{7c6995c6-2a5e-493d-84b4-dc846fe6f1d6}</savedqueryid> + <layoutxml> + <grid name="p365i_opportunityproducts" jump="p365i_product" select="1" icon="1" preview="0"> + <row name="p365i_opportunityproduct" id="p365i_opportunityproductid"> + <cell name="p365i_product" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>64</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_opportunityproduct"> + <attribute name="p365i_opportunityproductid" /> + <attribute name="p365i_product" /> + <attribute name="createdon" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Opportunity Product Lookup View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{8e34e14d-a576-ee11-8179-6045bd127823}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{8e34e14d-a576-ee11-8179-6045bd127823}.xml new file mode 100644 index 00000000..d9b29335 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{8e34e14d-a576-ee11-8179-6045bd127823}.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{8e34e14d-a576-ee11-8179-6045bd127823}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_product" select="1" icon="1" preview="1"> + <row name="result" id="p365i_opportunityproductid"> + <cell name="p365i_product" width="300" /> + <cell name="p365i_unitcostline" width="178" /> + <cell name="p365i_quantity" width="100" /> + <cell name="p365i_subtotal" width="100" /> + <cell name="p365i_manualdiscount" width="137" /> + <cell name="p365i_tax" width="100" /> + <cell name="p365i_totalcost" width="100" /> + <cell name="p365i_salesunit" width="100" /> + <cell name="a_474c3941ac4b48baa17bcc4d045da3c7.p365i_salesunit" width="205" /> + <cell name="p365i_selectproduct" width="122" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" output-format="xml-platform" mapping="logical"> + <entity name="p365i_opportunityproduct"> + <attribute name="p365i_product" /> + <attribute name="p365i_opportunityproductid" /> + <attribute name="p365i_unitcostline" /> + <attribute name="p365i_quantity" /> + <attribute name="p365i_subtotal" /> + <attribute name="p365i_manualdiscount" /> + <attribute name="p365i_tax" /> + <attribute name="p365i_totalcost" /> + <attribute name="p365i_salesunit" /> + <link-entity alias="a_474c3941ac4b48baa17bcc4d045da3c7" name="p365i_listitem" to="p365i_existingproduct" from="p365i_listitemid" link-type="outer" visible="false"> + <attribute name="p365i_salesunit" /> + </link-entity> + <attribute name="p365i_selectproduct" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Opportunity Product Lines" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{a37fa79c-0169-ee11-9ae7-6045bdd15ef9}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{a37fa79c-0169-ee11-9ae7-6045bdd15ef9}.xml new file mode 100644 index 00000000..af62a678 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{a37fa79c-0169-ee11-9ae7-6045bdd15ef9}.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{a37fa79c-0169-ee11-9ae7-6045bdd15ef9}</savedqueryid> + <querytype>8192</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical" output-format="xml-platform"> + <entity name="p365i_opportunityproduct"> + <attribute name="p365i_opportunityproductid" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + <condition attribute="ownerid" operator="eq-userid" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="My Opportunity Products" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="Active Opportunity Products owned by me" languagecode="1033" /> + </Descriptions> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{aea26b18-0961-45f0-9065-cc5beaa2abd6}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{aea26b18-0961-45f0-9065-cc5beaa2abd6}.xml new file mode 100644 index 00000000..0b2c084b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{aea26b18-0961-45f0-9065-cc5beaa2abd6}.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>1</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{aea26b18-0961-45f0-9065-cc5beaa2abd6}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_product" select="1" icon="1" preview="1"> + <row name="result" id="p365i_opportunityproductid"> + <cell name="p365i_product" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>4</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_opportunityproduct"> + <attribute name="p365i_opportunityproductid" /> + <attribute name="p365i_product" /> + <attribute name="createdon" /> + <order attribute="p365i_product" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <filter type="or" isquickfindfields="1"> + <condition attribute="p365i_product" operator="like" value="{0}" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quick Find Active Opportunity Products" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{bc570322-02ca-44fd-9fdf-5292be128bb6}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{bc570322-02ca-44fd-9fdf-5292be128bb6}.xml new file mode 100644 index 00000000..ed576639 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{bc570322-02ca-44fd-9fdf-5292be128bb6}.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{bc570322-02ca-44fd-9fdf-5292be128bb6}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_product" select="1" icon="1" preview="1"> + <row name="result" id="p365i_opportunityproductid"> + <cell name="p365i_product" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>1</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_opportunityproduct"> + <attribute name="p365i_opportunityproductid" /> + <attribute name="p365i_product" /> + <attribute name="createdon" /> + <order attribute="p365i_product" descending="false" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Opportunity Product Advanced Find View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{d599a4a2-40be-4ee6-87bc-f8cad2e8f534}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{d599a4a2-40be-4ee6-87bc-f8cad2e8f534}.xml new file mode 100644 index 00000000..c4a3d466 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{d599a4a2-40be-4ee6-87bc-f8cad2e8f534}.xml @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{d599a4a2-40be-4ee6-87bc-f8cad2e8f534}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_product" select="1" icon="1" preview="1"> + <row name="result" id="p365i_opportunityproductid"> + <cell name="p365i_product" width="300" /> + <cell name="createdon" width="125" /> + <cell name="p365i_opportunity" width="109" /> + <cell name="p365i_pricelist" width="100" /> + <cell name="p365i_totalcost" width="100" /> + <cell name="statuscode" width="119" /> + <cell name="p365i_existingproduct" width="134" /> + <cell name="p365i_quantity" width="100" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_opportunityproduct"> + <attribute name="p365i_opportunityproductid" /> + <attribute name="p365i_product" /> + <attribute name="createdon" /> + <order attribute="p365i_product" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <attribute name="p365i_opportunity" /> + <attribute name="p365i_pricelist" /> + <attribute name="p365i_totalcost" /> + <attribute name="statuscode" /> + <attribute name="p365i_existingproduct" /> + <attribute name="p365i_quantity" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Active Opportunity Products" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{f973487b-601d-4828-83c6-936f4f132331}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{f973487b-601d-4828-83c6-936f4f132331}.xml new file mode 100644 index 00000000..51f73657 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_OpportunityProduct/SavedQueries/{f973487b-601d-4828-83c6-936f4f132331}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{f973487b-601d-4828-83c6-936f4f132331}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_product" select="1" icon="1" preview="1"> + <row name="result" id="p365i_opportunityproductid"> + <cell name="p365i_product" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_opportunityproduct"> + <attribute name="p365i_opportunityproductid" /> + <attribute name="p365i_product" /> + <attribute name="createdon" /> + <order attribute="p365i_product" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="1" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Inactive Opportunity Products" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/Entity.xml new file mode 100644 index 00000000..84894bea --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/Entity.xml @@ -0,0 +1,914 @@ +<?xml version="1.0" encoding="utf-8"?> +<Entity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Name LocalizedName="Price List" OriginalName="Price List">p365i_PriceList</Name> + <EntityInfo> + <entity Name="p365i_PriceList"> + <LocalizedNames> + <LocalizedName description="Price List" languagecode="1033" /> + </LocalizedNames> + <LocalizedCollectionNames> + <LocalizedCollectionName description="Price Lists" languagecode="1033" /> + </LocalizedCollectionNames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <attributes> + <attribute PhysicalName="CreatedBy"> + <Type>lookup</Type> + <Name>createdby</Name> + <LogicalName>createdby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOn"> + <Type>datetime</Type> + <Name>createdon</Name> + <LogicalName>createdon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOnBehalfBy"> + <Type>lookup</Type> + <Name>createdonbehalfby</Name> + <LogicalName>createdonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ImportSequenceNumber"> + <Type>int</Type> + <Name>importsequencenumber</Name> + <LogicalName>importsequencenumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-2147483648</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Import Sequence Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Sequence number of the import that created this record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedBy"> + <Type>lookup</Type> + <Name>modifiedby</Name> + <LogicalName>modifiedby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOn"> + <Type>datetime</Type> + <Name>modifiedon</Name> + <LogicalName>modifiedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Modified On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was modified." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOnBehalfBy"> + <Type>lookup</Type> + <Name>modifiedonbehalfby</Name> + <LogicalName>modifiedonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OverriddenCreatedOn"> + <Type>datetime</Type> + <Name>overriddencreatedon</Name> + <LogicalName>overriddencreatedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Record Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time that the record was migrated." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwnerId"> + <Type>owner</Type> + <Name>ownerid</Name> + <LogicalName>ownerid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes> + <LookupType id="00000000-0000-0000-0000-000000000000">8</LookupType> + <LookupType id="00000000-0000-0000-0000-000000000000">9</LookupType> + </LookupTypes> + <displaynames> + <displayname description="Owner" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningBusinessUnit"> + <Type>lookup</Type> + <Name>owningbusinessunit</Name> + <LogicalName>owningbusinessunit</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Business Unit" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningTeam"> + <Type>lookup</Type> + <Name>owningteam</Name> + <LogicalName>owningteam</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Team" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningUser"> + <Type>lookup</Type> + <Name>owninguser</Name> + <LogicalName>owninguser</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning User" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Currency"> + <Type>lookup</Type> + <Name>p365i_currency</Name> + <LogicalName>p365i_currency</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Currency" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Description"> + <Type>ntext</Type> + <Name>p365i_description</Name> + <LogicalName>p365i_description</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>2000</MaxLength> + <displaynames> + <displayname description="Description" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Name"> + <Type>nvarchar</Type> + <Name>p365i_name</Name> + <LogicalName>p365i_name</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>1</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>100</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Name" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_PriceListId"> + <Type>primarykey</Type> + <Name>p365i_pricelistid</Name> + <LogicalName>p365i_pricelistid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|RequiredForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>0</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <displaynames> + <displayname description="Price List" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for entity instances" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statecode"> + <Type>state</Type> + <Name>statecode</Name> + <LogicalName>statecode</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_pricelist_statecode"> + <OptionSetType>state</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Price List" languagecode="1033" /> + </Descriptions> + <states> + <state value="0" defaultstatus="1" invariantname="Active"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </state> + <state value="1" defaultstatus="2" invariantname="Inactive"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </state> + </states> + </optionset> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Price List" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statuscode"> + <Type>status</Type> + <Name>statuscode</Name> + <LogicalName>statuscode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_pricelist_statuscode"> + <OptionSetType>status</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Price List" languagecode="1033" /> + </Descriptions> + <statuses> + <status value="1" state="0"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </status> + <status value="2" state="1"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </status> + </statuses> + </optionset> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Price List" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TimeZoneRuleVersionNumber"> + <Type>int</Type> + <Name>timezoneruleversionnumber</Name> + <LogicalName>timezoneruleversionnumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Time Zone Rule Version Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="For internal use only." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="UTCConversionTimeZoneCode"> + <Type>int</Type> + <Name>utcconversiontimezonecode</Name> + <LogicalName>utcconversiontimezonecode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="UTC Conversion Time Zone Code" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Time zone code that was in use when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + </attributes> + <EntitySetName>p365i_pricelists</EntitySetName> + <IsDuplicateCheckSupported>1</IsDuplicateCheckSupported> + <IsBusinessProcessEnabled>0</IsBusinessProcessEnabled> + <IsRequiredOffline>0</IsRequiredOffline> + <IsInteractionCentricEnabled>0</IsInteractionCentricEnabled> + <IsCollaboration>0</IsCollaboration> + <AutoRouteToOwnerQueue>0</AutoRouteToOwnerQueue> + <IsConnectionsEnabled>0</IsConnectionsEnabled> + <EntityColor></EntityColor> + <IsDocumentManagementEnabled>0</IsDocumentManagementEnabled> + <AutoCreateAccessTeams>0</AutoCreateAccessTeams> + <IsOneNoteIntegrationEnabled>0</IsOneNoteIntegrationEnabled> + <IsKnowledgeManagementEnabled>0</IsKnowledgeManagementEnabled> + <IsSLAEnabled>0</IsSLAEnabled> + <IsDocumentRecommendationsEnabled>0</IsDocumentRecommendationsEnabled> + <IsBPFEntity>0</IsBPFEntity> + <OwnershipTypeMask>UserOwned</OwnershipTypeMask> + <IsAuditEnabled>0</IsAuditEnabled> + <IsRetrieveAuditEnabled>0</IsRetrieveAuditEnabled> + <IsRetrieveMultipleAuditEnabled>0</IsRetrieveMultipleAuditEnabled> + <IsActivity>0</IsActivity> + <ActivityTypeMask></ActivityTypeMask> + <IsActivityParty>0</IsActivityParty> + <IsReplicated>0</IsReplicated> + <IsReplicationUserFiltered>0</IsReplicationUserFiltered> + <IsMailMergeEnabled>1</IsMailMergeEnabled> + <IsVisibleInMobile>0</IsVisibleInMobile> + <IsVisibleInMobileClient>0</IsVisibleInMobileClient> + <IsReadOnlyInMobileClient>0</IsReadOnlyInMobileClient> + <IsOfflineInMobileClient>0</IsOfflineInMobileClient> + <DaysSinceRecordLastModified>0</DaysSinceRecordLastModified> + <MobileOfflineFilters></MobileOfflineFilters> + <IsMapiGridEnabled>1</IsMapiGridEnabled> + <IsReadingPaneEnabled>1</IsReadingPaneEnabled> + <IsQuickCreateEnabled>1</IsQuickCreateEnabled> + <SyncToExternalSearchIndex>0</SyncToExternalSearchIndex> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <IsMappable>1</IsMappable> + <CanModifyAuditSettings>1</CanModifyAuditSettings> + <CanModifyMobileVisibility>1</CanModifyMobileVisibility> + <CanModifyMobileClientVisibility>1</CanModifyMobileClientVisibility> + <CanModifyMobileClientReadOnly>1</CanModifyMobileClientReadOnly> + <CanModifyMobileClientOffline>1</CanModifyMobileClientOffline> + <CanModifyConnectionSettings>1</CanModifyConnectionSettings> + <CanModifyDuplicateDetectionSettings>1</CanModifyDuplicateDetectionSettings> + <CanModifyMailMergeSettings>1</CanModifyMailMergeSettings> + <CanModifyQueueSettings>1</CanModifyQueueSettings> + <CanCreateAttributes>1</CanCreateAttributes> + <CanCreateForms>1</CanCreateForms> + <CanCreateCharts>1</CanCreateCharts> + <CanCreateViews>1</CanCreateViews> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <CanEnableSyncToExternalSearchIndex>1</CanEnableSyncToExternalSearchIndex> + <IconVectorName>p365i_pricelistIcon</IconVectorName> + <EnforceStateTransitions>0</EnforceStateTransitions> + <CanChangeHierarchicalRelationship>1</CanChangeHierarchicalRelationship> + <EntityHelpUrlEnabled>0</EntityHelpUrlEnabled> + <EntityHelpUrl></EntityHelpUrl> + <ChangeTrackingEnabled>0</ChangeTrackingEnabled> + <CanChangeTrackingBeEnabled>1</CanChangeTrackingBeEnabled> + <IsEnabledForExternalChannels>0</IsEnabledForExternalChannels> + <IsMSTeamsIntegrationEnabled>0</IsMSTeamsIntegrationEnabled> + <IsSolutionAware>0</IsSolutionAware> + </entity> + </EntityInfo> + <FormXml /> + <SavedQueries /> + <RibbonDiffXml /> +</Entity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/FormXml/card/{d04fcec3-4b2a-4fe3-9e34-6292b893164b}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/FormXml/card/{d04fcec3-4b2a-4fe3-9e34-6292b893164b}.xml new file mode 100644 index 00000000..2a9bb4e2 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/FormXml/card/{d04fcec3-4b2a-4fe3-9e34-6292b893164b}.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{d04fcec3-4b2a-4fe3-9e34-6292b893164b}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{c8f31312-75ee-491c-ba9c-fe9ae99ac88c}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{5416bf44-7570-43d3-9a7c-076d229f3827}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{ad35d226-9eb8-4017-bd27-6ceabce3f5e4}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{2b2e6d27-a170-4f22-ae8f-57fe2227e3b9}" showlabel="true" locklevel="0"> + <labels> + <label description="Status Reason" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{914c80c3-c420-446b-a448-50b0bb3a0730}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{21db222e-42f2-4131-98d3-fd056d58457a}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{03438651-8457-4428-aede-5994aa599bc6}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{694d05e8-0179-4664-a5f8-80d672538552}" showlabel="true" locklevel="0"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{e3f60ca8-6223-41b9-8abc-c632ae77b531}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{4059266b-dd6e-4519-9970-0a8a7af46254}" showlabel="true" locklevel="0"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{429a0c19-3c1a-49b6-a69c-b4ad770f0530}" showlabel="true" locklevel="0"> + <labels> + <label description="Created On" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{ed5dc197-907c-44ba-baf9-a1f8fb7ce4ca}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{ce203dac-49bf-4a04-98ef-e309412ae89f}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/FormXml/card/{d04fcec3-4b2a-4fe3-9e34-6292b893164b}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/FormXml/card/{d04fcec3-4b2a-4fe3-9e34-6292b893164b}_managed.xml new file mode 100644 index 00000000..b9856ead --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/FormXml/card/{d04fcec3-4b2a-4fe3-9e34-6292b893164b}_managed.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{d04fcec3-4b2a-4fe3-9e34-6292b893164b}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{c8f31312-75ee-491c-ba9c-fe9ae99ac88c}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{5416bf44-7570-43d3-9a7c-076d229f3827}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{ad35d226-9eb8-4017-bd27-6ceabce3f5e4}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{2b2e6d27-a170-4f22-ae8f-57fe2227e3b9}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{914c80c3-c420-446b-a448-50b0bb3a0730}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{21db222e-42f2-4131-98d3-fd056d58457a}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{03438651-8457-4428-aede-5994aa599bc6}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{694d05e8-0179-4664-a5f8-80d672538552}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{e3f60ca8-6223-41b9-8abc-c632ae77b531}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{4059266b-dd6e-4519-9970-0a8a7af46254}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{429a0c19-3c1a-49b6-a69c-b4ad770f0530}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{ed5dc197-907c-44ba-baf9-a1f8fb7ce4ca}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{ce203dac-49bf-4a04-98ef-e309412ae89f}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/FormXml/main/{b0a8d38b-c6a5-4655-8e32-71606335710e}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/FormXml/main/{b0a8d38b-c6a5-4655-8e32-71606335710e}.xml new file mode 100644 index 00000000..81499741 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/FormXml/main/{b0a8d38b-c6a5-4655-8e32-71606335710e}.xml @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{b0a8d38b-c6a5-4655-8e32-71606335710e}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form headerdensity="HighWithControls"> + <tabs> + <tab verticallayout="true" id="{a3df7397-5889-42cf-a792-1c8fdd346f40}" IsUserDefined="1" name="General"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{2ed4f332-dd23-43b6-986d-db9ae87bc877}"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{a2a3249f-e50f-45e5-9f4f-2ce068a3325a}"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{bcf25fa0-518e-4fc5-a730-7bee9f906796}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Description" languagecode="1033" /> + </labels> + <control id="p365i_description" classid="{E0DECE4B-6FC8-4A8F-A065-082708572369}" datafieldname="p365i_description" disabled="false" /> + </cell> + </row> + <row> + <cell id="{8024a114-fd07-4810-915d-822c53ec31c5}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="50%"> + <sections> + <section name="_section_232" id="af336639-ad39-47f0-9bab-af7d01f323a0" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row /> + <row> + <cell id="{973c9ca1-553e-4254-8e4e-ee747c4c766a}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Currency" languagecode="1033" /> + </labels> + <control id="p365i_currency" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_currency" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="null_section_4" id="f62ef7a7-4971-4a19-aea1-30a2fb12064e" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row /> + <row> + <cell locklevel="0" id="{4c38a8c9-8bce-4a6a-a10f-5df0f95127f5}" rowspan="4" colspan="1" auto="false"> + <labels> + <label description="List Items" languagecode="1033" /> + </labels> + <control indicationOfSubgrid="true" id="Subgrid_new_1" classid="{E7A81278-8635-4D9E-8D4D-59480B391C5B}"> + <parameters> + <RecordsPerPage>4</RecordsPerPage> + <AutoExpand>Fixed</AutoExpand> + <EnableQuickFind>false</EnableQuickFind> + <EnableViewPicker>false</EnableViewPicker> + <EnableChartPicker>true</EnableChartPicker> + <ChartGridMode>All</ChartGridMode> + <TargetEntityType>p365i_listitem</TargetEntityType> + <ViewId>{D7E0BF1F-FD68-EE11-9AE7-00224841F5CE}</ViewId> + <ViewIds>{8C251133-01F7-4AC4-9CD4-AA2D935794EE},{D7E0BF1F-FD68-EE11-9AE7-00224841F5CE}</ViewIds> + <RelationshipName>p365i_p365i_listitem_PriceList_p365i_pricelist</RelationshipName> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <header id="{6afe8c29-a5e6-4654-9508-6133ea2e2fea}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{2c30bd29-d32c-43c4-bd59-50e665e7588e}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{b223624f-2047-44de-a625-868d0735966a}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{3118d1a0-3057-43c1-8b7c-d639760a2ab4}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </header> + <footer id="{26fc3544-5166-4abd-ba04-371dd72e3bdd}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{e50a40af-b468-4368-9ddf-10aa17e4a531}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{ca3abea7-1a50-44df-8ce0-63885db38282}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{8cde598a-9b86-4123-bfca-de2a230a07da}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + <Navigation> + <NavBar></NavBar> + </Navigation> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/FormXml/main/{b0a8d38b-c6a5-4655-8e32-71606335710e}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/FormXml/main/{b0a8d38b-c6a5-4655-8e32-71606335710e}_managed.xml new file mode 100644 index 00000000..8eaa2909 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/FormXml/main/{b0a8d38b-c6a5-4655-8e32-71606335710e}_managed.xml @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{b0a8d38b-c6a5-4655-8e32-71606335710e}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form headerdensity="HighWithControls"> + <tabs> + <tab verticallayout="true" id="{a3df7397-5889-42cf-a792-1c8fdd346f40}" IsUserDefined="1" name="General"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{2ed4f332-dd23-43b6-986d-db9ae87bc877}"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{a2a3249f-e50f-45e5-9f4f-2ce068a3325a}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{bcf25fa0-518e-4fc5-a730-7bee9f906796}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_description" classid="{E0DECE4B-6FC8-4A8F-A065-082708572369}" datafieldname="p365i_description" disabled="false" /> + </cell> + </row> + <row> + <cell id="{8024a114-fd07-4810-915d-822c53ec31c5}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="50%"> + <sections> + <section name="_section_232" id="af336639-ad39-47f0-9bab-af7d01f323a0" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row /> + <row> + <cell id="{973c9ca1-553e-4254-8e4e-ee747c4c766a}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_currency" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_currency" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="null_section_4" id="f62ef7a7-4971-4a19-aea1-30a2fb12064e" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row /> + <row> + <cell locklevel="0" id="{4c38a8c9-8bce-4a6a-a10f-5df0f95127f5}" rowspan="4" colspan="1" auto="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control indicationOfSubgrid="true" id="Subgrid_new_1" classid="{E7A81278-8635-4D9E-8D4D-59480B391C5B}"> + <parameters> + <RecordsPerPage>4</RecordsPerPage> + <AutoExpand>Fixed</AutoExpand> + <EnableQuickFind>false</EnableQuickFind> + <EnableViewPicker>false</EnableViewPicker> + <EnableChartPicker>true</EnableChartPicker> + <ChartGridMode>All</ChartGridMode> + <TargetEntityType>p365i_listitem</TargetEntityType> + <ViewId>{D7E0BF1F-FD68-EE11-9AE7-00224841F5CE}</ViewId> + <ViewIds>{8C251133-01F7-4AC4-9CD4-AA2D935794EE},{D7E0BF1F-FD68-EE11-9AE7-00224841F5CE}</ViewIds> + <RelationshipName>p365i_p365i_listitem_PriceList_p365i_pricelist</RelationshipName> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <header id="{6afe8c29-a5e6-4654-9508-6133ea2e2fea}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{2c30bd29-d32c-43c4-bd59-50e665e7588e}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{b223624f-2047-44de-a625-868d0735966a}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{3118d1a0-3057-43c1-8b7c-d639760a2ab4}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </header> + <footer id="{26fc3544-5166-4abd-ba04-371dd72e3bdd}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{e50a40af-b468-4368-9ddf-10aa17e4a531}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{ca3abea7-1a50-44df-8ce0-63885db38282}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{8cde598a-9b86-4123-bfca-de2a230a07da}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + <Navigation> + <NavBar></NavBar> + </Navigation> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/FormXml/quick/{2d2de14f-ece3-4a9a-957d-025b16abf79d}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/FormXml/quick/{2d2de14f-ece3-4a9a-957d-025b16abf79d}.xml new file mode 100644 index 00000000..d51ef2d7 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/FormXml/quick/{2d2de14f-ece3-4a9a-957d-025b16abf79d}.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{2d2de14f-ece3-4a9a-957d-025b16abf79d}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{8a980358-ae62-4f2c-8d93-f12267414fd4}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{7798d247-c8ad-4f33-b64f-aad5e6221dc3}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{bdcc519f-8908-4f45-869d-5f228da12406}"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{46f913c3-b543-4e71-945b-2245d4912774}"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/FormXml/quick/{2d2de14f-ece3-4a9a-957d-025b16abf79d}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/FormXml/quick/{2d2de14f-ece3-4a9a-957d-025b16abf79d}_managed.xml new file mode 100644 index 00000000..bd298e77 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/FormXml/quick/{2d2de14f-ece3-4a9a-957d-025b16abf79d}_managed.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{2d2de14f-ece3-4a9a-957d-025b16abf79d}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{8a980358-ae62-4f2c-8d93-f12267414fd4}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{7798d247-c8ad-4f33-b64f-aad5e6221dc3}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{bdcc519f-8908-4f45-869d-5f228da12406}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{46f913c3-b543-4e71-945b-2245d4912774}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/RibbonDiff.xml new file mode 100644 index 00000000..6b56f485 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/RibbonDiff.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<RibbonDiffXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <CustomActions /> + <Templates> + <RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates> + </Templates> + <CommandDefinitions /> + <RuleDefinitions> + <TabDisplayRules /> + <DisplayRules /> + <EnableRules /> + </RuleDefinitions> + <LocLabels /> +</RibbonDiffXml> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/SavedQueries/{1f94d11f-892c-4891-82ba-4116da8276ee}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/SavedQueries/{1f94d11f-892c-4891-82ba-4116da8276ee}.xml new file mode 100644 index 00000000..e03bf42a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/SavedQueries/{1f94d11f-892c-4891-82ba-4116da8276ee}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{1f94d11f-892c-4891-82ba-4116da8276ee}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_pricelistid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_pricelist"> + <attribute name="p365i_pricelistid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Active Price Lists" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/SavedQueries/{31899092-625a-4116-8920-09d693b2bfa1}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/SavedQueries/{31899092-625a-4116-8920-09d693b2bfa1}.xml new file mode 100644 index 00000000..7f220123 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/SavedQueries/{31899092-625a-4116-8920-09d693b2bfa1}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{31899092-625a-4116-8920-09d693b2bfa1}</savedqueryid> + <layoutxml> + <grid name="p365i_pricelists" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="p365i_pricelist" id="p365i_pricelistid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>2</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_pricelist"> + <attribute name="p365i_pricelistid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Price List Associated View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/SavedQueries/{38a97c78-b0db-4683-8ecc-e984ccb61079}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/SavedQueries/{38a97c78-b0db-4683-8ecc-e984ccb61079}.xml new file mode 100644 index 00000000..3138171d --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/SavedQueries/{38a97c78-b0db-4683-8ecc-e984ccb61079}.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{38a97c78-b0db-4683-8ecc-e984ccb61079}</savedqueryid> + <layoutxml> + <grid name="p365i_pricelists" jump="p365i_name" select="1" icon="1" preview="0"> + <row name="p365i_pricelist" id="p365i_pricelistid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>64</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_pricelist"> + <attribute name="p365i_pricelistid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Price List Lookup View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/SavedQueries/{5856f9c7-f068-ee11-9ae7-6045bd10f18c}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/SavedQueries/{5856f9c7-f068-ee11-9ae7-6045bd10f18c}.xml new file mode 100644 index 00000000..17c14089 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/SavedQueries/{5856f9c7-f068-ee11-9ae7-6045bd10f18c}.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{5856f9c7-f068-ee11-9ae7-6045bd10f18c}</savedqueryid> + <querytype>8192</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical" output-format="xml-platform"> + <entity name="p365i_pricelist"> + <attribute name="p365i_pricelistid" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + <condition attribute="ownerid" operator="eq-userid" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="My Price Lists" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="Active Price Lists owned by me" languagecode="1033" /> + </Descriptions> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/SavedQueries/{5f62ed27-73dc-4009-b2c5-0cfcfe63ac96}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/SavedQueries/{5f62ed27-73dc-4009-b2c5-0cfcfe63ac96}.xml new file mode 100644 index 00000000..6285497b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/SavedQueries/{5f62ed27-73dc-4009-b2c5-0cfcfe63ac96}.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>1</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{5f62ed27-73dc-4009-b2c5-0cfcfe63ac96}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_pricelistid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>4</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_pricelist"> + <attribute name="p365i_pricelistid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <filter type="or" isquickfindfields="1"> + <condition attribute="p365i_name" operator="like" value="{0}" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quick Find Active Price Lists" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/SavedQueries/{d5366cd1-2afd-4e91-9d0c-3af15d171c57}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/SavedQueries/{d5366cd1-2afd-4e91-9d0c-3af15d171c57}.xml new file mode 100644 index 00000000..220a59e7 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/SavedQueries/{d5366cd1-2afd-4e91-9d0c-3af15d171c57}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{d5366cd1-2afd-4e91-9d0c-3af15d171c57}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_pricelistid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_pricelist"> + <attribute name="p365i_pricelistid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="1" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Inactive Price Lists" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/SavedQueries/{e93685ce-8c1e-414a-b359-2b7cc7e09dfe}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/SavedQueries/{e93685ce-8c1e-414a-b359-2b7cc7e09dfe}.xml new file mode 100644 index 00000000..1990a949 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_PriceList/SavedQueries/{e93685ce-8c1e-414a-b359-2b7cc7e09dfe}.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{e93685ce-8c1e-414a-b359-2b7cc7e09dfe}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_pricelistid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>1</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_pricelist"> + <attribute name="p365i_pricelistid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Price List Advanced Find View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/Entity.xml new file mode 100644 index 00000000..ea787436 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/Entity.xml @@ -0,0 +1,916 @@ +<?xml version="1.0" encoding="utf-8"?> +<Entity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Name LocalizedName="Product" OriginalName="Product">p365i_Product</Name> + <EntityInfo> + <entity Name="p365i_Product"> + <LocalizedNames> + <LocalizedName description="Product" languagecode="1033" /> + </LocalizedNames> + <LocalizedCollectionNames> + <LocalizedCollectionName description="Products" languagecode="1033" /> + </LocalizedCollectionNames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <attributes> + <attribute PhysicalName="CreatedBy"> + <Type>lookup</Type> + <Name>createdby</Name> + <LogicalName>createdby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOn"> + <Type>datetime</Type> + <Name>createdon</Name> + <LogicalName>createdon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOnBehalfBy"> + <Type>lookup</Type> + <Name>createdonbehalfby</Name> + <LogicalName>createdonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ImportSequenceNumber"> + <Type>int</Type> + <Name>importsequencenumber</Name> + <LogicalName>importsequencenumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-2147483648</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Import Sequence Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Sequence number of the import that created this record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedBy"> + <Type>lookup</Type> + <Name>modifiedby</Name> + <LogicalName>modifiedby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOn"> + <Type>datetime</Type> + <Name>modifiedon</Name> + <LogicalName>modifiedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Modified On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was modified." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOnBehalfBy"> + <Type>lookup</Type> + <Name>modifiedonbehalfby</Name> + <LogicalName>modifiedonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OverriddenCreatedOn"> + <Type>datetime</Type> + <Name>overriddencreatedon</Name> + <LogicalName>overriddencreatedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Record Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time that the record was migrated." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwnerId"> + <Type>owner</Type> + <Name>ownerid</Name> + <LogicalName>ownerid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes> + <LookupType id="00000000-0000-0000-0000-000000000000">8</LookupType> + <LookupType id="00000000-0000-0000-0000-000000000000">9</LookupType> + </LookupTypes> + <displaynames> + <displayname description="Owner" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningBusinessUnit"> + <Type>lookup</Type> + <Name>owningbusinessunit</Name> + <LogicalName>owningbusinessunit</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Business Unit" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningTeam"> + <Type>lookup</Type> + <Name>owningteam</Name> + <LogicalName>owningteam</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Team" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningUser"> + <Type>lookup</Type> + <Name>owninguser</Name> + <LogicalName>owninguser</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning User" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_IDProduct"> + <Type>nvarchar</Type> + <Name>p365i_idproduct</Name> + <LogicalName>p365i_idproduct</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>100</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Product ID" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Name"> + <Type>nvarchar</Type> + <Name>p365i_name</Name> + <LogicalName>p365i_name</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>1</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>100</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Name" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_ProductId"> + <Type>primarykey</Type> + <Name>p365i_productid</Name> + <LogicalName>p365i_productid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|RequiredForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>0</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <displaynames> + <displayname description="Product" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for entity instances" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Type"> + <Type>picklist</Type> + <Name>p365i_type</Name> + <LogicalName>p365i_type</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <AppDefaultValue>-1</AppDefaultValue> + <OptionSetName>p365i_producttype</OptionSetName> + <displaynames> + <displayname description="Type" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statecode"> + <Type>state</Type> + <Name>statecode</Name> + <LogicalName>statecode</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_product_statecode"> + <OptionSetType>state</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Product" languagecode="1033" /> + </Descriptions> + <states> + <state value="0" defaultstatus="1" invariantname="Active"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </state> + <state value="1" defaultstatus="2" invariantname="Inactive"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </state> + </states> + </optionset> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Product" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statuscode"> + <Type>status</Type> + <Name>statuscode</Name> + <LogicalName>statuscode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_product_statuscode"> + <OptionSetType>status</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Product" languagecode="1033" /> + </Descriptions> + <statuses> + <status value="1" state="0"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </status> + <status value="2" state="1"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </status> + </statuses> + </optionset> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Product" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TimeZoneRuleVersionNumber"> + <Type>int</Type> + <Name>timezoneruleversionnumber</Name> + <LogicalName>timezoneruleversionnumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Time Zone Rule Version Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="For internal use only." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="UTCConversionTimeZoneCode"> + <Type>int</Type> + <Name>utcconversiontimezonecode</Name> + <LogicalName>utcconversiontimezonecode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="UTC Conversion Time Zone Code" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Time zone code that was in use when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + </attributes> + <EntitySetName>p365i_products</EntitySetName> + <IsDuplicateCheckSupported>1</IsDuplicateCheckSupported> + <IsBusinessProcessEnabled>0</IsBusinessProcessEnabled> + <IsRequiredOffline>0</IsRequiredOffline> + <IsInteractionCentricEnabled>0</IsInteractionCentricEnabled> + <IsCollaboration>0</IsCollaboration> + <AutoRouteToOwnerQueue>0</AutoRouteToOwnerQueue> + <IsConnectionsEnabled>0</IsConnectionsEnabled> + <EntityColor></EntityColor> + <IsDocumentManagementEnabled>0</IsDocumentManagementEnabled> + <AutoCreateAccessTeams>0</AutoCreateAccessTeams> + <IsOneNoteIntegrationEnabled>0</IsOneNoteIntegrationEnabled> + <IsKnowledgeManagementEnabled>0</IsKnowledgeManagementEnabled> + <IsSLAEnabled>0</IsSLAEnabled> + <IsDocumentRecommendationsEnabled>0</IsDocumentRecommendationsEnabled> + <IsBPFEntity>0</IsBPFEntity> + <OwnershipTypeMask>UserOwned</OwnershipTypeMask> + <IsAuditEnabled>0</IsAuditEnabled> + <IsRetrieveAuditEnabled>0</IsRetrieveAuditEnabled> + <IsRetrieveMultipleAuditEnabled>0</IsRetrieveMultipleAuditEnabled> + <IsActivity>0</IsActivity> + <ActivityTypeMask></ActivityTypeMask> + <IsActivityParty>0</IsActivityParty> + <IsReplicated>0</IsReplicated> + <IsReplicationUserFiltered>0</IsReplicationUserFiltered> + <IsMailMergeEnabled>1</IsMailMergeEnabled> + <IsVisibleInMobile>0</IsVisibleInMobile> + <IsVisibleInMobileClient>0</IsVisibleInMobileClient> + <IsReadOnlyInMobileClient>0</IsReadOnlyInMobileClient> + <IsOfflineInMobileClient>0</IsOfflineInMobileClient> + <DaysSinceRecordLastModified>0</DaysSinceRecordLastModified> + <MobileOfflineFilters></MobileOfflineFilters> + <IsMapiGridEnabled>1</IsMapiGridEnabled> + <IsReadingPaneEnabled>1</IsReadingPaneEnabled> + <IsQuickCreateEnabled>1</IsQuickCreateEnabled> + <SyncToExternalSearchIndex>0</SyncToExternalSearchIndex> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <IsMappable>1</IsMappable> + <CanModifyAuditSettings>1</CanModifyAuditSettings> + <CanModifyMobileVisibility>1</CanModifyMobileVisibility> + <CanModifyMobileClientVisibility>1</CanModifyMobileClientVisibility> + <CanModifyMobileClientReadOnly>1</CanModifyMobileClientReadOnly> + <CanModifyMobileClientOffline>1</CanModifyMobileClientOffline> + <CanModifyConnectionSettings>1</CanModifyConnectionSettings> + <CanModifyDuplicateDetectionSettings>1</CanModifyDuplicateDetectionSettings> + <CanModifyMailMergeSettings>1</CanModifyMailMergeSettings> + <CanModifyQueueSettings>1</CanModifyQueueSettings> + <CanCreateAttributes>1</CanCreateAttributes> + <CanCreateForms>1</CanCreateForms> + <CanCreateCharts>1</CanCreateCharts> + <CanCreateViews>1</CanCreateViews> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <CanEnableSyncToExternalSearchIndex>1</CanEnableSyncToExternalSearchIndex> + <IconVectorName>p365i_productsIcon</IconVectorName> + <EnforceStateTransitions>0</EnforceStateTransitions> + <CanChangeHierarchicalRelationship>1</CanChangeHierarchicalRelationship> + <EntityHelpUrlEnabled>0</EntityHelpUrlEnabled> + <EntityHelpUrl></EntityHelpUrl> + <ChangeTrackingEnabled>0</ChangeTrackingEnabled> + <CanChangeTrackingBeEnabled>1</CanChangeTrackingBeEnabled> + <IsEnabledForExternalChannels>0</IsEnabledForExternalChannels> + <IsMSTeamsIntegrationEnabled>0</IsMSTeamsIntegrationEnabled> + <IsSolutionAware>0</IsSolutionAware> + </entity> + </EntityInfo> + <FormXml /> + <SavedQueries /> + <RibbonDiffXml /> +</Entity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/card/{e46bc75b-e0a7-4715-af9e-d76173a9e268}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/card/{e46bc75b-e0a7-4715-af9e-d76173a9e268}.xml new file mode 100644 index 00000000..ee3d9041 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/card/{e46bc75b-e0a7-4715-af9e-d76173a9e268}.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{e46bc75b-e0a7-4715-af9e-d76173a9e268}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{aae841d0-2192-4b40-9842-95ac8f67f3c7}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{183b2fe0-96e1-4957-86fe-42dcd240a415}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{c98afcda-9d26-456a-8004-e9b3b83c609a}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{ed0730f1-484b-4068-b323-049d83437aed}" showlabel="true" locklevel="0"> + <labels> + <label description="Status Reason" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{fcb87353-74f9-4c5b-9bb2-03886925e46b}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{379f0543-31d6-4a93-9467-174ad3dda885}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{73afac1d-d0a0-40fc-8c1e-9da5870fef04}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{2add5aa8-4939-4996-800b-6f556822a8c4}" showlabel="true" locklevel="0"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{091a72a2-634a-4578-9321-f48d7fb8b53f}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{405914fc-d015-4f9f-8dcd-027899047c08}" showlabel="true" locklevel="0"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{40cf804e-ea79-450d-8c65-6cd4354b204e}" showlabel="true" locklevel="0"> + <labels> + <label description="Created On" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{31c14140-eac8-469a-96e5-561b31ba9fb9}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{2fc50e68-3119-4963-8eab-d9528c0674b8}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/card/{e46bc75b-e0a7-4715-af9e-d76173a9e268}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/card/{e46bc75b-e0a7-4715-af9e-d76173a9e268}_managed.xml new file mode 100644 index 00000000..bdbe44f3 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/card/{e46bc75b-e0a7-4715-af9e-d76173a9e268}_managed.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{e46bc75b-e0a7-4715-af9e-d76173a9e268}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{aae841d0-2192-4b40-9842-95ac8f67f3c7}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{183b2fe0-96e1-4957-86fe-42dcd240a415}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{c98afcda-9d26-456a-8004-e9b3b83c609a}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{ed0730f1-484b-4068-b323-049d83437aed}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{fcb87353-74f9-4c5b-9bb2-03886925e46b}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{379f0543-31d6-4a93-9467-174ad3dda885}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{73afac1d-d0a0-40fc-8c1e-9da5870fef04}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{2add5aa8-4939-4996-800b-6f556822a8c4}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{091a72a2-634a-4578-9321-f48d7fb8b53f}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{405914fc-d015-4f9f-8dcd-027899047c08}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{40cf804e-ea79-450d-8c65-6cd4354b204e}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{31c14140-eac8-469a-96e5-561b31ba9fb9}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{2fc50e68-3119-4963-8eab-d9528c0674b8}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/main/{478153a6-c8b2-4abc-8550-8c1d75b5ba56}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/main/{478153a6-c8b2-4abc-8550-8c1d75b5ba56}.xml new file mode 100644 index 00000000..063c8a66 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/main/{478153a6-c8b2-4abc-8550-8c1d75b5ba56}.xml @@ -0,0 +1,150 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{478153a6-c8b2-4abc-8550-8c1d75b5ba56}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form headerdensity="HighWithControls"> + <tabs> + <tab verticallayout="true" id="{506ec493-5155-4839-90d5-25ac64c4626a}" IsUserDefined="1"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{dbc1eebd-bed5-44c1-b6ff-982c3172ca1c}" columns="11"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{e239fa91-6219-454e-b915-30132215213d}"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{c2ab3b3a-737e-4a9c-9489-719f2f058205}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Product ID" languagecode="1033" /> + </labels> + <control id="p365i_idproduct" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_idproduct" disabled="false" /> + </cell> + <cell locklevel="0" id="{6c979b46-82d4-48e9-bbda-e4894de8946a}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell locklevel="0" id="{2804b6ac-80a5-485f-9030-88a0b2ae856c}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{b35f3a7f-8e98-4443-a1e2-730b984eb285}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Type" languagecode="1033" /> + </labels> + <control id="p365i_type" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="p365i_type" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="null_section_3" id="a7832af2-154a-4595-9837-2a9c0313cb0b" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row /> + <row> + <cell locklevel="0" id="{53a9496b-3cd2-4f45-a2cf-0f9d8674bc60}" rowspan="4" colspan="1" auto="false" showlabel="true"> + <labels> + <label description="Sales Units" languagecode="1033" /> + </labels> + <control indicationOfSubgrid="true" id="Subgrid_new_1" classid="{E7A81278-8635-4D9E-8D4D-59480B391C5B}"> + <parameters> + <RecordsPerPage>4</RecordsPerPage> + <AutoExpand>Fixed</AutoExpand> + <EnableQuickFind>false</EnableQuickFind> + <EnableViewPicker>false</EnableViewPicker> + <EnableChartPicker>true</EnableChartPicker> + <ChartGridMode>All</ChartGridMode> + <TargetEntityType>p365i_salesunit</TargetEntityType> + <ViewId>{70CC5437-768B-41A0-9DAE-FEF1CFC90ED9}</ViewId> + <ViewIds>{70CC5437-768B-41A0-9DAE-FEF1CFC90ED9}</ViewIds> + <RelationshipName>p365i_SalesUnit_p365i_Product_p365i_Produ</RelationshipName> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <header id="{af9116d4-b518-4934-9eb9-111058da18bb}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{8050d47a-9aff-4500-831e-7c655e006d35}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{f28a32e9-ecb6-4f36-8a94-ee85ebd0031f}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{761de01c-22d9-411e-8ace-dec23a7014ca}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </header> + <footer id="{39a402b4-ee8d-4393-8ee5-d4d87d1f0075}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{df591d2c-2793-4788-9fc8-e84fd3985f2b}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{efd68283-38dd-4c9e-8208-e63f8c87844e}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{b4188703-0d24-487a-bf6a-d7d54e8ee308}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/main/{478153a6-c8b2-4abc-8550-8c1d75b5ba56}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/main/{478153a6-c8b2-4abc-8550-8c1d75b5ba56}_managed.xml new file mode 100644 index 00000000..140e6836 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/main/{478153a6-c8b2-4abc-8550-8c1d75b5ba56}_managed.xml @@ -0,0 +1,150 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{478153a6-c8b2-4abc-8550-8c1d75b5ba56}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form headerdensity="HighWithControls"> + <tabs> + <tab verticallayout="true" id="{506ec493-5155-4839-90d5-25ac64c4626a}" IsUserDefined="1"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{dbc1eebd-bed5-44c1-b6ff-982c3172ca1c}" columns="11"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{e239fa91-6219-454e-b915-30132215213d}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{c2ab3b3a-737e-4a9c-9489-719f2f058205}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_idproduct" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_idproduct" disabled="false" /> + </cell> + <cell locklevel="0" id="{6c979b46-82d4-48e9-bbda-e4894de8946a}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell locklevel="0" id="{2804b6ac-80a5-485f-9030-88a0b2ae856c}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{b35f3a7f-8e98-4443-a1e2-730b984eb285}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_type" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="p365i_type" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="null_section_3" id="a7832af2-154a-4595-9837-2a9c0313cb0b" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row /> + <row> + <cell locklevel="0" id="{53a9496b-3cd2-4f45-a2cf-0f9d8674bc60}" rowspan="4" colspan="1" auto="false" showlabel="true"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control indicationOfSubgrid="true" id="Subgrid_new_1" classid="{E7A81278-8635-4D9E-8D4D-59480B391C5B}"> + <parameters> + <RecordsPerPage>4</RecordsPerPage> + <AutoExpand>Fixed</AutoExpand> + <EnableQuickFind>false</EnableQuickFind> + <EnableViewPicker>false</EnableViewPicker> + <EnableChartPicker>true</EnableChartPicker> + <ChartGridMode>All</ChartGridMode> + <TargetEntityType>p365i_salesunit</TargetEntityType> + <ViewId>{70CC5437-768B-41A0-9DAE-FEF1CFC90ED9}</ViewId> + <ViewIds>{70CC5437-768B-41A0-9DAE-FEF1CFC90ED9}</ViewIds> + <RelationshipName>p365i_SalesUnit_p365i_Product_p365i_Produ</RelationshipName> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <header id="{af9116d4-b518-4934-9eb9-111058da18bb}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{8050d47a-9aff-4500-831e-7c655e006d35}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{f28a32e9-ecb6-4f36-8a94-ee85ebd0031f}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{761de01c-22d9-411e-8ace-dec23a7014ca}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </header> + <footer id="{39a402b4-ee8d-4393-8ee5-d4d87d1f0075}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{df591d2c-2793-4788-9fc8-e84fd3985f2b}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{efd68283-38dd-4c9e-8208-e63f8c87844e}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{b4188703-0d24-487a-bf6a-d7d54e8ee308}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/quick/{36e9dda3-77c7-447c-bc19-64dad32bb616}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/quick/{36e9dda3-77c7-447c-bc19-64dad32bb616}.xml new file mode 100644 index 00000000..d3c938ba --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/quick/{36e9dda3-77c7-447c-bc19-64dad32bb616}.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{36e9dda3-77c7-447c-bc19-64dad32bb616}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{81ce1ebb-f4aa-4f18-8c15-615bbda95e89}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{53851023-c34a-42b1-ac58-b39de1a6ca01}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{f97d19fe-7040-4402-85b3-9ec999f8b345}"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{7b252d35-e803-4142-b4a3-3862856039d2}"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/quick/{36e9dda3-77c7-447c-bc19-64dad32bb616}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/quick/{36e9dda3-77c7-447c-bc19-64dad32bb616}_managed.xml new file mode 100644 index 00000000..9c4ff037 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/quick/{36e9dda3-77c7-447c-bc19-64dad32bb616}_managed.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{36e9dda3-77c7-447c-bc19-64dad32bb616}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{81ce1ebb-f4aa-4f18-8c15-615bbda95e89}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{53851023-c34a-42b1-ac58-b39de1a6ca01}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{f97d19fe-7040-4402-85b3-9ec999f8b345}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{7b252d35-e803-4142-b4a3-3862856039d2}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/quickCreate/{db436d74-fc68-ee11-9ae7-00224841f369}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/quickCreate/{db436d74-fc68-ee11-9ae7-00224841f369}.xml new file mode 100644 index 00000000..065cc0f2 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/quickCreate/{db436d74-fc68-ee11-9ae7-00224841f369}.xml @@ -0,0 +1,107 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{db436d74-fc68-ee11-9ae7-00224841f369}</formid> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab id="F931FFE2-B873-473F-8F95-9502F0AA3F5E" name="tab_1" showlabel="false" labelid="{d563233a-a52d-4b3f-9741-df0d9ca4d5ce}"> + <labels> + <label description="New Tab" languagecode="1033" /> + </labels> + <columns> + <column width="34%"> + <sections> + <section id="0C655D4E-C6E3-424E-9AF5-71E72D30D12E" name="tab_1_column_1_section_1" columns="1" showlabel="false" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{9d472388-f1fc-4674-bad3-ad3b5ee15ec4}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="542FBFBE-0E4C-496C-8012-555DE6581923" labelid="{459e65f3-16cc-45b1-ab20-06895817ad06}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{6c7f54b3-7fae-4387-b8f0-d6779443b4bb}" locklevel="0" colspan="1" rowspan="1" labelid="{7e94a2c5-dd83-4bff-85b9-3b4f7704ea35}"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="false" /> + </cell> + </row> + <row> + <cell id="{b67a7fa3-46cb-4d8a-86ea-5ad1b4eb9243}" locklevel="0" colspan="1" rowspan="1" labelid="{027f6300-f801-42f8-92ec-421c87ab0f37}"> + <labels> + <label description="Product ID" languagecode="1033" /> + </labels> + <control id="p365i_idproduct" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_idproduct" disabled="false" /> + </cell> + </row> + <row> + <cell id="{5b45214f-4597-42c6-bf92-6eacb418f783}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Type" languagecode="1033" /> + </labels> + <control id="p365i_type" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="p365i_type" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section id="02DECBA0-3AE2-484D-A19F-C5353AF4F4F2" name="tab_1_column_2_section_1" columns="1" showlabel="false" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{85904d0c-9bd8-49fd-a930-c98115a10fc3}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="266FE48D-4D04-4E9A-8C5A-7DEF9A2F059B" labelid="{22476c4a-2006-4f74-98d1-8aa172c75e01}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section id="46FD66EA-B686-41D9-AAE0-C565BD78EC1F" name="tab_1_column_3_section_1" columns="1" showlabel="false" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{e17e8f20-561e-4ed4-9923-e17120f066a2}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="07C04A4E-A482-45CC-BAB7-7FCA3CD02938" labelid="{95311551-f4e5-4171-813d-422f3023dc95}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <DisplayConditions Order="0" FallbackForm="true"> + <Role Id="{627090ff-40a3-4053-8790-584edc5be201}" /> + <Role Id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Product quick create form" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/quickCreate/{db436d74-fc68-ee11-9ae7-00224841f369}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/quickCreate/{db436d74-fc68-ee11-9ae7-00224841f369}_managed.xml new file mode 100644 index 00000000..0ec1f9d4 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/FormXml/quickCreate/{db436d74-fc68-ee11-9ae7-00224841f369}_managed.xml @@ -0,0 +1,107 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{db436d74-fc68-ee11-9ae7-00224841f369}</formid> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab id="F931FFE2-B873-473F-8F95-9502F0AA3F5E" name="tab_1" showlabel="false" labelid="{d563233a-a52d-4b3f-9741-df0d9ca4d5ce}"> + <labels> + <label description="New Tab" languagecode="1033" /> + </labels> + <columns> + <column width="34%"> + <sections> + <section id="0C655D4E-C6E3-424E-9AF5-71E72D30D12E" name="tab_1_column_1_section_1" columns="1" showlabel="false" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{9d472388-f1fc-4674-bad3-ad3b5ee15ec4}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="542FBFBE-0E4C-496C-8012-555DE6581923" labelid="{459e65f3-16cc-45b1-ab20-06895817ad06}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{6c7f54b3-7fae-4387-b8f0-d6779443b4bb}" locklevel="0" colspan="1" rowspan="1" labelid="{7e94a2c5-dd83-4bff-85b9-3b4f7704ea35}"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="false" /> + </cell> + </row> + <row> + <cell id="{b67a7fa3-46cb-4d8a-86ea-5ad1b4eb9243}" locklevel="0" colspan="1" rowspan="1" labelid="{027f6300-f801-42f8-92ec-421c87ab0f37}"> + <labels> + <label description="Product ID" languagecode="1033" /> + </labels> + <control id="p365i_idproduct" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_idproduct" disabled="false" /> + </cell> + </row> + <row> + <cell id="{5b45214f-4597-42c6-bf92-6eacb418f783}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_type" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="p365i_type" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section id="02DECBA0-3AE2-484D-A19F-C5353AF4F4F2" name="tab_1_column_2_section_1" columns="1" showlabel="false" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{85904d0c-9bd8-49fd-a930-c98115a10fc3}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="266FE48D-4D04-4E9A-8C5A-7DEF9A2F059B" labelid="{22476c4a-2006-4f74-98d1-8aa172c75e01}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section id="46FD66EA-B686-41D9-AAE0-C565BD78EC1F" name="tab_1_column_3_section_1" columns="1" showlabel="false" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{e17e8f20-561e-4ed4-9923-e17120f066a2}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="07C04A4E-A482-45CC-BAB7-7FCA3CD02938" labelid="{95311551-f4e5-4171-813d-422f3023dc95}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <DisplayConditions Order="0" FallbackForm="true"> + <Role Id="{627090ff-40a3-4053-8790-584edc5be201}" /> + <Role Id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Product quick create form" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/RibbonDiff.xml new file mode 100644 index 00000000..6b56f485 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/RibbonDiff.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<RibbonDiffXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <CustomActions /> + <Templates> + <RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates> + </Templates> + <CommandDefinitions /> + <RuleDefinitions> + <TabDisplayRules /> + <DisplayRules /> + <EnableRules /> + </RuleDefinitions> + <LocLabels /> +</RibbonDiffXml> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/SavedQueries/{0c44c8d1-3bc4-4469-b82d-31e319552d67}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/SavedQueries/{0c44c8d1-3bc4-4469-b82d-31e319552d67}.xml new file mode 100644 index 00000000..2d0ebac3 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/SavedQueries/{0c44c8d1-3bc4-4469-b82d-31e319552d67}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{0c44c8d1-3bc4-4469-b82d-31e319552d67}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_productid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_product"> + <attribute name="p365i_productid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Active Products" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/SavedQueries/{3a252ab4-9a3b-4393-bad2-c203785ef2a9}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/SavedQueries/{3a252ab4-9a3b-4393-bad2-c203785ef2a9}.xml new file mode 100644 index 00000000..a6344749 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/SavedQueries/{3a252ab4-9a3b-4393-bad2-c203785ef2a9}.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>1</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{3a252ab4-9a3b-4393-bad2-c203785ef2a9}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_productid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>4</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_product"> + <attribute name="p365i_productid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <filter type="or" isquickfindfields="1"> + <condition attribute="p365i_name" operator="like" value="{0}" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quick Find Active Products" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/SavedQueries/{7d398db7-9d9f-4342-8abf-9f8e82938bec}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/SavedQueries/{7d398db7-9d9f-4342-8abf-9f8e82938bec}.xml new file mode 100644 index 00000000..1ca7bbb5 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/SavedQueries/{7d398db7-9d9f-4342-8abf-9f8e82938bec}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{7d398db7-9d9f-4342-8abf-9f8e82938bec}</savedqueryid> + <layoutxml> + <grid name="p365i_products" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="p365i_product" id="p365i_productid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>2</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_product"> + <attribute name="p365i_productid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Product Associated View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/SavedQueries/{b2bbc9ec-e83e-42fb-a599-f68b504ee685}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/SavedQueries/{b2bbc9ec-e83e-42fb-a599-f68b504ee685}.xml new file mode 100644 index 00000000..f575639d --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/SavedQueries/{b2bbc9ec-e83e-42fb-a599-f68b504ee685}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{b2bbc9ec-e83e-42fb-a599-f68b504ee685}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_productid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_product"> + <attribute name="p365i_productid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="1" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Inactive Products" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/SavedQueries/{bff68bbe-42f1-48c4-8a0b-98ea121e3de7}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/SavedQueries/{bff68bbe-42f1-48c4-8a0b-98ea121e3de7}.xml new file mode 100644 index 00000000..74179318 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/SavedQueries/{bff68bbe-42f1-48c4-8a0b-98ea121e3de7}.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{bff68bbe-42f1-48c4-8a0b-98ea121e3de7}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_productid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>1</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_product"> + <attribute name="p365i_productid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Product Advanced Find View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/SavedQueries/{c616f7e0-6c1c-4b8d-9457-9fb783a3144d}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/SavedQueries/{c616f7e0-6c1c-4b8d-9457-9fb783a3144d}.xml new file mode 100644 index 00000000..5a0476fe --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/SavedQueries/{c616f7e0-6c1c-4b8d-9457-9fb783a3144d}.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{c616f7e0-6c1c-4b8d-9457-9fb783a3144d}</savedqueryid> + <layoutxml> + <grid name="p365i_products" jump="p365i_name" select="1" icon="1" preview="0"> + <row name="p365i_product" id="p365i_productid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>64</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_product"> + <attribute name="p365i_productid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Product Lookup View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/SavedQueries/{df4a56dd-f068-ee11-9ae7-6045bd10f02e}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/SavedQueries/{df4a56dd-f068-ee11-9ae7-6045bd10f02e}.xml new file mode 100644 index 00000000..f0750d9b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Product/SavedQueries/{df4a56dd-f068-ee11-9ae7-6045bd10f02e}.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{df4a56dd-f068-ee11-9ae7-6045bd10f02e}</savedqueryid> + <querytype>8192</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical" output-format="xml-platform"> + <entity name="p365i_product"> + <attribute name="p365i_productid" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + <condition attribute="ownerid" operator="eq-userid" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="My Products" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="Active Products owned by me" languagecode="1033" /> + </Descriptions> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/Entity.xml new file mode 100644 index 00000000..99f06055 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/Entity.xml @@ -0,0 +1,1822 @@ +<?xml version="1.0" encoding="utf-8"?> +<Entity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Name LocalizedName="Prospect" OriginalName="Prospect">p365i_Prospect</Name> + <EntityInfo> + <entity Name="p365i_Prospect"> + <LocalizedNames> + <LocalizedName description="Prospect" languagecode="1033" /> + </LocalizedNames> + <LocalizedCollectionNames> + <LocalizedCollectionName description="Prospects" languagecode="1033" /> + </LocalizedCollectionNames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <attributes> + <attribute PhysicalName="CreatedBy"> + <Type>lookup</Type> + <Name>createdby</Name> + <LogicalName>createdby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOn"> + <Type>datetime</Type> + <Name>createdon</Name> + <LogicalName>createdon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOnBehalfBy"> + <Type>lookup</Type> + <Name>createdonbehalfby</Name> + <LogicalName>createdonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="EmailAddress"> + <Type>nvarchar</Type> + <Name>emailaddress</Name> + <LogicalName>emailaddress</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>email</Format> + <MaxLength>100</MaxLength> + <displaynames> + <displayname description="Email Address" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="The primary email address for the entity." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ExchangeRate"> + <Type>decimal</Type> + <Name>exchangerate</Name> + <LogicalName>exchangerate</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>1E-10</MinValue> + <MaxValue>100000000000</MaxValue> + <Accuracy>10</Accuracy> + <displaynames> + <displayname description="Exchange Rate" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Exchange rate for the currency associated with the entity with respect to the base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ImportSequenceNumber"> + <Type>int</Type> + <Name>importsequencenumber</Name> + <LogicalName>importsequencenumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-2147483648</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Import Sequence Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Sequence number of the import that created this record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedBy"> + <Type>lookup</Type> + <Name>modifiedby</Name> + <LogicalName>modifiedby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOn"> + <Type>datetime</Type> + <Name>modifiedon</Name> + <LogicalName>modifiedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Modified On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was modified." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOnBehalfBy"> + <Type>lookup</Type> + <Name>modifiedonbehalfby</Name> + <LogicalName>modifiedonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OverriddenCreatedOn"> + <Type>datetime</Type> + <Name>overriddencreatedon</Name> + <LogicalName>overriddencreatedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Record Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time that the record was migrated." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwnerId"> + <Type>owner</Type> + <Name>ownerid</Name> + <LogicalName>ownerid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes> + <LookupType id="00000000-0000-0000-0000-000000000000">8</LookupType> + <LookupType id="00000000-0000-0000-0000-000000000000">9</LookupType> + </LookupTypes> + <displaynames> + <displayname description="Owner" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningBusinessUnit"> + <Type>lookup</Type> + <Name>owningbusinessunit</Name> + <LogicalName>owningbusinessunit</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Business Unit" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningTeam"> + <Type>lookup</Type> + <Name>owningteam</Name> + <LogicalName>owningteam</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Team" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningUser"> + <Type>lookup</Type> + <Name>owninguser</Name> + <LogicalName>owninguser</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning User" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_AnnualRevenue"> + <Type>money</Type> + <Name>p365i_annualrevenue</Name> + <LogicalName>p365i_annualrevenue</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>0</MinValue> + <MaxValue>100000000000000</MaxValue> + <Accuracy>4</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Annual Revenue" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_annualrevenue_Base"> + <Type>money</Type> + <Name>p365i_annualrevenue_base</Name> + <LogicalName>p365i_annualrevenue_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>4</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_AnnualRevenue</CalculationOf> + <displaynames> + <displayname description="Annual Revenue (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Annual Revenue in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_BudgetAmount"> + <Type>money</Type> + <Name>p365i_budgetamount</Name> + <LogicalName>p365i_budgetamount</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>0</MinValue> + <MaxValue>1000000000000</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Budget Amount" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_budgetamount_Base"> + <Type>money</Type> + <Name>p365i_budgetamount_base</Name> + <LogicalName>p365i_budgetamount_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_BudgetAmount</CalculationOf> + <displaynames> + <displayname description="Budget Amount (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Budget Amount in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_BusinessPhone"> + <Type>nvarchar</Type> + <Name>p365i_businessphone</Name> + <LogicalName>p365i_businessphone</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>phone</Format> + <MaxLength>50</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Business Phone" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Company"> + <Type>nvarchar</Type> + <Name>p365i_company</Name> + <LogicalName>p365i_company</LogicalName> + <RequiredLevel>recommended</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>100</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Company" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_CountryRegion"> + <Type>nvarchar</Type> + <Name>p365i_countryregion</Name> + <LogicalName>p365i_countryregion</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>100</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Country/Region" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_DecisionMaker"> + <Type>bit</Type> + <Name>p365i_decisionmaker</Name> + <LogicalName>p365i_decisionmaker</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <AppDefaultValue>0</AppDefaultValue> + <optionset Name="p365i_prospect_p365i_decisionmaker"> + <OptionSetType>bit</OptionSetType> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <ExternalTypeName></ExternalTypeName> + <displaynames> + <displayname description="Decision Maker" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <options> + <option value="1" ExternalValue=""> + <labels> + <label description="Completed" languagecode="1033" /> + </labels> + </option> + <option value="0" ExternalValue=""> + <labels> + <label description="mark complete" languagecode="1033" /> + </labels> + </option> + </options> + </optionset> + <displaynames> + <displayname description="Decision Maker" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Description"> + <Type>ntext</Type> + <Name>p365i_description</Name> + <LogicalName>p365i_description</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>2000</MaxLength> + <displaynames> + <displayname description="Description" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_FirstName"> + <Type>nvarchar</Type> + <Name>p365i_firstname</Name> + <LogicalName>p365i_firstname</LogicalName> + <RequiredLevel>recommended</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>50</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="First Name" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_JobTitle"> + <Type>nvarchar</Type> + <Name>p365i_jobtitle</Name> + <LogicalName>p365i_jobtitle</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>100</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Job Title" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_LastName"> + <Type>nvarchar</Type> + <Name>p365i_lastname</Name> + <LogicalName>p365i_lastname</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>50</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Last Name" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_MobilePhone"> + <Type>nvarchar</Type> + <Name>p365i_mobilephone</Name> + <LogicalName>p365i_mobilephone</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>phone</Format> + <MaxLength>50</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Mobile Phone" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_parentaccountid"> + <Type>lookup</Type> + <Name>p365i_parentaccountid</Name> + <LogicalName>p365i_parentaccountid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Parent Accont for prospect" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_parentcontactfid"> + <Type>lookup</Type> + <Name>p365i_parentcontactfid</Name> + <LogicalName>p365i_parentcontactfid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Parent Contact for prospect" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_ProspectId"> + <Type>primarykey</Type> + <Name>p365i_prospectid</Name> + <LogicalName>p365i_prospectid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|RequiredForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>0</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <displaynames> + <displayname description="Prospect" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for entity instances" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_ProspectSource"> + <Type>picklist</Type> + <Name>p365i_prospectsource</Name> + <LogicalName>p365i_prospectsource</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <AppDefaultValue>-1</AppDefaultValue> + <OptionSetName>p365i_prospectsource</OptionSetName> + <displaynames> + <displayname description="Prospect Source" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_PurchaseProcess"> + <Type>picklist</Type> + <Name>p365i_purchaseprocess</Name> + <LogicalName>p365i_purchaseprocess</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <AppDefaultValue>-1</AppDefaultValue> + <OptionSetName>p365i_purchaseprocess</OptionSetName> + <displaynames> + <displayname description="Purchase Process" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_PurchaseTimeframe"> + <Type>picklist</Type> + <Name>p365i_purchasetimeframe</Name> + <LogicalName>p365i_purchasetimeframe</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <AppDefaultValue>-1</AppDefaultValue> + <OptionSetName>p365i_purchasetimeframe</OptionSetName> + <displaynames> + <displayname description="Purchase Timeframe" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Topic"> + <Type>nvarchar</Type> + <Name>p365i_topic</Name> + <LogicalName>p365i_topic</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>ActivityPointerRegardingName|PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>1</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>300</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Topic" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="processid"> + <Type>uniqueidentifier</Type> + <Name>processid</Name> + <LogicalName>processid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>0</IsCustomizable> + <IsRenameable>0</IsRenameable> + <CanModifySearchSettings>0</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>0</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>0</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <displaynames> + <displayname description="Process Id" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Contains the id of the process associated with the entity." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="stageid"> + <Type>uniqueidentifier</Type> + <Name>stageid</Name> + <LogicalName>stageid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>0</IsCustomizable> + <IsRenameable>0</IsRenameable> + <CanModifySearchSettings>0</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>0</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>0</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <displaynames> + <displayname description="(Deprecated) Stage Id" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Contains the id of the stage where the entity is located." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statecode"> + <Type>state</Type> + <Name>statecode</Name> + <LogicalName>statecode</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_prospect_statecode"> + <OptionSetType>state</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Prospect" languagecode="1033" /> + </Descriptions> + <states> + <state value="0" defaultstatus="1" invariantname="Active"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </state> + <state value="1" defaultstatus="2" invariantname="Inactive"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </state> + </states> + </optionset> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Prospect" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statuscode"> + <Type>status</Type> + <Name>statuscode</Name> + <LogicalName>statuscode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_prospect_statuscode"> + <OptionSetType>status</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Prospect" languagecode="1033" /> + </Descriptions> + <statuses> + <status value="1" state="0"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </status> + <status value="2" state="1"> + <labels> + <label description="Disqualified" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </status> + <status value="446310001" state="1"> + <labels> + <label description="Qualified" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </status> + </statuses> + </optionset> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Prospect" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TimeZoneRuleVersionNumber"> + <Type>int</Type> + <Name>timezoneruleversionnumber</Name> + <LogicalName>timezoneruleversionnumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Time Zone Rule Version Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="For internal use only." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TransactionCurrencyId"> + <Type>lookup</Type> + <Name>transactioncurrencyid</Name> + <LogicalName>transactioncurrencyid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Currency" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the currency associated with the entity." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="traversedpath"> + <Type>nvarchar</Type> + <Name>traversedpath</Name> + <LogicalName>traversedpath</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>0</IsCustomizable> + <IsRenameable>0</IsRenameable> + <CanModifySearchSettings>0</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>0</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>0</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>1250</MaxLength> + <Length>2500</Length> + <displaynames> + <displayname description="(Deprecated) Traversed Path" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="A comma separated list of string values representing the unique identifiers of stages in a Business Process Flow Instance in the order that they occur." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="UTCConversionTimeZoneCode"> + <Type>int</Type> + <Name>utcconversiontimezonecode</Name> + <LogicalName>utcconversiontimezonecode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="UTC Conversion Time Zone Code" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Time zone code that was in use when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + </attributes> + <EntitySetName>p365i_prospects</EntitySetName> + <IsDuplicateCheckSupported>1</IsDuplicateCheckSupported> + <IsBusinessProcessEnabled>1</IsBusinessProcessEnabled> + <IsRequiredOffline>0</IsRequiredOffline> + <IsInteractionCentricEnabled>0</IsInteractionCentricEnabled> + <IsCollaboration>1</IsCollaboration> + <AutoRouteToOwnerQueue>0</AutoRouteToOwnerQueue> + <IsConnectionsEnabled>0</IsConnectionsEnabled> + <EntityColor></EntityColor> + <IsDocumentManagementEnabled>1</IsDocumentManagementEnabled> + <AutoCreateAccessTeams>0</AutoCreateAccessTeams> + <IsOneNoteIntegrationEnabled>0</IsOneNoteIntegrationEnabled> + <IsKnowledgeManagementEnabled>0</IsKnowledgeManagementEnabled> + <IsSLAEnabled>0</IsSLAEnabled> + <IsDocumentRecommendationsEnabled>0</IsDocumentRecommendationsEnabled> + <IsBPFEntity>0</IsBPFEntity> + <OwnershipTypeMask>UserOwned</OwnershipTypeMask> + <IsAuditEnabled>0</IsAuditEnabled> + <IsRetrieveAuditEnabled>0</IsRetrieveAuditEnabled> + <IsRetrieveMultipleAuditEnabled>0</IsRetrieveMultipleAuditEnabled> + <IsActivity>0</IsActivity> + <ActivityTypeMask></ActivityTypeMask> + <IsActivityParty>1</IsActivityParty> + <IsReplicated>0</IsReplicated> + <IsReplicationUserFiltered>0</IsReplicationUserFiltered> + <IsMailMergeEnabled>1</IsMailMergeEnabled> + <IsVisibleInMobile>0</IsVisibleInMobile> + <IsVisibleInMobileClient>0</IsVisibleInMobileClient> + <IsReadOnlyInMobileClient>0</IsReadOnlyInMobileClient> + <IsOfflineInMobileClient>0</IsOfflineInMobileClient> + <DaysSinceRecordLastModified>0</DaysSinceRecordLastModified> + <MobileOfflineFilters></MobileOfflineFilters> + <IsMapiGridEnabled>1</IsMapiGridEnabled> + <IsReadingPaneEnabled>1</IsReadingPaneEnabled> + <IsQuickCreateEnabled>1</IsQuickCreateEnabled> + <SyncToExternalSearchIndex>0</SyncToExternalSearchIndex> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <IsMappable>1</IsMappable> + <CanModifyAuditSettings>1</CanModifyAuditSettings> + <CanModifyMobileVisibility>1</CanModifyMobileVisibility> + <CanModifyMobileClientVisibility>1</CanModifyMobileClientVisibility> + <CanModifyMobileClientReadOnly>1</CanModifyMobileClientReadOnly> + <CanModifyMobileClientOffline>1</CanModifyMobileClientOffline> + <CanModifyConnectionSettings>1</CanModifyConnectionSettings> + <CanModifyDuplicateDetectionSettings>1</CanModifyDuplicateDetectionSettings> + <CanModifyMailMergeSettings>1</CanModifyMailMergeSettings> + <CanModifyQueueSettings>1</CanModifyQueueSettings> + <CanCreateAttributes>1</CanCreateAttributes> + <CanCreateForms>1</CanCreateForms> + <CanCreateCharts>1</CanCreateCharts> + <CanCreateViews>1</CanCreateViews> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <CanEnableSyncToExternalSearchIndex>1</CanEnableSyncToExternalSearchIndex> + <IconVectorName>p365i_prospectIcon</IconVectorName> + <EnforceStateTransitions>0</EnforceStateTransitions> + <CanChangeHierarchicalRelationship>1</CanChangeHierarchicalRelationship> + <EntityHelpUrlEnabled>0</EntityHelpUrlEnabled> + <EntityHelpUrl></EntityHelpUrl> + <ChangeTrackingEnabled>0</ChangeTrackingEnabled> + <CanChangeTrackingBeEnabled>1</CanChangeTrackingBeEnabled> + <IsEnabledForExternalChannels>0</IsEnabledForExternalChannels> + <IsMSTeamsIntegrationEnabled>0</IsMSTeamsIntegrationEnabled> + <IsSolutionAware>0</IsSolutionAware> + <HasRelatedNotes>True</HasRelatedNotes> + <HasRelatedActivities>True</HasRelatedActivities> + </entity> + </EntityInfo> + <FormXml /> + <SavedQueries /> + <RibbonDiffXml /> +</Entity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/card/{b25dc2ec-8964-4c4f-a44c-4633c8a914c2}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/card/{b25dc2ec-8964-4c4f-a44c-4633c8a914c2}.xml new file mode 100644 index 00000000..0125988b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/card/{b25dc2ec-8964-4c4f-a44c-4633c8a914c2}.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{b25dc2ec-8964-4c4f-a44c-4633c8a914c2}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{7ee79001-940e-42ad-ade9-3d4114d1b680}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{c00664ef-a7dd-43d1-91c5-225442147243}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{d8498477-f128-4a16-ab99-bd30ab71c932}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{c66a3046-7c49-4468-8bf3-d31a66e8a1a1}" showlabel="true" locklevel="0"> + <labels> + <label description="Status Reason" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{4505d76c-1cbe-4a48-99d3-325e46d96d9e}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{7d9dc3bb-8897-4f04-9423-bca1cc0c083c}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{f789e78f-01eb-4bae-9191-bde361481401}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{8a6e8bb1-4776-414a-a75a-341a351244df}" showlabel="true" locklevel="0"> + <labels> + <label description="Topic" languagecode="1033" /> + </labels> + <control id="p365i_topic" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_topic" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{b58932e6-aa47-491b-b70a-41d84a33b7bf}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{5fbd2c19-855e-4ee9-89b0-679638d83f91}" showlabel="true" locklevel="0"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{24a575ae-9a3d-46c2-8a63-b09d9e157df5}" showlabel="true" locklevel="0"> + <labels> + <label description="Created On" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{d9f75f85-0614-4f17-bf33-6f7281b00eae}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{e5d3df9a-4b09-42b7-abe1-e31c62b12d8a}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/card/{b25dc2ec-8964-4c4f-a44c-4633c8a914c2}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/card/{b25dc2ec-8964-4c4f-a44c-4633c8a914c2}_managed.xml new file mode 100644 index 00000000..eb7ee292 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/card/{b25dc2ec-8964-4c4f-a44c-4633c8a914c2}_managed.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{b25dc2ec-8964-4c4f-a44c-4633c8a914c2}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{7ee79001-940e-42ad-ade9-3d4114d1b680}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{c00664ef-a7dd-43d1-91c5-225442147243}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{d8498477-f128-4a16-ab99-bd30ab71c932}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{c66a3046-7c49-4468-8bf3-d31a66e8a1a1}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{4505d76c-1cbe-4a48-99d3-325e46d96d9e}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{7d9dc3bb-8897-4f04-9423-bca1cc0c083c}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{f789e78f-01eb-4bae-9191-bde361481401}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{8a6e8bb1-4776-414a-a75a-341a351244df}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_topic" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_topic" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{b58932e6-aa47-491b-b70a-41d84a33b7bf}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{5fbd2c19-855e-4ee9-89b0-679638d83f91}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{24a575ae-9a3d-46c2-8a63-b09d9e157df5}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{d9f75f85-0614-4f17-bf33-6f7281b00eae}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{e5d3df9a-4b09-42b7-abe1-e31c62b12d8a}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/main/{4d970aca-b1e9-4833-8601-128076c4eebc}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/main/{4d970aca-b1e9-4833-8601-128076c4eebc}.xml new file mode 100644 index 00000000..cb2ba099 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/main/{4d970aca-b1e9-4833-8601-128076c4eebc}.xml @@ -0,0 +1,278 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{4d970aca-b1e9-4833-8601-128076c4eebc}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form headerdensity="HighWithControls"> + <tabs> + <tab verticallayout="true" id="{00fcd883-bf2d-475a-acc7-032c79e1cb77}" IsUserDefined="1" name="General"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="35%"> + <sections> + <section showlabel="true" showbar="false" IsUserDefined="0" id="{31839e96-5aeb-4229-ab26-24a985e6b4c3}" columns="1" name="Contact"> + <labels> + <label description="Contact" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{52963bac-b4cb-4ea8-b7fa-aae839c2fece}"> + <labels> + <label description="Topic" languagecode="1033" /> + </labels> + <control id="p365i_topic" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_topic" /> + </cell> + </row> + <row> + <cell id="{6297ba5c-10ec-43e8-9817-916fc3bada4a}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="First Name" languagecode="1033" /> + </labels> + <control id="p365i_firstname" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_firstname" disabled="false" /> + </cell> + </row> + <row> + <cell id="{dfbee8a1-1b19-4d89-8e08-cb243f4e7851}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Last Name" languagecode="1033" /> + </labels> + <control id="p365i_lastname" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_lastname" disabled="false" /> + </cell> + </row> + <row> + <cell id="{9b87d79e-6b31-4647-9d5d-8df61707eb0a}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Job Title" languagecode="1033" /> + </labels> + <control id="p365i_jobtitle" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_jobtitle" disabled="false" /> + </cell> + </row> + <row> + <cell id="{c86548c2-4150-4297-8a9e-cea285841708}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Business Phone" languagecode="1033" /> + </labels> + <control id="p365i_businessphone" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_businessphone" disabled="false" /> + </cell> + </row> + <row> + <cell id="{2599b1d5-8e2f-4820-ba70-baddd722f9fe}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Mobile Phone" languagecode="1033" /> + </labels> + <control id="p365i_mobilephone" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_mobilephone" disabled="false" /> + </cell> + </row> + <row> + <cell id="{1709ef40-504d-4d2c-bc96-1eb4d31ea21f}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Email Address" languagecode="1033" /> + </labels> + <control id="emailaddress" classid="{ADA2203E-B4CD-49BE-9DDF-234642B43B52}" datafieldname="emailaddress" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="Company" id="8df5f89f-653f-488a-893b-e137376e2bd5" IsUserDefined="0" locklevel="0" showlabel="true" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="Company" languagecode="1033" /> + </labels> + <rows> + <row /> + <row> + <cell id="{8fc37db4-9d01-414e-96e9-19720aba2e33}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Company" languagecode="1033" /> + </labels> + <control id="p365i_company" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_company" disabled="false" /> + </cell> + </row> + <row> + <cell id="{bcd4d012-a3d1-42ec-ad53-4d51c6d9061d}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Country/Region" languagecode="1033" /> + </labels> + <control id="p365i_countryregion" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_countryregion" disabled="false" /> + </cell> + </row> + <row> + <cell id="{00f8e49d-96b0-47cc-ab53-c76a9a20cc4c}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Annual Revenue" languagecode="1033" /> + </labels> + <control id="p365i_annualrevenue" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_annualrevenue" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="35%"> + <sections> + <section name="Timeline" id="691e1e82-5c6e-4646-87c0-df2aa10d403c" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="Timeline" languagecode="1033" /> + </labels> + <rows> + <row /> + <row> + <cell locklevel="0" id="{6f58e99d-9465-4403-b890-164c3884f25a}" rowspan="15" colspan="1"> + <labels> + <label description="Note Text" languagecode="1033" /> + </labels> + <control id="notescontrol" classid="{06375649-C143-495E-A496-C962E5B4488E}" disabled="false"> + <parameters> + <UClientActivities>appointment,email,phonecall,recurringappointmentmaster,task,adx_portalcomment,chat,msfp_alert,msfp_surveyinvite,msfp_surveyresponse</UClientActivities> + <UClientDisplayActivityUsing>defaultfields</UClientDisplayActivityUsing> + <UClientActivityCardMap>appointment:4201:,email:4202:,fax:4204:,letter:4207:,phonecall:4210:,recurringappointmentmaster:4251:,socialactivity:4216:,task:4212:,adx_inviteredemption:10246:,adx_portalcomment:10247:,chat:10099:,msfp_alert:10440:,msfp_surveyinvite:10450:,msfp_surveyresponse:10452:,</UClientActivityCardMap> + <UClientActivitiesConfigurationJSON>{"socialactivity":{"showTopDate":true,"showStatus":true,"canCreate":false,"createUsing":"default","openUsing":"default"},"adx_inviteredemption":{"showTopDate":true,"showStatus":true,"canCreate":true,"createUsing":"default","openUsing":"default"}}</UClientActivitiesConfigurationJSON> + <UClientRecordPerPage>16</UClientRecordPerPage> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + <column width="30%"> + <sections> + <section name="_section_925" id="71ba4938-4ab0-4a5c-8c8e-8c23a3fcc546" IsUserDefined="0" locklevel="0" showlabel="true" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row /> + <row> + <cell id="{0fd7a2d8-c14b-4141-8cca-d08eeb059ef7}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Description" languagecode="1033" /> + </labels> + <control id="p365i_description" classid="{E0DECE4B-6FC8-4A8F-A065-082708572369}" datafieldname="p365i_description" disabled="false" /> + </cell> + </row> + <row> + <cell id="{fcb91c00-27b5-484e-b207-8b4c238a15a7}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Currency" languagecode="1033" /> + </labels> + <control id="transactioncurrencyid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="transactioncurrencyid" disabled="false" /> + </cell> + </row> + <row> + <cell id="{5cdbef4f-e1bb-430d-ba29-3568a1eea09b}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Budget Amount" languagecode="1033" /> + </labels> + <control id="p365i_budgetamount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_budgetamount" disabled="false" /> + </cell> + </row> + <row> + <cell id="{8d893e54-1a90-4b97-bd68-692b03402ba1}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Purchase Process" languagecode="1033" /> + </labels> + <control id="p365i_purchaseprocess" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="p365i_purchaseprocess" disabled="false" /> + </cell> + </row> + <row> + <cell id="{11230f93-59fc-4b69-975e-40602e3907e7}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Purchase Timeframe" languagecode="1033" /> + </labels> + <control id="p365i_purchasetimeframe" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="p365i_purchasetimeframe" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <header id="{3af4d4aa-bba4-468f-af46-cc2cb244f2e5}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{8d112cf9-3620-4f3e-b2ee-d40d85f80213}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{aed2d293-1678-4663-b3c3-859e02a5033f}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{e782cc62-17e3-47db-93d1-89f1cda83449}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{773d1409-560f-4f4d-bfc9-0920d276e805}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Status Reason" languagecode="1033" /> + </labels> + <control id="header_statuscode" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{9fbfce4d-2203-472b-b31d-8e031c8f11c3}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="header_ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + </row> + </rows> + </header> + <footer id="{0e0e7769-caf6-40e8-aa7f-943092e5388a}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{08f195f7-75db-4699-8144-cf912bcb561a}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{ef0e308f-bfc6-4f08-9df5-1a296e0eca28}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{f8fdbcdf-a40b-4f70-8974-b38a12c6cec5}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Prospect" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/main/{4d970aca-b1e9-4833-8601-128076c4eebc}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/main/{4d970aca-b1e9-4833-8601-128076c4eebc}_managed.xml new file mode 100644 index 00000000..34209a23 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/main/{4d970aca-b1e9-4833-8601-128076c4eebc}_managed.xml @@ -0,0 +1,278 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{4d970aca-b1e9-4833-8601-128076c4eebc}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form headerdensity="HighWithControls"> + <tabs> + <tab verticallayout="true" id="{00fcd883-bf2d-475a-acc7-032c79e1cb77}" IsUserDefined="1" name="General"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="35%"> + <sections> + <section showlabel="true" showbar="false" IsUserDefined="0" id="{31839e96-5aeb-4229-ab26-24a985e6b4c3}" columns="1" name="Contact"> + <labels> + <label description="Contact" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{52963bac-b4cb-4ea8-b7fa-aae839c2fece}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_topic" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_topic" /> + </cell> + </row> + <row> + <cell id="{6297ba5c-10ec-43e8-9817-916fc3bada4a}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_firstname" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_firstname" disabled="false" /> + </cell> + </row> + <row> + <cell id="{dfbee8a1-1b19-4d89-8e08-cb243f4e7851}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_lastname" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_lastname" disabled="false" /> + </cell> + </row> + <row> + <cell id="{9b87d79e-6b31-4647-9d5d-8df61707eb0a}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_jobtitle" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_jobtitle" disabled="false" /> + </cell> + </row> + <row> + <cell id="{c86548c2-4150-4297-8a9e-cea285841708}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_businessphone" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_businessphone" disabled="false" /> + </cell> + </row> + <row> + <cell id="{2599b1d5-8e2f-4820-ba70-baddd722f9fe}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_mobilephone" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_mobilephone" disabled="false" /> + </cell> + </row> + <row> + <cell id="{1709ef40-504d-4d2c-bc96-1eb4d31ea21f}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="emailaddress" classid="{ADA2203E-B4CD-49BE-9DDF-234642B43B52}" datafieldname="emailaddress" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="Company" id="8df5f89f-653f-488a-893b-e137376e2bd5" IsUserDefined="0" locklevel="0" showlabel="true" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="Company" languagecode="1033" /> + </labels> + <rows> + <row /> + <row> + <cell id="{8fc37db4-9d01-414e-96e9-19720aba2e33}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_company" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_company" disabled="false" /> + </cell> + </row> + <row> + <cell id="{bcd4d012-a3d1-42ec-ad53-4d51c6d9061d}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_countryregion" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_countryregion" disabled="false" /> + </cell> + </row> + <row> + <cell id="{00f8e49d-96b0-47cc-ab53-c76a9a20cc4c}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_annualrevenue" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_annualrevenue" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="35%"> + <sections> + <section name="Timeline" id="691e1e82-5c6e-4646-87c0-df2aa10d403c" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="Timeline" languagecode="1033" /> + </labels> + <rows> + <row /> + <row> + <cell locklevel="0" id="{6f58e99d-9465-4403-b890-164c3884f25a}" rowspan="15" colspan="1"> + <labels> + <label description="Note Text" languagecode="1033" /> + </labels> + <control id="notescontrol" classid="{06375649-C143-495E-A496-C962E5B4488E}" disabled="false"> + <parameters> + <UClientActivities>appointment,email,phonecall,recurringappointmentmaster,task,adx_portalcomment,chat,msfp_alert,msfp_surveyinvite,msfp_surveyresponse</UClientActivities> + <UClientDisplayActivityUsing>defaultfields</UClientDisplayActivityUsing> + <UClientActivityCardMap>appointment:4201:,email:4202:,fax:4204:,letter:4207:,phonecall:4210:,recurringappointmentmaster:4251:,socialactivity:4216:,task:4212:,adx_inviteredemption:10246:,adx_portalcomment:10247:,chat:10099:,msfp_alert:10440:,msfp_surveyinvite:10450:,msfp_surveyresponse:10452:,</UClientActivityCardMap> + <UClientActivitiesConfigurationJSON>{"socialactivity":{"showTopDate":true,"showStatus":true,"canCreate":false,"createUsing":"default","openUsing":"default"},"adx_inviteredemption":{"showTopDate":true,"showStatus":true,"canCreate":true,"createUsing":"default","openUsing":"default"}}</UClientActivitiesConfigurationJSON> + <UClientRecordPerPage>16</UClientRecordPerPage> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + <column width="30%"> + <sections> + <section name="_section_925" id="71ba4938-4ab0-4a5c-8c8e-8c23a3fcc546" IsUserDefined="0" locklevel="0" showlabel="true" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row /> + <row> + <cell id="{0fd7a2d8-c14b-4141-8cca-d08eeb059ef7}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_description" classid="{E0DECE4B-6FC8-4A8F-A065-082708572369}" datafieldname="p365i_description" disabled="false" /> + </cell> + </row> + <row> + <cell id="{fcb91c00-27b5-484e-b207-8b4c238a15a7}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="transactioncurrencyid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="transactioncurrencyid" disabled="false" /> + </cell> + </row> + <row> + <cell id="{5cdbef4f-e1bb-430d-ba29-3568a1eea09b}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_budgetamount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_budgetamount" disabled="false" /> + </cell> + </row> + <row> + <cell id="{8d893e54-1a90-4b97-bd68-692b03402ba1}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_purchaseprocess" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="p365i_purchaseprocess" disabled="false" /> + </cell> + </row> + <row> + <cell id="{11230f93-59fc-4b69-975e-40602e3907e7}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_purchasetimeframe" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="p365i_purchasetimeframe" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <header id="{3af4d4aa-bba4-468f-af46-cc2cb244f2e5}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{8d112cf9-3620-4f3e-b2ee-d40d85f80213}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{aed2d293-1678-4663-b3c3-859e02a5033f}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{e782cc62-17e3-47db-93d1-89f1cda83449}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{773d1409-560f-4f4d-bfc9-0920d276e805}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="header_statuscode" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{9fbfce4d-2203-472b-b31d-8e031c8f11c3}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="header_ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + </row> + </rows> + </header> + <footer id="{0e0e7769-caf6-40e8-aa7f-943092e5388a}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{08f195f7-75db-4699-8144-cf912bcb561a}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{ef0e308f-bfc6-4f08-9df5-1a296e0eca28}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{f8fdbcdf-a40b-4f70-8974-b38a12c6cec5}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Prospect" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/quick/{5075fc1f-0c17-485c-b3f3-859b146d0e7b}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/quick/{5075fc1f-0c17-485c-b3f3-859b146d0e7b}.xml new file mode 100644 index 00000000..3e5d74d4 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/quick/{5075fc1f-0c17-485c-b3f3-859b146d0e7b}.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{5075fc1f-0c17-485c-b3f3-859b146d0e7b}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{a325fd5f-fb75-4bc5-8561-a99e048e05f3}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{3025f8b6-9d07-47b7-b4e6-16a4487b2a12}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{ad251a3b-0f35-46f6-b798-3ec6d54a73c5}"> + <labels> + <label description="Topic" languagecode="1033" /> + </labels> + <control id="p365i_topic" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_topic" /> + </cell> + </row> + <row> + <cell id="{0a9a0b6b-cdb3-491b-8001-5745037b7b6d}"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/quick/{5075fc1f-0c17-485c-b3f3-859b146d0e7b}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/quick/{5075fc1f-0c17-485c-b3f3-859b146d0e7b}_managed.xml new file mode 100644 index 00000000..3c7e3331 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/quick/{5075fc1f-0c17-485c-b3f3-859b146d0e7b}_managed.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{5075fc1f-0c17-485c-b3f3-859b146d0e7b}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{a325fd5f-fb75-4bc5-8561-a99e048e05f3}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{3025f8b6-9d07-47b7-b4e6-16a4487b2a12}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{ad251a3b-0f35-46f6-b798-3ec6d54a73c5}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_topic" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_topic" /> + </cell> + </row> + <row> + <cell id="{0a9a0b6b-cdb3-491b-8001-5745037b7b6d}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/quickCreate/{4ab6cc0b-9d76-ee11-8179-00224840d636}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/quickCreate/{4ab6cc0b-9d76-ee11-8179-00224840d636}.xml new file mode 100644 index 00000000..9ac90792 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/quickCreate/{4ab6cc0b-9d76-ee11-8179-00224840d636}.xml @@ -0,0 +1,195 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{4ab6cc0b-9d76-ee11-8179-00224840d636}</formid> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab id="F931FFE2-B873-473F-8F95-9502F0AA3F5E" name="tab_1" showlabel="false" labelid="{cd5a4fcd-1e62-43f3-bba3-74e2016ec687}"> + <labels> + <label description="New Tab" languagecode="1033" /> + </labels> + <columns> + <column width="34%"> + <sections> + <section id="0C655D4E-C6E3-424E-9AF5-71E72D30D12E" name="tab_1_column_1_section_1" columns="1" showlabel="true" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{e56693c5-b89f-4c7d-bd5c-97c17c443e9b}"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="542FBFBE-0E4C-496C-8012-555DE6581923" labelid="{b5465d44-7ec6-454d-b90b-fbcd90989be9}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{96a6a29a-79eb-4062-ac44-bae740b43950}" locklevel="0" colspan="1" rowspan="1" labelid="{80a260a2-35b4-4cb5-bc42-9a77c6515ab5}"> + <labels> + <label description="Topic" languagecode="1033" /> + </labels> + <control id="p365i_topic" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_topic" disabled="false" /> + </cell> + </row> + <row> + <cell id="{3f2a0f01-7e3e-4659-aef4-3c18aa1059c9}" locklevel="0" colspan="1" rowspan="1" labelid="{02f4ef73-ffca-4ae6-8f3d-efbf9ea2a556}"> + <labels> + <label description="Budget Amount" languagecode="1033" /> + </labels> + <control id="p365i_budgetamount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_budgetamount" disabled="false" /> + </cell> + </row> + <row> + <cell id="{74a5ccd6-c785-4189-b6be-9240b97066e5}" locklevel="0" colspan="1" rowspan="1" labelid="{85b8d64d-e011-45d7-b9f1-425ac7885b7e}"> + <labels> + <label description="Purchase Timeframe" languagecode="1033" /> + </labels> + <control id="p365i_purchasetimeframe" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="p365i_purchasetimeframe" disabled="false" /> + </cell> + </row> + <row> + <cell id="{7ceea4c8-4324-4ee6-8ca0-c9b2a1d0b93e}" locklevel="0" colspan="1" rowspan="1" labelid="{fc2805ce-e198-4551-92a8-46d4f341223f}"> + <labels> + <label description="Currency" languagecode="1033" /> + </labels> + <control id="transactioncurrencyid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="transactioncurrencyid" disabled="false" /> + </cell> + </row> + <row> + <cell id="{e7cd8855-9379-4e3a-a5f3-ea701067dfa8}" locklevel="0" colspan="1" rowspan="1" labelid="{10fcfad8-db5a-4973-a9a6-521d88acc5dc}"> + <labels> + <label description="Description" languagecode="1033" /> + </labels> + <control id="p365i_description" classid="{E0DECE4B-6FC8-4A8F-A065-082708572369}" datafieldname="p365i_description" disabled="false" /> + </cell> + </row> + <row> + <cell id="{c2ac27de-d62a-4624-9b4c-f49776f2cf29}" locklevel="0" colspan="1" rowspan="1" labelid="{9f68f84e-56c1-4eea-a3a1-2a289e71da8b}"> + <labels> + <label description="Prospect Source" languagecode="1033" /> + </labels> + <control id="p365i_prospectsource" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="p365i_prospectsource" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section id="02DECBA0-3AE2-484D-A19F-C5353AF4F4F2" name="tab_1_column_2_section_1" columns="1" showlabel="true" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{96d47716-3e24-47e1-a144-a12e9b2183fd}"> + <labels> + <label description="Contact" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="266FE48D-4D04-4E9A-8C5A-7DEF9A2F059B" labelid="{0dc8db09-3006-44c5-8e98-fbfd384e7d73}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{7476228c-1ae6-41fd-9370-71e499e329eb}" locklevel="0" colspan="1" rowspan="1" labelid="{106dd32e-82a1-4731-9d95-673b0a910bf7}"> + <labels> + <label description="First Name" languagecode="1033" /> + </labels> + <control id="p365i_firstname" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_firstname" disabled="false" /> + </cell> + </row> + <row> + <cell id="{7ffb3be5-5430-4802-bab2-aa02432f34dc}" locklevel="0" colspan="1" rowspan="1" labelid="{2a456425-0bba-45bf-b74f-6081db38aa68}"> + <labels> + <label description="Last Name" languagecode="1033" /> + </labels> + <control id="p365i_lastname" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_lastname" disabled="false" /> + </cell> + </row> + <row> + <cell id="{7b0e7b87-8bc1-4692-9d55-07e7471c1bda}" locklevel="0" colspan="1" rowspan="1" labelid="{f5dd27d9-0dd4-4f9d-b976-20af62739b6f}"> + <labels> + <label description="Job Title" languagecode="1033" /> + </labels> + <control id="p365i_jobtitle" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_jobtitle" disabled="false" /> + </cell> + </row> + <row> + <cell id="{9ef32464-248a-43bc-803e-e39e756d9a0d}" locklevel="0" colspan="1" rowspan="1" labelid="{bb8d1772-217f-4001-92ed-8499753f1ec0}"> + <labels> + <label description="Mobile Phone" languagecode="1033" /> + </labels> + <control id="p365i_mobilephone" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_mobilephone" disabled="false" /> + </cell> + </row> + <row> + <cell id="{5f317113-5ee2-4fc5-9410-1799fd0d050c}" locklevel="0" colspan="1" rowspan="1" labelid="{379ba566-7217-483b-9e95-12fb624d9d01}"> + <labels> + <label description="Business Phone" languagecode="1033" /> + </labels> + <control id="p365i_businessphone" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_businessphone" disabled="false" /> + </cell> + </row> + <row> + <cell id="{7ddf7a39-2a8d-477f-895d-5328bc2c74cd}" locklevel="0" colspan="1" rowspan="1" labelid="{5f0dcd22-3571-45e7-bedd-803a0ae8cf80}"> + <labels> + <label description="Email Address" languagecode="1033" /> + </labels> + <control id="emailaddress" classid="{ADA2203E-B4CD-49BE-9DDF-234642B43B52}" datafieldname="emailaddress" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section id="46FD66EA-B686-41D9-AAE0-C565BD78EC1F" name="tab_1_column_3_section_1" columns="1" showlabel="true" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{9d093cfd-49d8-4d0b-a36e-785a7c909929}"> + <labels> + <label description="Company" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="07C04A4E-A482-45CC-BAB7-7FCA3CD02938" labelid="{c6f73a2e-a010-4548-9869-ba0ec45dd673}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{c952b04c-8b4d-4962-86e6-444409654c70}" locklevel="0" colspan="1" rowspan="1" labelid="{41daf1ef-e52b-498b-b0ee-01dc064624a1}"> + <labels> + <label description="Company" languagecode="1033" /> + </labels> + <control id="p365i_company" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_company" disabled="false" /> + </cell> + </row> + <row> + <cell id="{a922ff63-890e-417c-a05c-5cbb27fd4021}" locklevel="0" colspan="1" rowspan="1" labelid="{76fcb058-33ad-4bde-93fe-c526a72a86a1}"> + <labels> + <label description="Country/Region" languagecode="1033" /> + </labels> + <control id="p365i_countryregion" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_countryregion" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <DisplayConditions Order="0" FallbackForm="true"> + <Role Id="{627090ff-40a3-4053-8790-584edc5be201}" /> + <Role Id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Prospect quick create form" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/quickCreate/{4ab6cc0b-9d76-ee11-8179-00224840d636}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/quickCreate/{4ab6cc0b-9d76-ee11-8179-00224840d636}_managed.xml new file mode 100644 index 00000000..9ac90792 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/FormXml/quickCreate/{4ab6cc0b-9d76-ee11-8179-00224840d636}_managed.xml @@ -0,0 +1,195 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{4ab6cc0b-9d76-ee11-8179-00224840d636}</formid> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab id="F931FFE2-B873-473F-8F95-9502F0AA3F5E" name="tab_1" showlabel="false" labelid="{cd5a4fcd-1e62-43f3-bba3-74e2016ec687}"> + <labels> + <label description="New Tab" languagecode="1033" /> + </labels> + <columns> + <column width="34%"> + <sections> + <section id="0C655D4E-C6E3-424E-9AF5-71E72D30D12E" name="tab_1_column_1_section_1" columns="1" showlabel="true" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{e56693c5-b89f-4c7d-bd5c-97c17c443e9b}"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="542FBFBE-0E4C-496C-8012-555DE6581923" labelid="{b5465d44-7ec6-454d-b90b-fbcd90989be9}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{96a6a29a-79eb-4062-ac44-bae740b43950}" locklevel="0" colspan="1" rowspan="1" labelid="{80a260a2-35b4-4cb5-bc42-9a77c6515ab5}"> + <labels> + <label description="Topic" languagecode="1033" /> + </labels> + <control id="p365i_topic" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_topic" disabled="false" /> + </cell> + </row> + <row> + <cell id="{3f2a0f01-7e3e-4659-aef4-3c18aa1059c9}" locklevel="0" colspan="1" rowspan="1" labelid="{02f4ef73-ffca-4ae6-8f3d-efbf9ea2a556}"> + <labels> + <label description="Budget Amount" languagecode="1033" /> + </labels> + <control id="p365i_budgetamount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_budgetamount" disabled="false" /> + </cell> + </row> + <row> + <cell id="{74a5ccd6-c785-4189-b6be-9240b97066e5}" locklevel="0" colspan="1" rowspan="1" labelid="{85b8d64d-e011-45d7-b9f1-425ac7885b7e}"> + <labels> + <label description="Purchase Timeframe" languagecode="1033" /> + </labels> + <control id="p365i_purchasetimeframe" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="p365i_purchasetimeframe" disabled="false" /> + </cell> + </row> + <row> + <cell id="{7ceea4c8-4324-4ee6-8ca0-c9b2a1d0b93e}" locklevel="0" colspan="1" rowspan="1" labelid="{fc2805ce-e198-4551-92a8-46d4f341223f}"> + <labels> + <label description="Currency" languagecode="1033" /> + </labels> + <control id="transactioncurrencyid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="transactioncurrencyid" disabled="false" /> + </cell> + </row> + <row> + <cell id="{e7cd8855-9379-4e3a-a5f3-ea701067dfa8}" locklevel="0" colspan="1" rowspan="1" labelid="{10fcfad8-db5a-4973-a9a6-521d88acc5dc}"> + <labels> + <label description="Description" languagecode="1033" /> + </labels> + <control id="p365i_description" classid="{E0DECE4B-6FC8-4A8F-A065-082708572369}" datafieldname="p365i_description" disabled="false" /> + </cell> + </row> + <row> + <cell id="{c2ac27de-d62a-4624-9b4c-f49776f2cf29}" locklevel="0" colspan="1" rowspan="1" labelid="{9f68f84e-56c1-4eea-a3a1-2a289e71da8b}"> + <labels> + <label description="Prospect Source" languagecode="1033" /> + </labels> + <control id="p365i_prospectsource" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="p365i_prospectsource" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section id="02DECBA0-3AE2-484D-A19F-C5353AF4F4F2" name="tab_1_column_2_section_1" columns="1" showlabel="true" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{96d47716-3e24-47e1-a144-a12e9b2183fd}"> + <labels> + <label description="Contact" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="266FE48D-4D04-4E9A-8C5A-7DEF9A2F059B" labelid="{0dc8db09-3006-44c5-8e98-fbfd384e7d73}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{7476228c-1ae6-41fd-9370-71e499e329eb}" locklevel="0" colspan="1" rowspan="1" labelid="{106dd32e-82a1-4731-9d95-673b0a910bf7}"> + <labels> + <label description="First Name" languagecode="1033" /> + </labels> + <control id="p365i_firstname" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_firstname" disabled="false" /> + </cell> + </row> + <row> + <cell id="{7ffb3be5-5430-4802-bab2-aa02432f34dc}" locklevel="0" colspan="1" rowspan="1" labelid="{2a456425-0bba-45bf-b74f-6081db38aa68}"> + <labels> + <label description="Last Name" languagecode="1033" /> + </labels> + <control id="p365i_lastname" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_lastname" disabled="false" /> + </cell> + </row> + <row> + <cell id="{7b0e7b87-8bc1-4692-9d55-07e7471c1bda}" locklevel="0" colspan="1" rowspan="1" labelid="{f5dd27d9-0dd4-4f9d-b976-20af62739b6f}"> + <labels> + <label description="Job Title" languagecode="1033" /> + </labels> + <control id="p365i_jobtitle" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_jobtitle" disabled="false" /> + </cell> + </row> + <row> + <cell id="{9ef32464-248a-43bc-803e-e39e756d9a0d}" locklevel="0" colspan="1" rowspan="1" labelid="{bb8d1772-217f-4001-92ed-8499753f1ec0}"> + <labels> + <label description="Mobile Phone" languagecode="1033" /> + </labels> + <control id="p365i_mobilephone" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_mobilephone" disabled="false" /> + </cell> + </row> + <row> + <cell id="{5f317113-5ee2-4fc5-9410-1799fd0d050c}" locklevel="0" colspan="1" rowspan="1" labelid="{379ba566-7217-483b-9e95-12fb624d9d01}"> + <labels> + <label description="Business Phone" languagecode="1033" /> + </labels> + <control id="p365i_businessphone" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_businessphone" disabled="false" /> + </cell> + </row> + <row> + <cell id="{7ddf7a39-2a8d-477f-895d-5328bc2c74cd}" locklevel="0" colspan="1" rowspan="1" labelid="{5f0dcd22-3571-45e7-bedd-803a0ae8cf80}"> + <labels> + <label description="Email Address" languagecode="1033" /> + </labels> + <control id="emailaddress" classid="{ADA2203E-B4CD-49BE-9DDF-234642B43B52}" datafieldname="emailaddress" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section id="46FD66EA-B686-41D9-AAE0-C565BD78EC1F" name="tab_1_column_3_section_1" columns="1" showlabel="true" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{9d093cfd-49d8-4d0b-a36e-785a7c909929}"> + <labels> + <label description="Company" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="07C04A4E-A482-45CC-BAB7-7FCA3CD02938" labelid="{c6f73a2e-a010-4548-9869-ba0ec45dd673}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{c952b04c-8b4d-4962-86e6-444409654c70}" locklevel="0" colspan="1" rowspan="1" labelid="{41daf1ef-e52b-498b-b0ee-01dc064624a1}"> + <labels> + <label description="Company" languagecode="1033" /> + </labels> + <control id="p365i_company" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_company" disabled="false" /> + </cell> + </row> + <row> + <cell id="{a922ff63-890e-417c-a05c-5cbb27fd4021}" locklevel="0" colspan="1" rowspan="1" labelid="{76fcb058-33ad-4bde-93fe-c526a72a86a1}"> + <labels> + <label description="Country/Region" languagecode="1033" /> + </labels> + <control id="p365i_countryregion" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_countryregion" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <DisplayConditions Order="0" FallbackForm="true"> + <Role Id="{627090ff-40a3-4053-8790-584edc5be201}" /> + <Role Id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Prospect quick create form" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/RibbonDiff.xml new file mode 100644 index 00000000..f992a767 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/RibbonDiff.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<RibbonDiffXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <CustomActions> + <HideCustomAction HideActionId="p365i.Mscrm.Form.p365i_prospect.Deactivate.Hide" Location="Mscrm.Form.p365i_prospect.Deactivate" /> + <HideCustomAction HideActionId="p365i.Mscrm.HomepageGrid.p365i_prospect.Deactivate.Hide" Location="Mscrm.HomepageGrid.p365i_prospect.Deactivate" /> + <HideCustomAction HideActionId="p365i.Mscrm.SubGrid.p365i_prospect.Deactivate.Hide" Location="Mscrm.SubGrid.p365i_prospect.Deactivate" /> + </CustomActions> + <Templates> + <RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates> + </Templates> + <CommandDefinitions /> + <RuleDefinitions> + <TabDisplayRules /> + <DisplayRules /> + <EnableRules /> + </RuleDefinitions> + <LocLabels /> +</RibbonDiffXml> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{158d8eac-ea74-44d1-b269-1315e2742b41}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{158d8eac-ea74-44d1-b269-1315e2742b41}.xml new file mode 100644 index 00000000..a50b46d9 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{158d8eac-ea74-44d1-b269-1315e2742b41}.xml @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{158d8eac-ea74-44d1-b269-1315e2742b41}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_topic" select="1" icon="1" preview="1"> + <row name="result" id="p365i_prospectid"> + <cell name="p365i_topic" width="300" /> + <cell name="p365i_firstname" width="203" /> + <cell name="p365i_lastname" width="182" /> + <cell name="p365i_jobtitle" width="175" /> + <cell name="p365i_company" width="155" /> + <cell name="p365i_prospectsource" width="189" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_prospect"> + <attribute name="p365i_prospectid" /> + <attribute name="p365i_topic" /> + <order attribute="p365i_topic" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="1" /> + </filter> + <attribute name="p365i_firstname" /> + <attribute name="p365i_lastname" /> + <attribute name="p365i_jobtitle" /> + <attribute name="p365i_company" /> + <attribute name="p365i_prospectsource" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Inactive Prospects" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{1fc76696-d4b4-4c65-9b05-0e4e83b872e4}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{1fc76696-d4b4-4c65-9b05-0e4e83b872e4}.xml new file mode 100644 index 00000000..369c2952 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{1fc76696-d4b4-4c65-9b05-0e4e83b872e4}.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>1</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{1fc76696-d4b4-4c65-9b05-0e4e83b872e4}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_topic" select="1" icon="1" preview="1"> + <row name="result" id="p365i_prospectid"> + <cell name="p365i_topic" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>4</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_prospect"> + <attribute name="p365i_prospectid" /> + <attribute name="p365i_topic" /> + <attribute name="createdon" /> + <order attribute="p365i_topic" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <filter type="or" isquickfindfields="1"> + <condition attribute="p365i_topic" operator="like" value="{0}" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quick Find Active Prospects" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{399cb91d-efea-4c72-9d4f-03f317706d86}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{399cb91d-efea-4c72-9d4f-03f317706d86}.xml new file mode 100644 index 00000000..4328b2c4 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{399cb91d-efea-4c72-9d4f-03f317706d86}.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{399cb91d-efea-4c72-9d4f-03f317706d86}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_topic" select="1" icon="1" preview="1"> + <row name="result" id="p365i_prospectid"> + <cell name="p365i_topic" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>1</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_prospect"> + <attribute name="p365i_prospectid" /> + <attribute name="p365i_topic" /> + <attribute name="createdon" /> + <order attribute="p365i_topic" descending="false" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Prospect Advanced Find View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{6adb399e-5bad-4be6-a29c-b7bd17ff0477}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{6adb399e-5bad-4be6-a29c-b7bd17ff0477}.xml new file mode 100644 index 00000000..ddf98f1a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{6adb399e-5bad-4be6-a29c-b7bd17ff0477}.xml @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{6adb399e-5bad-4be6-a29c-b7bd17ff0477}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_topic" select="1" icon="1" preview="1"> + <row name="result" id="p365i_prospectid"> + <cell name="p365i_topic" width="300" /> + <cell name="p365i_firstname" width="158" /> + <cell name="p365i_lastname" width="187" /> + <cell name="p365i_jobtitle" width="210" /> + <cell name="p365i_company" width="234" /> + <cell name="p365i_prospectsource" width="226" /> + <cell name="statuscode" width="119" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_prospect"> + <attribute name="p365i_prospectid" /> + <attribute name="p365i_topic" /> + <order attribute="p365i_topic" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <attribute name="p365i_firstname" /> + <attribute name="p365i_lastname" /> + <attribute name="p365i_jobtitle" /> + <attribute name="p365i_company" /> + <attribute name="p365i_prospectsource" /> + <attribute name="statuscode" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Active Prospects" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{78834f71-00c9-ee11-9079-00224841f5ce}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{78834f71-00c9-ee11-9079-00224841f5ce}.xml new file mode 100644 index 00000000..a457a700 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{78834f71-00c9-ee11-9079-00224841f5ce}.xml @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{78834f71-00c9-ee11-9079-00224841f5ce}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_topic" select="1" icon="1" preview="1"> + <row name="result" id="p365i_prospectid"> + <cell name="p365i_topic" width="300" /> + <cell name="p365i_firstname" width="158" /> + <cell name="p365i_lastname" width="187" /> + <cell name="p365i_jobtitle" width="210" /> + <cell name="p365i_company" width="234" /> + <cell name="p365i_prospectsource" width="226" /> + <cell name="statuscode" width="119" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical" distinct="true"> + <entity name="p365i_prospect"> + <attribute name="p365i_prospectid" /> + <attribute name="p365i_topic" /> + <order attribute="p365i_topic" descending="false" /> + <attribute name="p365i_firstname" /> + <attribute name="p365i_lastname" /> + <attribute name="p365i_jobtitle" /> + <attribute name="p365i_company" /> + <attribute name="p365i_prospectsource" /> + <attribute name="statuscode" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + <condition attribute="ownerid" operator="eq-userid" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="My Prospects" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{e6c7efa7-4093-40b2-b6c9-441901320367}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{e6c7efa7-4093-40b2-b6c9-441901320367}.xml new file mode 100644 index 00000000..600a91db --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{e6c7efa7-4093-40b2-b6c9-441901320367}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{e6c7efa7-4093-40b2-b6c9-441901320367}</savedqueryid> + <layoutxml> + <grid name="p365i_prospects" jump="p365i_topic" select="1" icon="1" preview="1"> + <row name="p365i_prospect" id="p365i_prospectid"> + <cell name="p365i_topic" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>2</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_prospect"> + <attribute name="p365i_prospectid" /> + <attribute name="p365i_topic" /> + <attribute name="createdon" /> + <order attribute="p365i_topic" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Prospect Associated View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{eb40cad8-8670-4cf2-b032-f962ed04bfe9}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{eb40cad8-8670-4cf2-b032-f962ed04bfe9}.xml new file mode 100644 index 00000000..7e7fe553 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{eb40cad8-8670-4cf2-b032-f962ed04bfe9}.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{eb40cad8-8670-4cf2-b032-f962ed04bfe9}</savedqueryid> + <layoutxml> + <grid name="p365i_prospects" jump="p365i_topic" select="1" icon="1" preview="0"> + <row name="p365i_prospect" id="p365i_prospectid"> + <cell name="p365i_topic" width="300" /> + <cell name="p365i_firstname" width="103" /> + <cell name="p365i_lastname" width="102" /> + <cell name="p365i_company" width="100" /> + </row> + </grid> + </layoutxml> + <querytype>64</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_prospect"> + <attribute name="p365i_prospectid" /> + <attribute name="p365i_topic" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <attribute name="p365i_firstname" /> + <attribute name="p365i_lastname" /> + <attribute name="p365i_company" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Prospect Lookup View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{fd92dc33-ff68-ee11-9ae7-6045bd10ff5f}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{fd92dc33-ff68-ee11-9ae7-6045bd10ff5f}.xml new file mode 100644 index 00000000..36d0ec5d --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Prospect/SavedQueries/{fd92dc33-ff68-ee11-9ae7-6045bd10ff5f}.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{fd92dc33-ff68-ee11-9ae7-6045bd10ff5f}</savedqueryid> + <querytype>8192</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical" output-format="xml-platform"> + <entity name="p365i_prospect"> + <attribute name="p365i_prospectid" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + <condition attribute="ownerid" operator="eq-userid" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="My Prospects" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="Active Prospects owned by me" languagecode="1033" /> + </Descriptions> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/Entity.xml new file mode 100644 index 00000000..ed270a68 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/Entity.xml @@ -0,0 +1,1557 @@ +<?xml version="1.0" encoding="utf-8"?> +<Entity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Name LocalizedName="Quote" OriginalName="Quote">p365i_Quote</Name> + <EntityInfo> + <entity Name="p365i_Quote"> + <LocalizedNames> + <LocalizedName description="Quote" languagecode="1033" /> + </LocalizedNames> + <LocalizedCollectionNames> + <LocalizedCollectionName description="Quotes" languagecode="1033" /> + </LocalizedCollectionNames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <attributes> + <attribute PhysicalName="CreatedBy"> + <Type>lookup</Type> + <Name>createdby</Name> + <LogicalName>createdby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOn"> + <Type>datetime</Type> + <Name>createdon</Name> + <LogicalName>createdon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOnBehalfBy"> + <Type>lookup</Type> + <Name>createdonbehalfby</Name> + <LogicalName>createdonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ExchangeRate"> + <Type>decimal</Type> + <Name>exchangerate</Name> + <LogicalName>exchangerate</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>1E-10</MinValue> + <MaxValue>100000000000</MaxValue> + <Accuracy>10</Accuracy> + <displaynames> + <displayname description="Exchange Rate" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Exchange rate for the currency associated with the entity with respect to the base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ImportSequenceNumber"> + <Type>int</Type> + <Name>importsequencenumber</Name> + <LogicalName>importsequencenumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-2147483648</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Import Sequence Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Sequence number of the import that created this record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedBy"> + <Type>lookup</Type> + <Name>modifiedby</Name> + <LogicalName>modifiedby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOn"> + <Type>datetime</Type> + <Name>modifiedon</Name> + <LogicalName>modifiedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Modified On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was modified." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOnBehalfBy"> + <Type>lookup</Type> + <Name>modifiedonbehalfby</Name> + <LogicalName>modifiedonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OverriddenCreatedOn"> + <Type>datetime</Type> + <Name>overriddencreatedon</Name> + <LogicalName>overriddencreatedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Record Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time that the record was migrated." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwnerId"> + <Type>owner</Type> + <Name>ownerid</Name> + <LogicalName>ownerid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes> + <LookupType id="00000000-0000-0000-0000-000000000000">8</LookupType> + <LookupType id="00000000-0000-0000-0000-000000000000">9</LookupType> + </LookupTypes> + <displaynames> + <displayname description="Owner" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningBusinessUnit"> + <Type>lookup</Type> + <Name>owningbusinessunit</Name> + <LogicalName>owningbusinessunit</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Business Unit" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningTeam"> + <Type>lookup</Type> + <Name>owningteam</Name> + <LogicalName>owningteam</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Team" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningUser"> + <Type>lookup</Type> + <Name>owninguser</Name> + <LogicalName>owninguser</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning User" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Account"> + <Type>lookup</Type> + <Name>p365i_account</Name> + <LogicalName>p365i_account</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Account" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Contact"> + <Type>lookup</Type> + <Name>p365i_contact</Name> + <LogicalName>p365i_contact</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Contact" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_DetailedAmount"> + <Type>money</Type> + <Name>p365i_detailedamount</Name> + <LogicalName>p365i_detailedamount</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Detailed Amount" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_detailedamount_Base"> + <Type>money</Type> + <Name>p365i_detailedamount_base</Name> + <LogicalName>p365i_detailedamount_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_DetailedAmount</CalculationOf> + <displaynames> + <displayname description="Detailed Amount (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Detailed Amount in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Discount"> + <Type>decimal</Type> + <Name>p365i_discount</Name> + <LogicalName>p365i_discount</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>0</MinValue> + <MaxValue>100</MaxValue> + <Accuracy>2</Accuracy> + <displaynames> + <displayname description="(-) Discount (%)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_ManualDiscount"> + <Type>money</Type> + <Name>p365i_manualdiscount</Name> + <LogicalName>p365i_manualdiscount</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>0</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="(-) Discount" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_manualdiscount_Base"> + <Type>money</Type> + <Name>p365i_manualdiscount_base</Name> + <LogicalName>p365i_manualdiscount_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_ManualDiscount</CalculationOf> + <displaynames> + <displayname description="(-) Discount (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the (-) Discount in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Opportunity"> + <Type>lookup</Type> + <Name>p365i_opportunity</Name> + <LogicalName>p365i_opportunity</LogicalName> + <RequiredLevel>recommended</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Opportunity" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_PriceList"> + <Type>lookup</Type> + <Name>p365i_pricelist</Name> + <LogicalName>p365i_pricelist</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Price List" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_QuoteId"> + <Type>primarykey</Type> + <Name>p365i_quoteid</Name> + <LogicalName>p365i_quoteid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|RequiredForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>0</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <displaynames> + <displayname description="Quote" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for entity instances" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_SubtotalAmount"> + <Type>money</Type> + <Name>p365i_subtotalamount</Name> + <LogicalName>p365i_subtotalamount</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Subtotal Amount" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <FormulaDefinitionFileName>/Formulas/p365i_quote-p365i_subtotalamount.xaml</FormulaDefinitionFileName> + </attribute> + <attribute PhysicalName="p365i_subtotalamount_Base"> + <Type>money</Type> + <Name>p365i_subtotalamount_base</Name> + <LogicalName>p365i_subtotalamount_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_SubtotalAmount</CalculationOf> + <displaynames> + <displayname description="Subtotal Amount (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Subtotal Amount in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Topic"> + <Type>nvarchar</Type> + <Name>p365i_topic</Name> + <LogicalName>p365i_topic</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>ActivityPointerRegardingName|PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>1</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>300</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Topic" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_TotalAmount"> + <Type>money</Type> + <Name>p365i_totalamount</Name> + <LogicalName>p365i_totalamount</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Total Amount" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <FormulaDefinitionFileName>/Formulas/p365i_quote-p365i_totalamount.xaml</FormulaDefinitionFileName> + </attribute> + <attribute PhysicalName="p365i_totalamount_Base"> + <Type>money</Type> + <Name>p365i_totalamount_base</Name> + <LogicalName>p365i_totalamount_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_TotalAmount</CalculationOf> + <displaynames> + <displayname description="Total Amount (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Total Amount in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_TotalTax"> + <Type>money</Type> + <Name>p365i_totaltax</Name> + <LogicalName>p365i_totaltax</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>0</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="(+) Total Tax" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_totaltax_Base"> + <Type>money</Type> + <Name>p365i_totaltax_base</Name> + <LogicalName>p365i_totaltax_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_TotalTax</CalculationOf> + <displaynames> + <displayname description="(+) Total Tax (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the (+) Total Tax in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statecode"> + <Type>state</Type> + <Name>statecode</Name> + <LogicalName>statecode</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_quote_statecode"> + <OptionSetType>state</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Quote" languagecode="1033" /> + </Descriptions> + <states> + <state value="0" defaultstatus="1" invariantname="Active"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </state> + <state value="1" defaultstatus="2" invariantname="Inactive"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </state> + </states> + </optionset> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Quote" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statuscode"> + <Type>status</Type> + <Name>statuscode</Name> + <LogicalName>statuscode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_quote_statuscode"> + <OptionSetType>status</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Quote" languagecode="1033" /> + </Descriptions> + <statuses> + <status value="1" state="0"> + <labels> + <label description="Draft" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </status> + <status value="2" state="1"> + <labels> + <label description="Accepted" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </status> + <status value="446310001" state="1"> + <labels> + <label description="Rejected" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </status> + <status value="446310002" state="1"> + <labels> + <label description="Canceled" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </status> + <status value="446310003" state="0"> + <labels> + <label description="Presented" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </status> + </statuses> + </optionset> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Quote" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TimeZoneRuleVersionNumber"> + <Type>int</Type> + <Name>timezoneruleversionnumber</Name> + <LogicalName>timezoneruleversionnumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Time Zone Rule Version Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="For internal use only." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TransactionCurrencyId"> + <Type>lookup</Type> + <Name>transactioncurrencyid</Name> + <LogicalName>transactioncurrencyid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Currency" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the currency associated with the entity." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="UTCConversionTimeZoneCode"> + <Type>int</Type> + <Name>utcconversiontimezonecode</Name> + <LogicalName>utcconversiontimezonecode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="UTC Conversion Time Zone Code" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Time zone code that was in use when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + </attributes> + <EntitySetName>p365i_quotes</EntitySetName> + <IsDuplicateCheckSupported>0</IsDuplicateCheckSupported> + <IsBusinessProcessEnabled>0</IsBusinessProcessEnabled> + <IsRequiredOffline>0</IsRequiredOffline> + <IsInteractionCentricEnabled>0</IsInteractionCentricEnabled> + <IsCollaboration>0</IsCollaboration> + <AutoRouteToOwnerQueue>0</AutoRouteToOwnerQueue> + <IsConnectionsEnabled>0</IsConnectionsEnabled> + <EntityColor></EntityColor> + <IsDocumentManagementEnabled>1</IsDocumentManagementEnabled> + <AutoCreateAccessTeams>0</AutoCreateAccessTeams> + <IsOneNoteIntegrationEnabled>0</IsOneNoteIntegrationEnabled> + <IsKnowledgeManagementEnabled>0</IsKnowledgeManagementEnabled> + <IsSLAEnabled>0</IsSLAEnabled> + <IsDocumentRecommendationsEnabled>0</IsDocumentRecommendationsEnabled> + <IsBPFEntity>0</IsBPFEntity> + <OwnershipTypeMask>UserOwned</OwnershipTypeMask> + <IsAuditEnabled>0</IsAuditEnabled> + <IsRetrieveAuditEnabled>0</IsRetrieveAuditEnabled> + <IsRetrieveMultipleAuditEnabled>0</IsRetrieveMultipleAuditEnabled> + <IsActivity>0</IsActivity> + <ActivityTypeMask></ActivityTypeMask> + <IsActivityParty>0</IsActivityParty> + <IsReplicated>0</IsReplicated> + <IsReplicationUserFiltered>0</IsReplicationUserFiltered> + <IsMailMergeEnabled>1</IsMailMergeEnabled> + <IsVisibleInMobile>0</IsVisibleInMobile> + <IsVisibleInMobileClient>0</IsVisibleInMobileClient> + <IsReadOnlyInMobileClient>0</IsReadOnlyInMobileClient> + <IsOfflineInMobileClient>0</IsOfflineInMobileClient> + <DaysSinceRecordLastModified>0</DaysSinceRecordLastModified> + <MobileOfflineFilters></MobileOfflineFilters> + <IsMapiGridEnabled>1</IsMapiGridEnabled> + <IsReadingPaneEnabled>1</IsReadingPaneEnabled> + <IsQuickCreateEnabled>1</IsQuickCreateEnabled> + <SyncToExternalSearchIndex>0</SyncToExternalSearchIndex> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <IsMappable>1</IsMappable> + <CanModifyAuditSettings>1</CanModifyAuditSettings> + <CanModifyMobileVisibility>1</CanModifyMobileVisibility> + <CanModifyMobileClientVisibility>1</CanModifyMobileClientVisibility> + <CanModifyMobileClientReadOnly>1</CanModifyMobileClientReadOnly> + <CanModifyMobileClientOffline>1</CanModifyMobileClientOffline> + <CanModifyConnectionSettings>1</CanModifyConnectionSettings> + <CanModifyDuplicateDetectionSettings>1</CanModifyDuplicateDetectionSettings> + <CanModifyMailMergeSettings>1</CanModifyMailMergeSettings> + <CanModifyQueueSettings>1</CanModifyQueueSettings> + <CanCreateAttributes>1</CanCreateAttributes> + <CanCreateForms>1</CanCreateForms> + <CanCreateCharts>1</CanCreateCharts> + <CanCreateViews>1</CanCreateViews> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <CanEnableSyncToExternalSearchIndex>1</CanEnableSyncToExternalSearchIndex> + <IconVectorName>p365i_quoteIcon</IconVectorName> + <EnforceStateTransitions>0</EnforceStateTransitions> + <CanChangeHierarchicalRelationship>1</CanChangeHierarchicalRelationship> + <EntityHelpUrlEnabled>0</EntityHelpUrlEnabled> + <EntityHelpUrl></EntityHelpUrl> + <ChangeTrackingEnabled>0</ChangeTrackingEnabled> + <CanChangeTrackingBeEnabled>1</CanChangeTrackingBeEnabled> + <IsEnabledForExternalChannels>0</IsEnabledForExternalChannels> + <IsMSTeamsIntegrationEnabled>0</IsMSTeamsIntegrationEnabled> + <IsSolutionAware>0</IsSolutionAware> + <HasRelatedNotes>True</HasRelatedNotes> + <HasRelatedActivities>True</HasRelatedActivities> + </entity> + </EntityInfo> + <FormXml /> + <SavedQueries /> + <RibbonDiffXml /> +</Entity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/FormXml/card/{fa8f34f1-471b-4006-9aa1-7d07df9544fe}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/FormXml/card/{fa8f34f1-471b-4006-9aa1-7d07df9544fe}.xml new file mode 100644 index 00000000..31320e7b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/FormXml/card/{fa8f34f1-471b-4006-9aa1-7d07df9544fe}.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{fa8f34f1-471b-4006-9aa1-7d07df9544fe}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{bfd119a4-bd6f-47aa-b9cb-a706f4c79fd6}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{256bce47-f207-408e-99ba-9678d4865028}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{4200f2fc-19ff-4c2d-8e92-6cf33b3a14ef}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{5c1644f5-d5fc-44e2-8609-c6fad6e356f3}" showlabel="true" locklevel="0"> + <labels> + <label description="Status Reason" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{126107f5-93c9-4634-b1f0-7bc9fe0507e5}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{64e9ca83-54a9-48bf-9d1f-f0f7315c60a5}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{f771def6-fd9e-4938-9fba-f023230d6dc5}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{fa93b1ed-cd40-4ccd-80a7-2b9ba8ea10d5}" showlabel="true" locklevel="0"> + <labels> + <label description="Topic" languagecode="1033" /> + </labels> + <control id="p365i_topic" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_topic" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{c9e739d4-a4c9-4a29-911b-343088ba2f4b}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{6a8c5e9d-bd83-446b-b5c9-ed144705f249}" showlabel="true" locklevel="0"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{553f97d1-4d08-4685-b6a7-0db8afa09228}" showlabel="true" locklevel="0"> + <labels> + <label description="Created On" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{d05f29e7-e63a-4dc0-9a2d-056ec81bce61}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{cc7de966-46b4-4ea5-894a-b9743250b886}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/FormXml/card/{fa8f34f1-471b-4006-9aa1-7d07df9544fe}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/FormXml/card/{fa8f34f1-471b-4006-9aa1-7d07df9544fe}_managed.xml new file mode 100644 index 00000000..6833e6c5 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/FormXml/card/{fa8f34f1-471b-4006-9aa1-7d07df9544fe}_managed.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{fa8f34f1-471b-4006-9aa1-7d07df9544fe}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{bfd119a4-bd6f-47aa-b9cb-a706f4c79fd6}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{256bce47-f207-408e-99ba-9678d4865028}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{4200f2fc-19ff-4c2d-8e92-6cf33b3a14ef}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{5c1644f5-d5fc-44e2-8609-c6fad6e356f3}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{126107f5-93c9-4634-b1f0-7bc9fe0507e5}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{64e9ca83-54a9-48bf-9d1f-f0f7315c60a5}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{f771def6-fd9e-4938-9fba-f023230d6dc5}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{fa93b1ed-cd40-4ccd-80a7-2b9ba8ea10d5}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_topic" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_topic" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{c9e739d4-a4c9-4a29-911b-343088ba2f4b}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{6a8c5e9d-bd83-446b-b5c9-ed144705f249}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{553f97d1-4d08-4685-b6a7-0db8afa09228}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{d05f29e7-e63a-4dc0-9a2d-056ec81bce61}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{cc7de966-46b4-4ea5-894a-b9743250b886}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/FormXml/main/{68ecea34-64ab-4712-beda-dc35f490bae6}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/FormXml/main/{68ecea34-64ab-4712-beda-dc35f490bae6}.xml new file mode 100644 index 00000000..e016de2c --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/FormXml/main/{68ecea34-64ab-4712-beda-dc35f490bae6}.xml @@ -0,0 +1,349 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{68ecea34-64ab-4712-beda-dc35f490bae6}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form headerdensity="HighWithControls" shownavigationbar="true" showImage="false" maxWidth="1920"> + <tabs> + <tab verticallayout="true" id="{63385d77-3fa1-4466-81a4-01935cadd453}" IsUserDefined="1" name="General"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="66%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{14e9b7e8-55c6-412a-890e-04bf3d710253}" columns="11"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{925b8405-5b88-4913-974b-be2c495c4514}"> + <labels> + <label description="Topic" languagecode="1033" /> + </labels> + <control id="p365i_topic" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_topic" /> + </cell> + <cell id="{38469a6d-66a9-4c8a-8f18-50a03682fa03}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Opportunity" languagecode="1033" /> + </labels> + <control id="p365i_opportunity" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_opportunity" disabled="false" /> + </cell> + </row> + <row> + <cell id="{ca51c78b-7706-458e-a116-6e2f26f9238b}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Account" languagecode="1033" /> + </labels> + <control id="p365i_account" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_account" disabled="false" /> + </cell> + <cell id="{e376a4f6-971e-4930-b42b-81f6fcc86ad4}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{c8864b59-98a1-46a9-abb1-66bd8eacdd51}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Contact" languagecode="1033" /> + </labels> + <control id="p365i_contact" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_contact" disabled="false" /> + </cell> + <cell id="{2a7fed35-66ae-4878-a6c3-be6478034f20}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Price List" languagecode="1033" /> + </labels> + <control id="p365i_pricelist" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_pricelist" disabled="false" /> + </cell> + </row> + <row> + <cell locklevel="0" id="{7cea780a-84ba-4051-9ad3-08c63823d863}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{6d859bef-094c-4273-bc76-d9225e491604}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Currency" languagecode="1033" /> + </labels> + <control id="transactioncurrencyid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="transactioncurrencyid" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="null_section_4" id="a356b2d7-ec41-4743-af56-a5e029c75d26" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="Products" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{9d54a8ee-1497-4057-bf71-b9c61d48c76a}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell locklevel="0" id="{0684fad4-634e-4b19-bd5c-9003f0d22613}" rowspan="4" colspan="1" auto="false"> + <labels> + <label description="Quote Products" languagecode="1033" /> + </labels> + <control indicationOfSubgrid="true" id="Subgrid_products" classid="{E7A81278-8635-4D9E-8D4D-59480B391C5B}"> + <parameters> + <RecordsPerPage>4</RecordsPerPage> + <AutoExpand>Fixed</AutoExpand> + <EnableQuickFind>false</EnableQuickFind> + <EnableViewPicker>false</EnableViewPicker> + <EnableChartPicker>true</EnableChartPicker> + <ChartGridMode>All</ChartGridMode> + <TargetEntityType>p365i_quoteproduct</TargetEntityType> + <ViewId>{929CFF51-E87B-EE11-8179-00224841F5CE}</ViewId> + <ViewIds>{BC8A91A1-E67A-48BA-8918-17A78E20AD51},{929CFF51-E87B-EE11-8179-00224841F5CE}</ViewIds> + <RelationshipName>p365i_p365i_quoteproduct_Quote_p365i_quote</RelationshipName> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + </rows> + </section> + <section name="null_section_5" id="e5a4d383-7524-4999-850c-d1aadf4e5016" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="Cost" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{2608fe63-11ef-434c-96cb-735461850bb3}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{e19c2d8b-8f20-4f54-8f16-c10272af9230}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Detailed Amount" languagecode="1033" /> + </labels> + <control id="p365i_detailedamount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_detailedamount" disabled="true" /> + </cell> + </row> + <row> + <cell id="{6b0b423c-559f-43b5-b003-2be5129a48b8}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="(-) Discount (%)" languagecode="1033" /> + </labels> + <control id="p365i_discount" classid="{C3EFE0C3-0EC6-42BE-8349-CBD9079DFD8E}" datafieldname="p365i_discount" disabled="false" /> + </cell> + </row> + <row> + <cell id="{da4cc2af-a5f6-4760-8540-2d5d08f76f2a}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="(-) Discount" languagecode="1033" /> + </labels> + <control id="p365i_manualdiscount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_manualdiscount" disabled="false" /> + </cell> + </row> + <row> + <cell id="{35f874a2-33d6-4791-a4ff-386418ca9039}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Subtotal Amount" languagecode="1033" /> + </labels> + <control id="p365i_subtotalamount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_subtotalamount" disabled="false" /> + </cell> + </row> + <row> + <cell id="{730ae4bc-c5dc-43b2-a589-14c6d71dca66}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="(+) Total Tax" languagecode="1033" /> + </labels> + <control id="p365i_totaltax" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_totaltax" disabled="false" /> + </cell> + </row> + <row> + <cell id="{39887645-7e7f-4def-8673-d118f81e5b50}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Total Amount" languagecode="1033" /> + </labels> + <control id="p365i_totalamount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_totalamount" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section name="null_section_6" id="8c7b3cec-f48c-491f-91e7-c28b4cfb6322" IsUserDefined="0" locklevel="0" showlabel="true" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="Action Plan" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{20eb6958-9884-417f-a4ec-64d474454318}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="_section_282" id="cdd01c4d-1267-4562-afee-cc0ac092b8ee" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{d77ee4cf-610c-412c-80aa-123ddb9ab133}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell locklevel="0" id="{7df39ce5-59ec-4ddd-b23a-c4f63b2d3095}" rowspan="15" colspan="1"> + <labels> + <label description="Note Text" languagecode="1033" /> + </labels> + <control id="notescontrol" classid="{06375649-C143-495E-A496-C962E5B4488E}" disabled="false"> + <parameters> + <UClientRecordPerPage>16</UClientRecordPerPage> + <UClientScrollRefreshLevel>medium</UClientScrollRefreshLevel> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <header id="{777e00e9-3184-4f99-87ee-8e6b82040827}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{f85c69c4-35d8-4aa0-9fe5-e19268dc4e25}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{5649e237-883a-4a87-b015-1e90949d0f79}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{d2a48799-59fa-4451-afda-736a4c4e647c}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{b1a46f9e-2c22-4bb0-b39c-0f17858df9f2}" colspan="1" rowspan="1"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="header_ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + <cell id="{5c4f33f2-10ac-4956-b69d-ef145df6b8b5}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Status Reason" languagecode="1033" /> + </labels> + <control id="header_statuscode" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="statuscode" disabled="true" /> + </cell> + </row> + </rows> + </header> + <footer id="{925ccf48-0fd2-4a47-9006-0aa1828bc9e7}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{7fed91d4-c2c4-4052-afde-cf40213a4fef}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{449b690b-c74d-4ae4-8f1f-8f68b1333c9c}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{1174ac57-efb5-4efd-a9f2-c0503417d808}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + <Navigation> + <NavBar></NavBar> + <NavBarAreas> + <NavBarArea Id="Info"> + <Titles> + <Title LCID="1033" Text="Common" /> + </Titles> + </NavBarArea> + <NavBarArea Id="Sales"> + <Titles> + <Title LCID="1033" Text="Sales" /> + </Titles> + </NavBarArea> + <NavBarArea Id="Service"> + <Titles> + <Title LCID="1033" Text="Service" /> + </Titles> + </NavBarArea> + <NavBarArea Id="Marketing"> + <Titles> + <Title LCID="1033" Text="Marketing" /> + </Titles> + </NavBarArea> + <NavBarArea Id="ProcessCenter"> + <Titles> + <Title LCID="1033" Text="Process Sessions" /> + </Titles> + </NavBarArea> + </NavBarAreas> + </Navigation> + <formLibraries> + <Library name="p365i_quote.js" libraryUniqueId="{35104702-1148-b185-2190-426448970a0b}" /> + </formLibraries> + <events> + <event name="onload" application="false" active="false"> + <Handlers> + <Handler functionName="P365I_CRM.Entities.Quote.onFormLoad" libraryName="p365i_quote.js" handlerUniqueId="{61453ea3-9ad3-10b3-127a-6d43a32973e0}" enabled="true" parameters="" passExecutionContext="true" /> + </Handlers> + </event> + </events> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/FormXml/main/{68ecea34-64ab-4712-beda-dc35f490bae6}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/FormXml/main/{68ecea34-64ab-4712-beda-dc35f490bae6}_managed.xml new file mode 100644 index 00000000..00797b7a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/FormXml/main/{68ecea34-64ab-4712-beda-dc35f490bae6}_managed.xml @@ -0,0 +1,349 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{68ecea34-64ab-4712-beda-dc35f490bae6}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form headerdensity="HighWithControls" shownavigationbar="true" showImage="false" maxWidth="1920"> + <tabs> + <tab verticallayout="true" id="{63385d77-3fa1-4466-81a4-01935cadd453}" IsUserDefined="1" name="General"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="66%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{14e9b7e8-55c6-412a-890e-04bf3d710253}" columns="11"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{925b8405-5b88-4913-974b-be2c495c4514}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_topic" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_topic" /> + </cell> + <cell id="{38469a6d-66a9-4c8a-8f18-50a03682fa03}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_opportunity" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_opportunity" disabled="false" /> + </cell> + </row> + <row> + <cell id="{ca51c78b-7706-458e-a116-6e2f26f9238b}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_account" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_account" disabled="false" /> + </cell> + <cell id="{e376a4f6-971e-4930-b42b-81f6fcc86ad4}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{c8864b59-98a1-46a9-abb1-66bd8eacdd51}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_contact" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_contact" disabled="false" /> + </cell> + <cell id="{2a7fed35-66ae-4878-a6c3-be6478034f20}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_pricelist" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_pricelist" disabled="false" /> + </cell> + </row> + <row> + <cell locklevel="0" id="{7cea780a-84ba-4051-9ad3-08c63823d863}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{6d859bef-094c-4273-bc76-d9225e491604}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="transactioncurrencyid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="transactioncurrencyid" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="null_section_4" id="a356b2d7-ec41-4743-af56-a5e029c75d26" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="Products" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{9d54a8ee-1497-4057-bf71-b9c61d48c76a}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell locklevel="0" id="{0684fad4-634e-4b19-bd5c-9003f0d22613}" rowspan="4" colspan="1" auto="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control indicationOfSubgrid="true" id="Subgrid_products" classid="{E7A81278-8635-4D9E-8D4D-59480B391C5B}"> + <parameters> + <RecordsPerPage>4</RecordsPerPage> + <AutoExpand>Fixed</AutoExpand> + <EnableQuickFind>false</EnableQuickFind> + <EnableViewPicker>false</EnableViewPicker> + <EnableChartPicker>true</EnableChartPicker> + <ChartGridMode>All</ChartGridMode> + <TargetEntityType>p365i_quoteproduct</TargetEntityType> + <ViewId>{929CFF51-E87B-EE11-8179-00224841F5CE}</ViewId> + <ViewIds>{BC8A91A1-E67A-48BA-8918-17A78E20AD51},{929CFF51-E87B-EE11-8179-00224841F5CE}</ViewIds> + <RelationshipName>p365i_p365i_quoteproduct_Quote_p365i_quote</RelationshipName> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + </rows> + </section> + <section name="null_section_5" id="e5a4d383-7524-4999-850c-d1aadf4e5016" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="Cost" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{2608fe63-11ef-434c-96cb-735461850bb3}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{e19c2d8b-8f20-4f54-8f16-c10272af9230}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_detailedamount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_detailedamount" disabled="true" /> + </cell> + </row> + <row> + <cell id="{6b0b423c-559f-43b5-b003-2be5129a48b8}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_discount" classid="{C3EFE0C3-0EC6-42BE-8349-CBD9079DFD8E}" datafieldname="p365i_discount" disabled="false" /> + </cell> + </row> + <row> + <cell id="{da4cc2af-a5f6-4760-8540-2d5d08f76f2a}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_manualdiscount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_manualdiscount" disabled="false" /> + </cell> + </row> + <row> + <cell id="{35f874a2-33d6-4791-a4ff-386418ca9039}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_subtotalamount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_subtotalamount" disabled="false" /> + </cell> + </row> + <row> + <cell id="{730ae4bc-c5dc-43b2-a589-14c6d71dca66}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_totaltax" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_totaltax" disabled="false" /> + </cell> + </row> + <row> + <cell id="{39887645-7e7f-4def-8673-d118f81e5b50}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_totalamount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_totalamount" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section name="null_section_6" id="8c7b3cec-f48c-491f-91e7-c28b4cfb6322" IsUserDefined="0" locklevel="0" showlabel="true" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="Action Plan" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{20eb6958-9884-417f-a4ec-64d474454318}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="_section_282" id="cdd01c4d-1267-4562-afee-cc0ac092b8ee" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{d77ee4cf-610c-412c-80aa-123ddb9ab133}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell locklevel="0" id="{7df39ce5-59ec-4ddd-b23a-c4f63b2d3095}" rowspan="15" colspan="1"> + <labels> + <label description="Note Text" languagecode="1033" /> + </labels> + <control id="notescontrol" classid="{06375649-C143-495E-A496-C962E5B4488E}" disabled="false"> + <parameters> + <UClientRecordPerPage>16</UClientRecordPerPage> + <UClientScrollRefreshLevel>medium</UClientScrollRefreshLevel> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <header id="{777e00e9-3184-4f99-87ee-8e6b82040827}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{f85c69c4-35d8-4aa0-9fe5-e19268dc4e25}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{5649e237-883a-4a87-b015-1e90949d0f79}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{d2a48799-59fa-4451-afda-736a4c4e647c}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{b1a46f9e-2c22-4bb0-b39c-0f17858df9f2}" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="header_ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + <cell id="{5c4f33f2-10ac-4956-b69d-ef145df6b8b5}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="header_statuscode" classid="{3EF39988-22BB-4F0B-BBBE-64B5A3748AEE}" datafieldname="statuscode" disabled="true" /> + </cell> + </row> + </rows> + </header> + <footer id="{925ccf48-0fd2-4a47-9006-0aa1828bc9e7}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{7fed91d4-c2c4-4052-afde-cf40213a4fef}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{449b690b-c74d-4ae4-8f1f-8f68b1333c9c}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{1174ac57-efb5-4efd-a9f2-c0503417d808}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + <Navigation> + <NavBar></NavBar> + <NavBarAreas> + <NavBarArea Id="Info"> + <Titles> + <Title LCID="1033" Text="Common" /> + </Titles> + </NavBarArea> + <NavBarArea Id="Sales"> + <Titles> + <Title LCID="1033" Text="Sales" /> + </Titles> + </NavBarArea> + <NavBarArea Id="Service"> + <Titles> + <Title LCID="1033" Text="Service" /> + </Titles> + </NavBarArea> + <NavBarArea Id="Marketing"> + <Titles> + <Title LCID="1033" Text="Marketing" /> + </Titles> + </NavBarArea> + <NavBarArea Id="ProcessCenter"> + <Titles> + <Title LCID="1033" Text="Process Sessions" /> + </Titles> + </NavBarArea> + </NavBarAreas> + </Navigation> + <formLibraries> + <Library name="p365i_quote.js" libraryUniqueId="{35104702-1148-b185-2190-426448970a0b}" /> + </formLibraries> + <events> + <event name="onload" application="false" active="false"> + <Handlers> + <Handler functionName="P365I_CRM.Entities.Quote.onFormLoad" libraryName="p365i_quote.js" handlerUniqueId="{61453ea3-9ad3-10b3-127a-6d43a32973e0}" enabled="true" parameters="" passExecutionContext="true" /> + </Handlers> + </event> + </events> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/FormXml/quick/{9b883572-f5f3-4efb-b05b-206406e89f9b}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/FormXml/quick/{9b883572-f5f3-4efb-b05b-206406e89f9b}.xml new file mode 100644 index 00000000..71bafe39 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/FormXml/quick/{9b883572-f5f3-4efb-b05b-206406e89f9b}.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{9b883572-f5f3-4efb-b05b-206406e89f9b}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{8e74fff4-db1e-44dd-bfe8-0fd92b16765c}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{80661630-0ad2-4175-b28f-3e2b45220380}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{43d6874f-0345-4a84-9e47-2c3734330be0}"> + <labels> + <label description="Topic" languagecode="1033" /> + </labels> + <control id="p365i_topic" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_topic" /> + </cell> + </row> + <row> + <cell id="{f730130f-7eee-421a-8b03-e8635727a72f}"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/FormXml/quick/{9b883572-f5f3-4efb-b05b-206406e89f9b}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/FormXml/quick/{9b883572-f5f3-4efb-b05b-206406e89f9b}_managed.xml new file mode 100644 index 00000000..fdf570d5 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/FormXml/quick/{9b883572-f5f3-4efb-b05b-206406e89f9b}_managed.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{9b883572-f5f3-4efb-b05b-206406e89f9b}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{8e74fff4-db1e-44dd-bfe8-0fd92b16765c}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{80661630-0ad2-4175-b28f-3e2b45220380}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{43d6874f-0345-4a84-9e47-2c3734330be0}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_topic" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_topic" /> + </cell> + </row> + <row> + <cell id="{f730130f-7eee-421a-8b03-e8635727a72f}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/Formulas/p365i_quote-p365i_subtotalamount.xaml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/Formulas/p365i_quote-p365i_subtotalamount.xaml new file mode 100644 index 00000000..e516c3cb --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/Formulas/p365i_quote-p365i_subtotalamount.xaml @@ -0,0 +1,711 @@ +<Activity x:Class="XrmWorkflow00000000000000000000000000000000" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mcwc="clr-namespace:Microsoft.Crm.Workflow.ClientActivities;assembly=Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxs="clr-namespace:Microsoft.Xrm.Sdk;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxsq="clr-namespace:Microsoft.Xrm.Sdk.Query;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxswa="clr-namespace:Microsoft.Xrm.Sdk.Workflow.Activities;assembly=Microsoft.Xrm.Sdk.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:s="clr-namespace:System;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:srs="clr-namespace:System.Runtime.Serialization;assembly=System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:this="clr-namespace:" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> + <x:Members> + <x:Property Name="InputEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + <x:Property Name="CreatedEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + </x:Members> + <this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <mva:VisualBasic.Settings>Assembly references and imported namespaces for internal implementation</mva:VisualBasic.Settings> + <mxswa:Workflow> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionSequence, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionStep1"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Wait">False</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables"> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep2_condition" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep2_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_2" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep2_3" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_4" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep6_condition" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep6_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep6_2" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep6_3" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep6_4" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep9_condition" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep9_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep9_2" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep9_3" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep9_4" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep12_condition" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep12_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep12_2" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep12_3" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep12_4" /> + </sco:Collection> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:GetEntityProperty Attribute="p365i_discount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quote" Value="[ConditionBranchStep2_2]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Null</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep2_2]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep2_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quote" Value="[ConditionBranchStep2_4]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Null</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep2_4]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep2_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateLogicalCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateLogicalCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:LogicalOperator" x:Key="LogicalOperator">And</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="LeftOperand">[ConditionBranchStep2_1]</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="RightOperand">[ConditionBranchStep2_3]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep2_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep2_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep4"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quote")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_detailedamount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quote" Value="[SetAttributeValueStep4_1]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:SetEntityProperty Attribute="p365i_subtotalamount" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quote" Value="[SetAttributeValueStep4_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep4" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quote" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_discount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quote" Value="[ConditionBranchStep6_2]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">NotNull</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep6_2]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep6_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quote" Value="[ConditionBranchStep6_4]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Null</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep6_4]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep6_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateLogicalCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateLogicalCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:LogicalOperator" x:Key="LogicalOperator">And</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="LeftOperand">[ConditionBranchStep6_1]</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="RightOperand">[ConditionBranchStep6_3]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep6_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep6"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep6_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep6"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep7"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_1" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_2" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_3" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_4" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_5" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_6" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_7" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_8" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_9" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_10" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_11" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_12" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_13" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quote")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_detailedamount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quote" Value="[SetAttributeValueStep7_3]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep7_3 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep7_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Integer, "1" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep7_7]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep7_7 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep7_6]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_discount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quote" Value="[SetAttributeValueStep7_11]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep7_11 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep7_10]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Integer, "100" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep7_13]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep7_13 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep7_12]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Divide</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep7_10, SetAttributeValueStep7_12 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep7_9]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep7_9 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep7_8]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Subtract</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep7_6, SetAttributeValueStep7_8 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep7_5]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep7_5 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep7_4]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Multiply</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep7_2, SetAttributeValueStep7_4 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep7_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_subtotalamount" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quote" Value="[SetAttributeValueStep7_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep7" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quote" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_discount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quote" Value="[ConditionBranchStep9_2]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Null</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep9_2]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep9_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quote" Value="[ConditionBranchStep9_4]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">NotNull</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep9_4]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep9_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateLogicalCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateLogicalCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:LogicalOperator" x:Key="LogicalOperator">And</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="LeftOperand">[ConditionBranchStep9_1]</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="RightOperand">[ConditionBranchStep9_3]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep9_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep9"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep9_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep9"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep10"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep10_1" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep10_2" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep10_3" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep10_4" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep10_5" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quote")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_detailedamount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quote" Value="[SetAttributeValueStep10_3]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep10_3 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep10_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quote" Value="[SetAttributeValueStep10_5]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep10_5 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep10_4]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Subtract</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep10_2, SetAttributeValueStep10_4 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep10_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_subtotalamount" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quote" Value="[SetAttributeValueStep10_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep10" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quote" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_discount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quote" Value="[ConditionBranchStep12_2]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">NotNull</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep12_2]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep12_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quote" Value="[ConditionBranchStep12_4]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">NotNull</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep12_4]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep12_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateLogicalCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateLogicalCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:LogicalOperator" x:Key="LogicalOperator">And</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="LeftOperand">[ConditionBranchStep12_1]</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="RightOperand">[ConditionBranchStep12_3]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep12_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep12"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep12_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep12"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep13"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_1" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_2" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_3" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_4" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_5" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_6" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_7" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_8" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_9" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_10" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_11" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_12" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_13" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_14" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_15" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_16" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep13_17" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quote")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_detailedamount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quote" Value="[SetAttributeValueStep13_5]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_5 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_4]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Integer, "1" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_9]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_9 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_8]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_discount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quote" Value="[SetAttributeValueStep13_13]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_13 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_12]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Integer, "100" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_15]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_15 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_14]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Divide</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_12, SetAttributeValueStep13_14 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_11]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_11 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_10]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Subtract</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_8, SetAttributeValueStep13_10 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_7]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_7 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_6]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Multiply</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_4, SetAttributeValueStep13_6 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_3 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quote" Value="[SetAttributeValueStep13_17]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_17 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_16]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Subtract</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep13_2, SetAttributeValueStep13_16 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep13_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_subtotalamount" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quote" Value="[SetAttributeValueStep13_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep13" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quote" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Boolean x:Key="ContainsElseBranch">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </mxswa:Workflow> +</Activity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/Formulas/p365i_quote-p365i_totalamount.xaml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/Formulas/p365i_quote-p365i_totalamount.xaml new file mode 100644 index 00000000..1be31447 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/Formulas/p365i_quote-p365i_totalamount.xaml @@ -0,0 +1,184 @@ +<Activity x:Class="XrmWorkflow00000000000000000000000000000000" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mcwc="clr-namespace:Microsoft.Crm.Workflow.ClientActivities;assembly=Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxs="clr-namespace:Microsoft.Xrm.Sdk;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxsq="clr-namespace:Microsoft.Xrm.Sdk.Query;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxswa="clr-namespace:Microsoft.Xrm.Sdk.Workflow.Activities;assembly=Microsoft.Xrm.Sdk.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:s="clr-namespace:System;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:srs="clr-namespace:System.Runtime.Serialization;assembly=System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:this="clr-namespace:" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> + <x:Members> + <x:Property Name="InputEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + <x:Property Name="CreatedEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + </x:Members> + <this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <mva:VisualBasic.Settings>Assembly references and imported namespaces for internal implementation</mva:VisualBasic.Settings> + <mxswa:Workflow> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionSequence, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionStep1"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Wait">False</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables"> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep2_condition" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_1" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep16_condition" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep16_1" /> + </sco:Collection> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:GetEntityProperty Attribute="p365i_totaltax" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quote" Value="[ConditionBranchStep2_1]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Null</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep2_1]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep2_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep2_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep4"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quote")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_subtotalamount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quote" Value="[SetAttributeValueStep4_1]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:SetEntityProperty Attribute="p365i_totalamount" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quote" Value="[SetAttributeValueStep4_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep4" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quote" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_totaltax" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quote" Value="[ConditionBranchStep16_1]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">NotNull</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep16_1]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep16_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep16"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep16_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep16"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep17"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep17_1" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep17_2" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep17_3" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep17_4" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep17_5" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quote")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_subtotalamount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quote" Value="[SetAttributeValueStep17_3]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep17_3 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep17_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_totaltax" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quote" Value="[SetAttributeValueStep17_5]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep17_5 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep17_4]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Add</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep17_2, SetAttributeValueStep17_4 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep17_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_totalamount" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quote" Value="[SetAttributeValueStep17_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep17" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quote" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Boolean x:Key="ContainsElseBranch">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </mxswa:Workflow> +</Activity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/RibbonDiff.xml new file mode 100644 index 00000000..5fef9363 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/RibbonDiff.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<RibbonDiffXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <CustomActions> + <HideCustomAction HideActionId="p365i.Mscrm.SubGrid.p365i_quote.AddNewStandard.Hide" Location="Mscrm.SubGrid.p365i_quote.AddNewStandard" /> + </CustomActions> + <Templates> + <RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates> + </Templates> + <CommandDefinitions /> + <RuleDefinitions> + <TabDisplayRules /> + <DisplayRules /> + <EnableRules /> + </RuleDefinitions> + <LocLabels /> +</RibbonDiffXml> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{10612c57-2f9a-49b8-90b8-e336f14ae041}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{10612c57-2f9a-49b8-90b8-e336f14ae041}.xml new file mode 100644 index 00000000..e34af6ae --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{10612c57-2f9a-49b8-90b8-e336f14ae041}.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{10612c57-2f9a-49b8-90b8-e336f14ae041}</savedqueryid> + <layoutxml> + <grid name="p365i_quotes" jump="p365i_topic" select="1" icon="1" preview="0"> + <row name="p365i_quote" id="p365i_quoteid"> + <cell name="p365i_topic" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>64</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_quote"> + <attribute name="p365i_quoteid" /> + <attribute name="p365i_topic" /> + <attribute name="createdon" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quote Lookup View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{3d6494e2-c9d3-48da-91d9-73cb071061ad}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{3d6494e2-c9d3-48da-91d9-73cb071061ad}.xml new file mode 100644 index 00000000..1e7ddc5a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{3d6494e2-c9d3-48da-91d9-73cb071061ad}.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{3d6494e2-c9d3-48da-91d9-73cb071061ad}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_topic" select="1" icon="1" preview="1"> + <row name="result" id="p365i_quoteid"> + <cell name="p365i_topic" width="300" /> + <cell name="p365i_account" width="100" /> + <cell name="p365i_contact" width="100" /> + <cell name="p365i_totalamount" width="118" /> + <cell name="statuscode" width="119" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_quote"> + <attribute name="p365i_quoteid" /> + <attribute name="p365i_topic" /> + <order attribute="p365i_topic" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <attribute name="p365i_account" /> + <attribute name="p365i_contact" /> + <attribute name="p365i_totalamount" /> + <attribute name="statuscode" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Active Quotes" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{42d68951-fec8-ee11-9078-00224840d636}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{42d68951-fec8-ee11-9078-00224840d636}.xml new file mode 100644 index 00000000..72b7a09b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{42d68951-fec8-ee11-9078-00224840d636}.xml @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{42d68951-fec8-ee11-9078-00224840d636}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_topic" select="1" icon="1" preview="1"> + <row name="result" id="p365i_quoteid"> + <cell name="p365i_topic" width="300" /> + <cell name="p365i_account" width="100" /> + <cell name="p365i_contact" width="100" /> + <cell name="p365i_totalamount" width="118" /> + <cell name="statuscode" width="119" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical" distinct="true"> + <entity name="p365i_quote"> + <attribute name="p365i_quoteid" /> + <attribute name="p365i_topic" /> + <order attribute="p365i_topic" descending="false" /> + <attribute name="p365i_account" /> + <attribute name="p365i_contact" /> + <attribute name="p365i_totalamount" /> + <attribute name="statuscode" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + <condition attribute="ownerid" operator="eq-userid" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="My Quotes" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{5d168323-ff68-ee11-9ae7-6045bd10fdbe}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{5d168323-ff68-ee11-9ae7-6045bd10fdbe}.xml new file mode 100644 index 00000000..b943b2ab --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{5d168323-ff68-ee11-9ae7-6045bd10fdbe}.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{5d168323-ff68-ee11-9ae7-6045bd10fdbe}</savedqueryid> + <querytype>8192</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical" output-format="xml-platform"> + <entity name="p365i_quote"> + <attribute name="p365i_quoteid" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + <condition attribute="ownerid" operator="eq-userid" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="My Quotes" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="Active Quotes owned by me" languagecode="1033" /> + </Descriptions> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{616ffeac-cde0-424c-b6c5-0d4ba0802a78}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{616ffeac-cde0-424c-b6c5-0d4ba0802a78}.xml new file mode 100644 index 00000000..5263b7eb --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{616ffeac-cde0-424c-b6c5-0d4ba0802a78}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{616ffeac-cde0-424c-b6c5-0d4ba0802a78}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_topic" select="1" icon="1" preview="1"> + <row name="result" id="p365i_quoteid"> + <cell name="p365i_topic" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_quote"> + <attribute name="p365i_quoteid" /> + <attribute name="p365i_topic" /> + <attribute name="createdon" /> + <order attribute="p365i_topic" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="1" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Inactive Quotes" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{c165c7d7-869c-4062-b1a3-823bc811e4f9}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{c165c7d7-869c-4062-b1a3-823bc811e4f9}.xml new file mode 100644 index 00000000..fb8192e3 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{c165c7d7-869c-4062-b1a3-823bc811e4f9}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{c165c7d7-869c-4062-b1a3-823bc811e4f9}</savedqueryid> + <layoutxml> + <grid name="p365i_quotes" jump="p365i_topic" select="1" icon="1" preview="1"> + <row name="p365i_quote" id="p365i_quoteid"> + <cell name="p365i_topic" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>2</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_quote"> + <attribute name="p365i_quoteid" /> + <attribute name="p365i_topic" /> + <attribute name="createdon" /> + <order attribute="p365i_topic" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quote Associated View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{c57e66a8-ff71-4315-8b63-e36ddd1d4824}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{c57e66a8-ff71-4315-8b63-e36ddd1d4824}.xml new file mode 100644 index 00000000..d7c2c333 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{c57e66a8-ff71-4315-8b63-e36ddd1d4824}.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{c57e66a8-ff71-4315-8b63-e36ddd1d4824}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_topic" select="1" icon="1" preview="1"> + <row name="result" id="p365i_quoteid"> + <cell name="p365i_topic" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>1</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_quote"> + <attribute name="p365i_quoteid" /> + <attribute name="p365i_topic" /> + <attribute name="createdon" /> + <order attribute="p365i_topic" descending="false" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quote Advanced Find View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{fe8be357-3ce1-43bf-bb33-68ad0dc8ce99}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{fe8be357-3ce1-43bf-bb33-68ad0dc8ce99}.xml new file mode 100644 index 00000000..71e16de0 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_Quote/SavedQueries/{fe8be357-3ce1-43bf-bb33-68ad0dc8ce99}.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>1</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{fe8be357-3ce1-43bf-bb33-68ad0dc8ce99}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_topic" select="1" icon="1" preview="1"> + <row name="result" id="p365i_quoteid"> + <cell name="p365i_topic" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>4</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_quote"> + <attribute name="p365i_quoteid" /> + <attribute name="p365i_topic" /> + <attribute name="createdon" /> + <order attribute="p365i_topic" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <filter type="or" isquickfindfields="1"> + <condition attribute="p365i_topic" operator="like" value="{0}" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quick Find Active Quotes" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/Entity.xml new file mode 100644 index 00000000..21cafe05 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/Entity.xml @@ -0,0 +1,1811 @@ +<?xml version="1.0" encoding="utf-8"?> +<Entity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Name LocalizedName="Quote Product" OriginalName="Quote Product">p365i_QuoteProduct</Name> + <EntityInfo> + <entity Name="p365i_QuoteProduct"> + <LocalizedNames> + <LocalizedName description="Quote Product" languagecode="1033" /> + </LocalizedNames> + <LocalizedCollectionNames> + <LocalizedCollectionName description="Quote Products" languagecode="1033" /> + </LocalizedCollectionNames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <attributes> + <attribute PhysicalName="CreatedBy"> + <Type>lookup</Type> + <Name>createdby</Name> + <LogicalName>createdby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOn"> + <Type>datetime</Type> + <Name>createdon</Name> + <LogicalName>createdon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOnBehalfBy"> + <Type>lookup</Type> + <Name>createdonbehalfby</Name> + <LogicalName>createdonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ExchangeRate"> + <Type>decimal</Type> + <Name>exchangerate</Name> + <LogicalName>exchangerate</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>1E-10</MinValue> + <MaxValue>100000000000</MaxValue> + <Accuracy>10</Accuracy> + <displaynames> + <displayname description="Exchange Rate" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Exchange rate for the currency associated with the entity with respect to the base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ImportSequenceNumber"> + <Type>int</Type> + <Name>importsequencenumber</Name> + <LogicalName>importsequencenumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-2147483648</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Import Sequence Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Sequence number of the import that created this record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedBy"> + <Type>lookup</Type> + <Name>modifiedby</Name> + <LogicalName>modifiedby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOn"> + <Type>datetime</Type> + <Name>modifiedon</Name> + <LogicalName>modifiedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Modified On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was modified." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOnBehalfBy"> + <Type>lookup</Type> + <Name>modifiedonbehalfby</Name> + <LogicalName>modifiedonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OverriddenCreatedOn"> + <Type>datetime</Type> + <Name>overriddencreatedon</Name> + <LogicalName>overriddencreatedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Record Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time that the record was migrated." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwnerId"> + <Type>owner</Type> + <Name>ownerid</Name> + <LogicalName>ownerid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes> + <LookupType id="00000000-0000-0000-0000-000000000000">8</LookupType> + <LookupType id="00000000-0000-0000-0000-000000000000">9</LookupType> + </LookupTypes> + <displaynames> + <displayname description="Owner" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningBusinessUnit"> + <Type>lookup</Type> + <Name>owningbusinessunit</Name> + <LogicalName>owningbusinessunit</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Business Unit" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningTeam"> + <Type>lookup</Type> + <Name>owningteam</Name> + <LogicalName>owningteam</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Team" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningUser"> + <Type>lookup</Type> + <Name>owninguser</Name> + <LogicalName>owninguser</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning User" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_ExistingProduct"> + <Type>lookup</Type> + <Name>p365i_existingproduct</Name> + <LogicalName>p365i_existingproduct</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Existing Product" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_ManualDiscount"> + <Type>money</Type> + <Name>p365i_manualdiscount</Name> + <LogicalName>p365i_manualdiscount</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Manual Discount" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_manualdiscount_Base"> + <Type>money</Type> + <Name>p365i_manualdiscount_base</Name> + <LogicalName>p365i_manualdiscount_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_ManualDiscount</CalculationOf> + <displaynames> + <displayname description="Manual Discount (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Manual Discount in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_OpportunityProduct"> + <Type>lookup</Type> + <Name>p365i_opportunityproduct</Name> + <LogicalName>p365i_opportunityproduct</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Opportunity Product" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_PriceList"> + <Type>lookup</Type> + <Name>p365i_pricelist</Name> + <LogicalName>p365i_pricelist</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Price List" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Product"> + <Type>nvarchar</Type> + <Name>p365i_product</Name> + <LogicalName>p365i_product</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>1</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>100</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Product" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Quantity"> + <Type>int</Type> + <Name>p365i_quantity</Name> + <LogicalName>p365i_quantity</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>none</Format> + <MinValue>0</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Quantity" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Quote"> + <Type>lookup</Type> + <Name>p365i_quote</Name> + <LogicalName>p365i_quote</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Quote" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_QuoteProductId"> + <Type>primarykey</Type> + <Name>p365i_quoteproductid</Name> + <LogicalName>p365i_quoteproductid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|RequiredForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>0</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <displaynames> + <displayname description="Quote Product" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for entity instances" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_SalesUnit"> + <Type>lookup</Type> + <Name>p365i_salesunit</Name> + <LogicalName>p365i_salesunit</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Sales Unit" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_SelectProduct"> + <Type>bit</Type> + <Name>p365i_selectproduct</Name> + <LogicalName>p365i_selectproduct</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <AppDefaultValue>0</AppDefaultValue> + <optionset Name="p365i_quoteproduct_p365i_selectproduct"> + <OptionSetType>bit</OptionSetType> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <ExternalTypeName></ExternalTypeName> + <displaynames> + <displayname description="Select Product" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <options> + <option value="1" ExternalValue=""> + <labels> + <label description="Write-In" languagecode="1033" /> + </labels> + </option> + <option value="0" ExternalValue=""> + <labels> + <label description="Existing" languagecode="1033" /> + </labels> + </option> + </options> + </optionset> + <displaynames> + <displayname description="Select Product" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Subtotal"> + <Type>money</Type> + <Name>p365i_subtotal</Name> + <LogicalName>p365i_subtotal</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Subtotal" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <FormulaDefinitionFileName>/Formulas/p365i_quoteproduct-p365i_subtotal.xaml</FormulaDefinitionFileName> + </attribute> + <attribute PhysicalName="p365i_subtotal_Base"> + <Type>money</Type> + <Name>p365i_subtotal_base</Name> + <LogicalName>p365i_subtotal_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_Subtotal</CalculationOf> + <displaynames> + <displayname description="Subtotal (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Subtotal in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Tax"> + <Type>money</Type> + <Name>p365i_tax</Name> + <LogicalName>p365i_tax</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Tax" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_tax_Base"> + <Type>money</Type> + <Name>p365i_tax_base</Name> + <LogicalName>p365i_tax_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_Tax</CalculationOf> + <displaynames> + <displayname description="Tax (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Tax in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_TotalCost"> + <Type>money</Type> + <Name>p365i_totalcost</Name> + <LogicalName>p365i_totalcost</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Total Cost" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <FormulaDefinitionFileName>/Formulas/p365i_quoteproduct-p365i_totalcost.xaml</FormulaDefinitionFileName> + </attribute> + <attribute PhysicalName="p365i_totalcost_Base"> + <Type>money</Type> + <Name>p365i_totalcost_base</Name> + <LogicalName>p365i_totalcost_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_TotalCost</CalculationOf> + <displaynames> + <displayname description="Total Cost (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Total Cost in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_UnitCost"> + <Type>money</Type> + <Name>p365i_unitcost</Name> + <LogicalName>p365i_unitcost</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>0</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Unit Cost" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_unitcost_Base"> + <Type>money</Type> + <Name>p365i_unitcost_base</Name> + <LogicalName>p365i_unitcost_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_UnitCost</CalculationOf> + <displaynames> + <displayname description="Unit Cost (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Unit Cost in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_UnitCostLine"> + <Type>money</Type> + <Name>p365i_unitcostline</Name> + <LogicalName>p365i_unitcostline</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <displaynames> + <displayname description="Unit Cost" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <FormulaDefinitionFileName>/Formulas/p365i_quoteproduct-p365i_unitcostline.xaml</FormulaDefinitionFileName> + </attribute> + <attribute PhysicalName="p365i_unitcostline_Base"> + <Type>money</Type> + <Name>p365i_unitcostline_base</Name> + <LogicalName>p365i_unitcostline_base</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <MinValue>-922337203685477</MinValue> + <MaxValue>922337203685477</MaxValue> + <Accuracy>2</Accuracy> + <AccuracySource>2</AccuracySource> + <CalculationOf>p365i_UnitCostLine</CalculationOf> + <displaynames> + <displayname description="Unit Cost Line (Base)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Value of the Unit Cost Line in base currency." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_UsePriceListCost"> + <Type>bit</Type> + <Name>p365i_usepricelistcost</Name> + <LogicalName>p365i_usepricelistcost</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <AppDefaultValue>1</AppDefaultValue> + <optionset Name="p365i_quoteproduct_p365i_usepricelistcost"> + <OptionSetType>bit</OptionSetType> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <ExternalTypeName></ExternalTypeName> + <displaynames> + <displayname description="Use Price List Cost" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <options> + <option value="1" ExternalValue=""> + <labels> + <label description="Yes" languagecode="1033" /> + </labels> + </option> + <option value="0" ExternalValue=""> + <labels> + <label description="No" languagecode="1033" /> + </labels> + </option> + </options> + </optionset> + <displaynames> + <displayname description="Use Price List Cost" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_WriteInProduct"> + <Type>nvarchar</Type> + <Name>p365i_writeinproduct</Name> + <LogicalName>p365i_writeinproduct</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>100</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Write-In Product" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statecode"> + <Type>state</Type> + <Name>statecode</Name> + <LogicalName>statecode</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_quoteproduct_statecode"> + <OptionSetType>state</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Quote Product" languagecode="1033" /> + </Descriptions> + <states> + <state value="0" defaultstatus="1" invariantname="Active"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </state> + <state value="1" defaultstatus="2" invariantname="Inactive"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </state> + </states> + </optionset> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Quote Product" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statuscode"> + <Type>status</Type> + <Name>statuscode</Name> + <LogicalName>statuscode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_quoteproduct_statuscode"> + <OptionSetType>status</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Quote Product" languagecode="1033" /> + </Descriptions> + <statuses> + <status value="1" state="0"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </status> + <status value="2" state="1"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </status> + </statuses> + </optionset> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Quote Product" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TimeZoneRuleVersionNumber"> + <Type>int</Type> + <Name>timezoneruleversionnumber</Name> + <LogicalName>timezoneruleversionnumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Time Zone Rule Version Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="For internal use only." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TransactionCurrencyId"> + <Type>lookup</Type> + <Name>transactioncurrencyid</Name> + <LogicalName>transactioncurrencyid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Currency" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the currency associated with the entity." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="UTCConversionTimeZoneCode"> + <Type>int</Type> + <Name>utcconversiontimezonecode</Name> + <LogicalName>utcconversiontimezonecode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="UTC Conversion Time Zone Code" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Time zone code that was in use when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + </attributes> + <EntitySetName>p365i_quoteproducts</EntitySetName> + <IsDuplicateCheckSupported>1</IsDuplicateCheckSupported> + <IsBusinessProcessEnabled>0</IsBusinessProcessEnabled> + <IsRequiredOffline>0</IsRequiredOffline> + <IsInteractionCentricEnabled>0</IsInteractionCentricEnabled> + <IsCollaboration>0</IsCollaboration> + <AutoRouteToOwnerQueue>0</AutoRouteToOwnerQueue> + <IsConnectionsEnabled>0</IsConnectionsEnabled> + <EntityColor></EntityColor> + <IsDocumentManagementEnabled>0</IsDocumentManagementEnabled> + <AutoCreateAccessTeams>0</AutoCreateAccessTeams> + <IsOneNoteIntegrationEnabled>0</IsOneNoteIntegrationEnabled> + <IsKnowledgeManagementEnabled>0</IsKnowledgeManagementEnabled> + <IsSLAEnabled>0</IsSLAEnabled> + <IsDocumentRecommendationsEnabled>0</IsDocumentRecommendationsEnabled> + <IsBPFEntity>0</IsBPFEntity> + <OwnershipTypeMask>UserOwned</OwnershipTypeMask> + <IsAuditEnabled>0</IsAuditEnabled> + <IsRetrieveAuditEnabled>0</IsRetrieveAuditEnabled> + <IsRetrieveMultipleAuditEnabled>0</IsRetrieveMultipleAuditEnabled> + <IsActivity>0</IsActivity> + <ActivityTypeMask></ActivityTypeMask> + <IsActivityParty>0</IsActivityParty> + <IsReplicated>0</IsReplicated> + <IsReplicationUserFiltered>0</IsReplicationUserFiltered> + <IsMailMergeEnabled>1</IsMailMergeEnabled> + <IsVisibleInMobile>0</IsVisibleInMobile> + <IsVisibleInMobileClient>0</IsVisibleInMobileClient> + <IsReadOnlyInMobileClient>0</IsReadOnlyInMobileClient> + <IsOfflineInMobileClient>0</IsOfflineInMobileClient> + <DaysSinceRecordLastModified>0</DaysSinceRecordLastModified> + <MobileOfflineFilters></MobileOfflineFilters> + <IsMapiGridEnabled>1</IsMapiGridEnabled> + <IsReadingPaneEnabled>1</IsReadingPaneEnabled> + <IsQuickCreateEnabled>1</IsQuickCreateEnabled> + <SyncToExternalSearchIndex>0</SyncToExternalSearchIndex> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <IsMappable>1</IsMappable> + <CanModifyAuditSettings>1</CanModifyAuditSettings> + <CanModifyMobileVisibility>1</CanModifyMobileVisibility> + <CanModifyMobileClientVisibility>1</CanModifyMobileClientVisibility> + <CanModifyMobileClientReadOnly>1</CanModifyMobileClientReadOnly> + <CanModifyMobileClientOffline>1</CanModifyMobileClientOffline> + <CanModifyConnectionSettings>1</CanModifyConnectionSettings> + <CanModifyDuplicateDetectionSettings>1</CanModifyDuplicateDetectionSettings> + <CanModifyMailMergeSettings>1</CanModifyMailMergeSettings> + <CanModifyQueueSettings>1</CanModifyQueueSettings> + <CanCreateAttributes>1</CanCreateAttributes> + <CanCreateForms>1</CanCreateForms> + <CanCreateCharts>1</CanCreateCharts> + <CanCreateViews>1</CanCreateViews> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <CanEnableSyncToExternalSearchIndex>1</CanEnableSyncToExternalSearchIndex> + <IconVectorName></IconVectorName> + <EnforceStateTransitions>0</EnforceStateTransitions> + <CanChangeHierarchicalRelationship>1</CanChangeHierarchicalRelationship> + <EntityHelpUrlEnabled>0</EntityHelpUrlEnabled> + <EntityHelpUrl></EntityHelpUrl> + <ChangeTrackingEnabled>0</ChangeTrackingEnabled> + <CanChangeTrackingBeEnabled>1</CanChangeTrackingBeEnabled> + <IsEnabledForExternalChannels>0</IsEnabledForExternalChannels> + <IsMSTeamsIntegrationEnabled>0</IsMSTeamsIntegrationEnabled> + <IsSolutionAware>0</IsSolutionAware> + </entity> + </EntityInfo> + <FormXml /> + <SavedQueries /> + <RibbonDiffXml /> +</Entity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/FormXml/card/{f6eac61f-70a5-4aca-866e-3bd75d039c2d}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/FormXml/card/{f6eac61f-70a5-4aca-866e-3bd75d039c2d}.xml new file mode 100644 index 00000000..1dbc366c --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/FormXml/card/{f6eac61f-70a5-4aca-866e-3bd75d039c2d}.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{f6eac61f-70a5-4aca-866e-3bd75d039c2d}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{42535009-7b47-43dc-81d4-5b838d934dc3}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{41aa35bd-79e7-4b04-806d-e185091ba4a9}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{c1f17a53-5c71-4d4e-9a6b-e4fb75a2df73}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{6fe88a47-fc03-4387-a714-a4a9ed6c8d44}" showlabel="true" locklevel="0"> + <labels> + <label description="Status Reason" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{43da41f1-d069-401e-94d0-23c30f80f845}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{b9e341ce-8bb4-4083-8e5a-dc2fc5ed72a7}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{142b6bb5-e81c-4677-86f8-af821d4982c9}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{8842d692-2ab9-41ca-9b3c-7f6a15204939}" showlabel="true" locklevel="0"> + <labels> + <label description="Product" languagecode="1033" /> + </labels> + <control id="p365i_product" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_product" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{f08aff73-3a14-4601-8461-a9b8b8f60240}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{17c3af7a-7066-48c0-bb5b-9f9ebb640578}" showlabel="true" locklevel="0"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{2c3a5bc2-4519-4b8d-ba6c-040821a5bcaf}" showlabel="true" locklevel="0"> + <labels> + <label description="Created On" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{34a55540-7376-4a49-8f6c-f2f7057c585c}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{1db71e35-1279-4594-a3a0-750bc320e117}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/FormXml/card/{f6eac61f-70a5-4aca-866e-3bd75d039c2d}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/FormXml/card/{f6eac61f-70a5-4aca-866e-3bd75d039c2d}_managed.xml new file mode 100644 index 00000000..05a9347e --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/FormXml/card/{f6eac61f-70a5-4aca-866e-3bd75d039c2d}_managed.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{f6eac61f-70a5-4aca-866e-3bd75d039c2d}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{42535009-7b47-43dc-81d4-5b838d934dc3}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{41aa35bd-79e7-4b04-806d-e185091ba4a9}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{c1f17a53-5c71-4d4e-9a6b-e4fb75a2df73}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{6fe88a47-fc03-4387-a714-a4a9ed6c8d44}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{43da41f1-d069-401e-94d0-23c30f80f845}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{b9e341ce-8bb4-4083-8e5a-dc2fc5ed72a7}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{142b6bb5-e81c-4677-86f8-af821d4982c9}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{8842d692-2ab9-41ca-9b3c-7f6a15204939}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_product" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_product" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{f08aff73-3a14-4601-8461-a9b8b8f60240}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{17c3af7a-7066-48c0-bb5b-9f9ebb640578}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{2c3a5bc2-4519-4b8d-ba6c-040821a5bcaf}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{34a55540-7376-4a49-8f6c-f2f7057c585c}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{1db71e35-1279-4594-a3a0-750bc320e117}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/FormXml/main/{c8532c46-4233-4f57-9990-eb767c611223}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/FormXml/main/{c8532c46-4233-4f57-9990-eb767c611223}.xml new file mode 100644 index 00000000..35504ba8 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/FormXml/main/{c8532c46-4233-4f57-9990-eb767c611223}.xml @@ -0,0 +1,286 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{c8532c46-4233-4f57-9990-eb767c611223}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form headerdensity="HighWithControls"> + <tabs> + <tab verticallayout="true" id="{e0af0134-d3e4-4b08-93f5-4dce36e72c7d}" IsUserDefined="1" name="General"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{7de22bda-bdb4-4634-b5e0-52391f41e12a}" columns="11"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell locklevel="0" id="{d611f9f8-8f09-4b0c-a09f-946f177e885d}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell locklevel="0" id="{868319c0-efdc-4109-bfde-b5d54be1c115}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{035724b7-8bd6-4c9e-abd1-432baa053a46}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Price List" languagecode="1033" /> + </labels> + <control id="p365i_pricelist" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_pricelist" disabled="true" /> + </cell> + <cell id="{115146df-54aa-494c-ade0-bfcda55b3761}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Quote" languagecode="1033" /> + </labels> + <control id="p365i_quote" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_quote" disabled="true" /> + </cell> + </row> + <row> + <cell id="{7b50c06d-68bc-4206-94d6-5bca98ffa240}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Existing Product" languagecode="1033" /> + </labels> + <control id="p365i_existingproduct" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_existingproduct" disabled="false" /> + </cell> + <cell id="{d02f5134-3ad6-46fe-952a-01af6f8a5878}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Select Product" languagecode="1033" /> + </labels> + <control id="p365i_selectproduct" classid="{67FAC785-CD58-4F9F-ABB3-4B7DDC6ED5ED}" datafieldname="p365i_selectproduct" disabled="false" /> + </cell> + </row> + <row> + <cell id="{b2f9192c-45c7-47d9-9d83-77af9c0f9109}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Write-In Product" languagecode="1033" /> + </labels> + <control id="p365i_writeinproduct" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_writeinproduct" disabled="false" /> + </cell> + <cell locklevel="0" id="{9b628e2a-6277-434f-9045-c0673113cf54}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="General_section_3" id="e71b3f35-ef1a-438b-bb4c-faec023495b3" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="11" labelwidth="115"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell locklevel="0" id="{94db4df4-6508-40dd-8ca3-367331db1ee1}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell locklevel="0" id="{4cbbf1c1-48d8-48a4-8180-be1dee1fe727}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell locklevel="0" id="{217f047e-a005-457b-82f2-d03e79b5b82a}" colspan="1" rowspan="1"> + <labels> + <label description="New QV control 1699199280633" languagecode="1033" /> + </labels> + <control id="QuickviewControl1699199280633" classid="{5C5600E0-1D6E-4205-A272-BE80DA87FD42}" datafieldname="p365i_existingproduct"> + <parameters> + <DisplayAsCustomer360Tile>false</DisplayAsCustomer360Tile> + <QuickForms><QuickFormIds><QuickFormId entityname="p365i_listitem">8fc47389-c87b-ee11-8179-00224840d636</QuickFormId></QuickFormIds></QuickForms> + <HideQuickFormBorder>true</HideQuickFormBorder> + </parameters> + </control> + </cell> + <cell locklevel="0" id="{34300e1a-371e-45df-88ba-42d06324b2c6}" colspan="1" rowspan="1"> + <labels> + <label description="New QV control 1699199303660" languagecode="1033" /> + </labels> + <control id="QuickviewControl1699199303660" classid="{5C5600E0-1D6E-4205-A272-BE80DA87FD42}" datafieldname="p365i_existingproduct"> + <parameters> + <DisplayAsCustomer360Tile>false</DisplayAsCustomer360Tile> + <QuickForms><QuickFormIds><QuickFormId entityname="p365i_listitem">70dec15d-c87b-ee11-8179-00224840d636</QuickFormId></QuickFormIds></QuickForms> + <HideQuickFormBorder>true</HideQuickFormBorder> + </parameters> + </control> + </cell> + </row> + </rows> + </section> + <section name="General_section_4" id="cd940d5a-d175-4d84-8006-8b0e845ae34c" IsUserDefined="0" locklevel="0" showlabel="true" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="11" labelwidth="115"> + <labels> + <label description="Pricing" languagecode="1033" /> + </labels> + <rows> + <row /> + <row> + <cell id="{da18760f-db34-475b-881c-d57e9cffe546}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="Use Price List Cost" languagecode="1033" /> + </labels> + <control id="p365i_usepricelistcost" classid="{F9A8A302-114E-466A-B582-6771B2AE0D92}" datafieldname="p365i_usepricelistcost" disabled="false" uniqueid="{0e962edc-0f68-482c-996d-c980900824b0}" /> + </cell> + </row> + <row> + <cell id="{da5d13b0-7abe-4492-9aed-2962c7fbed49}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Unit Cost" languagecode="1033" /> + </labels> + <control id="p365i_unitcost" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_unitcost" disabled="false" /> + </cell> + <cell id="{5f8105df-ed1a-4407-944a-e541e2146e95}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="Sales Unit" languagecode="1033" /> + </labels> + <control id="p365i_salesunit" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_salesunit" disabled="false"> + <parameters /> + </control> + </cell> + </row> + <row> + <cell id="{ee321469-529a-423c-a001-8b6e81c21f4a}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="Unit Cost" languagecode="1033" /> + </labels> + <control id="p365i_unitcostline" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_unitcostline" disabled="false" /> + </cell> + </row> + <row> + <cell id="{086f3d72-5d51-454a-92dd-7cd5733b59ea}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="Quantity" languagecode="1033" /> + </labels> + <control id="p365i_quantity" classid="{C6D124CA-7EDA-4A60-AEA9-7FB8D318B68F}" datafieldname="p365i_quantity" disabled="false" /> + </cell> + </row> + <row> + <cell id="{090dfbd9-731a-4c8a-b780-c3d811ea6457}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="Subtotal" languagecode="1033" /> + </labels> + <control id="p365i_subtotal" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_subtotal" disabled="false" /> + </cell> + </row> + <row> + <cell id="{97902a76-a04e-4dfc-abd0-861c84cc1ad3}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="Manual Discount" languagecode="1033" /> + </labels> + <control id="p365i_manualdiscount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_manualdiscount" disabled="false" /> + </cell> + </row> + <row> + <cell id="{7e5e4f24-77de-4495-9dea-9174c027374c}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="Tax" languagecode="1033" /> + </labels> + <control id="p365i_tax" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_tax" disabled="false" /> + </cell> + </row> + <row> + <cell id="{959d11ae-ddff-42ed-84b4-075336a587a3}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="Total Cost" languagecode="1033" /> + </labels> + <control id="p365i_totalcost" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_totalcost" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <header id="{ba8d30d8-680e-4052-b3b0-98d0d371e1f7}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{362db1c7-37a7-4e0b-8d37-e4e419e53a70}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{4cb50c96-0e41-4073-a9bf-741065b3d765}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{50131a9e-59c2-4d83-89e5-f4d0f22eacf5}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </header> + <footer id="{6912c503-1ffa-4b48-93af-d9f9e7b4ca09}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{275de2d0-36af-42f1-98e8-35a51f9f9a7c}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{3b44a006-bf28-4450-a866-72d1decd60b7}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{e345502b-08d8-4e53-982d-2e7164e16e4b}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + <controlDescriptions> + <controlDescription forControl="{0e962edc-0f68-482c-996d-c980900824b0}"> + <customControl id="{67FAC785-CD58-4F9F-ABB3-4B7DDC6ED5ED}"> + <parameters> + <datafieldname>p365i_usepricelistcost</datafieldname> + </parameters> + </customControl> + <customControl formFactor="0" name="MscrmControls.FieldControls.ToggleControl"> + <parameters> + <value type="TwoOptions">p365i_usepricelistcost</value> + </parameters> + </customControl> + <customControl formFactor="2" name="MscrmControls.FieldControls.ToggleControl"> + <parameters> + <value type="TwoOptions">p365i_usepricelistcost</value> + </parameters> + </customControl> + <customControl formFactor="1" name="MscrmControls.FieldControls.ToggleControl"> + <parameters> + <value type="TwoOptions">p365i_usepricelistcost</value> + </parameters> + </customControl> + </controlDescription> + </controlDescriptions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Quote Line Item" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/FormXml/main/{c8532c46-4233-4f57-9990-eb767c611223}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/FormXml/main/{c8532c46-4233-4f57-9990-eb767c611223}_managed.xml new file mode 100644 index 00000000..5a5f860a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/FormXml/main/{c8532c46-4233-4f57-9990-eb767c611223}_managed.xml @@ -0,0 +1,286 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{c8532c46-4233-4f57-9990-eb767c611223}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form headerdensity="HighWithControls"> + <tabs> + <tab verticallayout="true" id="{e0af0134-d3e4-4b08-93f5-4dce36e72c7d}" IsUserDefined="1" name="General"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{7de22bda-bdb4-4634-b5e0-52391f41e12a}" columns="11"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell locklevel="0" id="{d611f9f8-8f09-4b0c-a09f-946f177e885d}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell locklevel="0" id="{868319c0-efdc-4109-bfde-b5d54be1c115}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{035724b7-8bd6-4c9e-abd1-432baa053a46}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_pricelist" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_pricelist" disabled="true" /> + </cell> + <cell id="{115146df-54aa-494c-ade0-bfcda55b3761}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_quote" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_quote" disabled="true" /> + </cell> + </row> + <row> + <cell id="{7b50c06d-68bc-4206-94d6-5bca98ffa240}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_existingproduct" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_existingproduct" disabled="false" /> + </cell> + <cell id="{d02f5134-3ad6-46fe-952a-01af6f8a5878}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_selectproduct" classid="{67FAC785-CD58-4F9F-ABB3-4B7DDC6ED5ED}" datafieldname="p365i_selectproduct" disabled="false" /> + </cell> + </row> + <row> + <cell id="{b2f9192c-45c7-47d9-9d83-77af9c0f9109}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_writeinproduct" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_writeinproduct" disabled="false" /> + </cell> + <cell locklevel="0" id="{9b628e2a-6277-434f-9045-c0673113cf54}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="General_section_3" id="e71b3f35-ef1a-438b-bb4c-faec023495b3" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="11" labelwidth="115"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell locklevel="0" id="{94db4df4-6508-40dd-8ca3-367331db1ee1}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell locklevel="0" id="{4cbbf1c1-48d8-48a4-8180-be1dee1fe727}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell locklevel="0" id="{217f047e-a005-457b-82f2-d03e79b5b82a}" colspan="1" rowspan="1"> + <labels> + <label description="New QV control 1699199280633" languagecode="1033" /> + </labels> + <control id="QuickviewControl1699199280633" classid="{5C5600E0-1D6E-4205-A272-BE80DA87FD42}" datafieldname="p365i_existingproduct"> + <parameters> + <DisplayAsCustomer360Tile>false</DisplayAsCustomer360Tile> + <QuickForms><QuickFormIds><QuickFormId entityname="p365i_listitem">8fc47389-c87b-ee11-8179-00224840d636</QuickFormId></QuickFormIds></QuickForms> + <HideQuickFormBorder>true</HideQuickFormBorder> + </parameters> + </control> + </cell> + <cell locklevel="0" id="{34300e1a-371e-45df-88ba-42d06324b2c6}" colspan="1" rowspan="1"> + <labels> + <label description="New QV control 1699199303660" languagecode="1033" /> + </labels> + <control id="QuickviewControl1699199303660" classid="{5C5600E0-1D6E-4205-A272-BE80DA87FD42}" datafieldname="p365i_existingproduct"> + <parameters> + <DisplayAsCustomer360Tile>false</DisplayAsCustomer360Tile> + <QuickForms><QuickFormIds><QuickFormId entityname="p365i_listitem">70dec15d-c87b-ee11-8179-00224840d636</QuickFormId></QuickFormIds></QuickForms> + <HideQuickFormBorder>true</HideQuickFormBorder> + </parameters> + </control> + </cell> + </row> + </rows> + </section> + <section name="General_section_4" id="cd940d5a-d175-4d84-8006-8b0e845ae34c" IsUserDefined="0" locklevel="0" showlabel="true" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="11" labelwidth="115"> + <labels> + <label description="Pricing" languagecode="1033" /> + </labels> + <rows> + <row /> + <row> + <cell id="{da18760f-db34-475b-881c-d57e9cffe546}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_usepricelistcost" classid="{F9A8A302-114E-466A-B582-6771B2AE0D92}" datafieldname="p365i_usepricelistcost" disabled="false" uniqueid="{0e962edc-0f68-482c-996d-c980900824b0}" /> + </cell> + </row> + <row> + <cell id="{da5d13b0-7abe-4492-9aed-2962c7fbed49}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_unitcost" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_unitcost" disabled="false" /> + </cell> + <cell id="{5f8105df-ed1a-4407-944a-e541e2146e95}" locklevel="0" colspan="1" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_salesunit" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="p365i_salesunit" disabled="false"> + <parameters /> + </control> + </cell> + </row> + <row> + <cell id="{ee321469-529a-423c-a001-8b6e81c21f4a}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_unitcostline" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_unitcostline" disabled="false" /> + </cell> + </row> + <row> + <cell id="{086f3d72-5d51-454a-92dd-7cd5733b59ea}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_quantity" classid="{C6D124CA-7EDA-4A60-AEA9-7FB8D318B68F}" datafieldname="p365i_quantity" disabled="false" /> + </cell> + </row> + <row> + <cell id="{090dfbd9-731a-4c8a-b780-c3d811ea6457}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_subtotal" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_subtotal" disabled="false" /> + </cell> + </row> + <row> + <cell id="{97902a76-a04e-4dfc-abd0-861c84cc1ad3}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_manualdiscount" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_manualdiscount" disabled="false" /> + </cell> + </row> + <row> + <cell id="{7e5e4f24-77de-4495-9dea-9174c027374c}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_tax" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_tax" disabled="false" /> + </cell> + </row> + <row> + <cell id="{959d11ae-ddff-42ed-84b4-075336a587a3}" locklevel="0" colspan="2" rowspan="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_totalcost" classid="{533B9E00-756B-4312-95A0-DC888637AC78}" datafieldname="p365i_totalcost" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <header id="{ba8d30d8-680e-4052-b3b0-98d0d371e1f7}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{362db1c7-37a7-4e0b-8d37-e4e419e53a70}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{4cb50c96-0e41-4073-a9bf-741065b3d765}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{50131a9e-59c2-4d83-89e5-f4d0f22eacf5}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </header> + <footer id="{6912c503-1ffa-4b48-93af-d9f9e7b4ca09}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{275de2d0-36af-42f1-98e8-35a51f9f9a7c}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{3b44a006-bf28-4450-a866-72d1decd60b7}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{e345502b-08d8-4e53-982d-2e7164e16e4b}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + <controlDescriptions> + <controlDescription forControl="{0e962edc-0f68-482c-996d-c980900824b0}"> + <customControl id="{67FAC785-CD58-4F9F-ABB3-4B7DDC6ED5ED}"> + <parameters> + <datafieldname>p365i_usepricelistcost</datafieldname> + </parameters> + </customControl> + <customControl formFactor="0" name="MscrmControls.FieldControls.ToggleControl"> + <parameters> + <value type="TwoOptions">p365i_usepricelistcost</value> + </parameters> + </customControl> + <customControl formFactor="2" name="MscrmControls.FieldControls.ToggleControl"> + <parameters> + <value type="TwoOptions">p365i_usepricelistcost</value> + </parameters> + </customControl> + <customControl formFactor="1" name="MscrmControls.FieldControls.ToggleControl"> + <parameters> + <value type="TwoOptions">p365i_usepricelistcost</value> + </parameters> + </customControl> + </controlDescription> + </controlDescriptions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Quote Line Item" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/FormXml/quick/{3483d1b6-468a-4e0c-b8af-0df0e1a8ec96}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/FormXml/quick/{3483d1b6-468a-4e0c-b8af-0df0e1a8ec96}.xml new file mode 100644 index 00000000..b446d941 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/FormXml/quick/{3483d1b6-468a-4e0c-b8af-0df0e1a8ec96}.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{3483d1b6-468a-4e0c-b8af-0df0e1a8ec96}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{a19d1920-3a6c-47f3-a1e5-b3184b48a8fb}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{79c90247-f432-4273-a71b-94fa2361775e}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{23563cdb-ab1f-4aad-afe9-0de478b15877}"> + <labels> + <label description="Product" languagecode="1033" /> + </labels> + <control id="p365i_product" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_product" /> + </cell> + </row> + <row> + <cell id="{571cf1b7-7971-4b43-b374-0ff760a1f4a3}"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/FormXml/quick/{3483d1b6-468a-4e0c-b8af-0df0e1a8ec96}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/FormXml/quick/{3483d1b6-468a-4e0c-b8af-0df0e1a8ec96}_managed.xml new file mode 100644 index 00000000..800dcefa --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/FormXml/quick/{3483d1b6-468a-4e0c-b8af-0df0e1a8ec96}_managed.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{3483d1b6-468a-4e0c-b8af-0df0e1a8ec96}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{a19d1920-3a6c-47f3-a1e5-b3184b48a8fb}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{79c90247-f432-4273-a71b-94fa2361775e}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{23563cdb-ab1f-4aad-afe9-0de478b15877}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_product" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_product" /> + </cell> + </row> + <row> + <cell id="{571cf1b7-7971-4b43-b374-0ff760a1f4a3}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/Formulas/p365i_quoteproduct-p365i_subtotal.xaml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/Formulas/p365i_quoteproduct-p365i_subtotal.xaml new file mode 100644 index 00000000..65920e5d --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/Formulas/p365i_quoteproduct-p365i_subtotal.xaml @@ -0,0 +1,119 @@ +<Activity x:Class="XrmWorkflow00000000000000000000000000000000" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mcwc="clr-namespace:Microsoft.Crm.Workflow.ClientActivities;assembly=Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxs="clr-namespace:Microsoft.Xrm.Sdk;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxswa="clr-namespace:Microsoft.Xrm.Sdk.Workflow.Activities;assembly=Microsoft.Xrm.Sdk.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:s="clr-namespace:System;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:srs="clr-namespace:System.Runtime.Serialization;assembly=System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:this="clr-namespace:" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> + <x:Members> + <x:Property Name="InputEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + <x:Property Name="CreatedEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + </x:Members> + <this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <mva:VisualBasic.Settings>Assembly references and imported namespaces for internal implementation</mva:VisualBasic.Settings> + <mxswa:Workflow> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionSequence, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionStep1"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Wait">False</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables"> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="True" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_1" /> + </sco:Collection> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Boolean, "true" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Boolean" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[ConditionBranchStep2_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[True]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep4"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_1" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_2" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_3" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_4" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_5" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_unitcostline" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[SetAttributeValueStep4_3]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_3 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_quantity" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[SetAttributeValueStep4_5]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_5 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_4]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Multiply</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_2, SetAttributeValueStep4_4 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_subtotal" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" Value="[SetAttributeValueStep4_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep4" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Boolean x:Key="ContainsElseBranch">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </mxswa:Workflow> +</Activity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/Formulas/p365i_quoteproduct-p365i_totalcost.xaml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/Formulas/p365i_quoteproduct-p365i_totalcost.xaml new file mode 100644 index 00000000..d13a0c46 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/Formulas/p365i_quoteproduct-p365i_totalcost.xaml @@ -0,0 +1,535 @@ +<Activity x:Class="XrmWorkflow00000000000000000000000000000000" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mcwc="clr-namespace:Microsoft.Crm.Workflow.ClientActivities;assembly=Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxs="clr-namespace:Microsoft.Xrm.Sdk;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxsq="clr-namespace:Microsoft.Xrm.Sdk.Query;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxswa="clr-namespace:Microsoft.Xrm.Sdk.Workflow.Activities;assembly=Microsoft.Xrm.Sdk.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:s="clr-namespace:System;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:srs="clr-namespace:System.Runtime.Serialization;assembly=System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:this="clr-namespace:" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> + <x:Members> + <x:Property Name="InputEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + <x:Property Name="CreatedEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + </x:Members> + <this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <mva:VisualBasic.Settings>Assembly references and imported namespaces for internal implementation</mva:VisualBasic.Settings> + <mxswa:Workflow> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionSequence, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionStep1"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Wait">False</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables"> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep2_condition" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep2_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_2" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep2_3" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_4" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep7_condition" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep7_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep7_2" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep7_3" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep7_4" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep10_condition" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep10_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep10_2" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep10_3" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep10_4" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep13_condition" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep13_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep13_2" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep13_3" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep13_4" /> + </sco:Collection> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:GetEntityProperty Attribute="p365i_tax" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[ConditionBranchStep2_2]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">NotNull</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep2_2]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep2_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[ConditionBranchStep2_4]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">NotNull</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep2_4]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep2_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateLogicalCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateLogicalCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:LogicalOperator" x:Key="LogicalOperator">And</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="LeftOperand">[ConditionBranchStep2_1]</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="RightOperand">[ConditionBranchStep2_3]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep2_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep2_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep4"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_1" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_2" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_3" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_4" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_5" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_6" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_7" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_8" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_9" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_subtotal" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[SetAttributeValueStep4_5]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_5 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_4]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[SetAttributeValueStep4_7]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_7 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_6]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Subtract</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_4, SetAttributeValueStep4_6 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_3 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_tax" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[SetAttributeValueStep4_9]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_9 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_8]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Add</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_2, SetAttributeValueStep4_8 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_totalcost" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" Value="[SetAttributeValueStep4_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep4" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_tax" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[ConditionBranchStep7_2]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Null</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep7_2]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep7_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[ConditionBranchStep7_4]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Null</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep7_4]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep7_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateLogicalCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateLogicalCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:LogicalOperator" x:Key="LogicalOperator">And</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="LeftOperand">[ConditionBranchStep7_1]</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="RightOperand">[ConditionBranchStep7_3]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep7_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep7"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep7_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep7"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep8"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep8_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_subtotal" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[SetAttributeValueStep8_1]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:SetEntityProperty Attribute="p365i_totalcost" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" Value="[SetAttributeValueStep8_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep8" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_tax" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[ConditionBranchStep10_2]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">NotNull</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep10_2]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep10_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[ConditionBranchStep10_4]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Null</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep10_4]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep10_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateLogicalCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateLogicalCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:LogicalOperator" x:Key="LogicalOperator">And</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="LeftOperand">[ConditionBranchStep10_1]</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="RightOperand">[ConditionBranchStep10_3]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep10_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep10"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep10_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep10"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep11"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep11_1" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep11_2" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep11_3" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep11_4" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep11_5" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_subtotal" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[SetAttributeValueStep11_3]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep11_3 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep11_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_tax" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[SetAttributeValueStep11_5]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep11_5 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep11_4]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Add</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep11_2, SetAttributeValueStep11_4 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep11_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_totalcost" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" Value="[SetAttributeValueStep11_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep11" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_tax" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[ConditionBranchStep13_2]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Null</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep13_2]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep13_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[ConditionBranchStep13_4]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">NotNull</InArgument> + <x:Null x:Key="Parameters" /> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep13_4]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep13_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateLogicalCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateLogicalCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:LogicalOperator" x:Key="LogicalOperator">And</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="LeftOperand">[ConditionBranchStep13_1]</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="RightOperand">[ConditionBranchStep13_3]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep13_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep13"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep13_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep13"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep14"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep14_1" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep14_2" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep14_3" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep14_4" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep14_5" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_subtotal" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[SetAttributeValueStep14_3]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep14_3 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep14_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_manualdiscount" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[SetAttributeValueStep14_5]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep14_5 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep14_4]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">Subtract</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep14_2, SetAttributeValueStep14_4 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep14_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_totalcost" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" Value="[SetAttributeValueStep14_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep14" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Boolean x:Key="ContainsElseBranch">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </mxswa:Workflow> +</Activity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/Formulas/p365i_quoteproduct-p365i_unitcostline.xaml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/Formulas/p365i_quoteproduct-p365i_unitcostline.xaml new file mode 100644 index 00000000..94bae524 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/Formulas/p365i_quoteproduct-p365i_unitcostline.xaml @@ -0,0 +1,243 @@ +<Activity x:Class="XrmWorkflow00000000000000000000000000000000" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mcwc="clr-namespace:Microsoft.Crm.Workflow.ClientActivities;assembly=Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxs="clr-namespace:Microsoft.Xrm.Sdk;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxsq="clr-namespace:Microsoft.Xrm.Sdk.Query;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxswa="clr-namespace:Microsoft.Xrm.Sdk.Workflow.Activities;assembly=Microsoft.Xrm.Sdk.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:s="clr-namespace:System;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:srs="clr-namespace:System.Runtime.Serialization;assembly=System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:this="clr-namespace:" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> + <x:Members> + <x:Property Name="InputEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + <x:Property Name="CreatedEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + </x:Members> + <this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <mva:VisualBasic.Settings>Assembly references and imported namespaces for internal implementation</mva:VisualBasic.Settings> + <mxswa:Workflow> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionSequence, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionStep1"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Wait">False</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables"> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep2_condition" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep2_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_2" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_3" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep2_4" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_5" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_6" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep6_condition" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep6_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep6_2" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep6_3" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep6_4" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep6_5" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep6_6" /> + </sco:Collection> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:GetEntityProperty Attribute="p365i_selectproduct" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[ConditionBranchStep2_2]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Boolean, "1" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Boolean" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[ConditionBranchStep2_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Equal</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { ConditionBranchStep2_3 }]</InArgument> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep2_2]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep2_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_usepricelistcost" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[ConditionBranchStep2_5]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Boolean, "0" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Boolean" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[ConditionBranchStep2_6]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Equal</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { ConditionBranchStep2_6 }]</InArgument> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep2_5]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep2_4]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateLogicalCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateLogicalCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:LogicalOperator" x:Key="LogicalOperator">Or</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="LeftOperand">[ConditionBranchStep2_1]</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="RightOperand">[ConditionBranchStep2_4]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep2_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep2_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep4"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_unitcost" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[SetAttributeValueStep4_1]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:SetEntityProperty Attribute="p365i_unitcostline" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" Value="[SetAttributeValueStep4_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep4" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_usepricelistcost" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[ConditionBranchStep6_2]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Boolean, "1" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Boolean" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[ConditionBranchStep6_3]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Equal</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { ConditionBranchStep6_3 }]</InArgument> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep6_2]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep6_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="p365i_selectproduct" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[ConditionBranchStep6_5]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Boolean, "0" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Boolean" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[ConditionBranchStep6_6]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Equal</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { ConditionBranchStep6_6 }]</InArgument> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep6_5]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep6_4]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateLogicalCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateLogicalCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:LogicalOperator" x:Key="LogicalOperator">And</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="LeftOperand">[ConditionBranchStep6_1]</InArgument> + <InArgument x:TypeArguments="x:Boolean" x:Key="RightOperand">[ConditionBranchStep6_4]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep6_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep6"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep6_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep6"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep7"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="p365i_price" Entity="[InputEntities("related_p365i_existingproduct#p365i_listitem")]" EntityName="p365i_listitem" Value="[SetAttributeValueStep7_1]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:SetEntityProperty Attribute="p365i_unitcostline" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" Value="[SetAttributeValueStep7_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep7" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:Null x:Key="Description" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Boolean x:Key="ContainsElseBranch">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </mxswa:Workflow> +</Activity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/RibbonDiff.xml new file mode 100644 index 00000000..bfcdfdbc --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/RibbonDiff.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<RibbonDiffXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <CustomActions> + <HideCustomAction HideActionId="p365i.Mscrm.Form.p365i_quoteproduct.Activate.Hide" Location="Mscrm.Form.p365i_quoteproduct.Activate" /> + <HideCustomAction HideActionId="p365i.Mscrm.Form.p365i_quoteproduct.Deactivate.Hide" Location="Mscrm.Form.p365i_quoteproduct.Deactivate" /> + <HideCustomAction HideActionId="p365i.Mscrm.HomepageGrid.p365i_quoteproduct.Activate.Hide" Location="Mscrm.HomepageGrid.p365i_quoteproduct.Activate" /> + <HideCustomAction HideActionId="p365i.Mscrm.HomepageGrid.p365i_quoteproduct.Deactivate.Hide" Location="Mscrm.HomepageGrid.p365i_quoteproduct.Deactivate" /> + <HideCustomAction HideActionId="p365i.Mscrm.SubGrid.p365i_quoteproduct.Activate.Hide" Location="Mscrm.SubGrid.p365i_quoteproduct.Activate" /> + <HideCustomAction HideActionId="p365i.Mscrm.SubGrid.p365i_quoteproduct.Deactivate.Hide" Location="Mscrm.SubGrid.p365i_quoteproduct.Deactivate" /> + </CustomActions> + <Templates> + <RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates> + </Templates> + <CommandDefinitions /> + <RuleDefinitions> + <TabDisplayRules /> + <DisplayRules /> + <EnableRules /> + </RuleDefinitions> + <LocLabels /> +</RibbonDiffXml> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{186db011-4b78-4b23-98c6-1c57dc8b7daf}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{186db011-4b78-4b23-98c6-1c57dc8b7daf}.xml new file mode 100644 index 00000000..0d0f1621 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{186db011-4b78-4b23-98c6-1c57dc8b7daf}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{186db011-4b78-4b23-98c6-1c57dc8b7daf}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_product" select="1" icon="1" preview="1"> + <row name="result" id="p365i_quoteproductid"> + <cell name="p365i_product" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_quoteproduct"> + <attribute name="p365i_quoteproductid" /> + <attribute name="p365i_product" /> + <attribute name="createdon" /> + <order attribute="p365i_product" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="1" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Inactive Quote Products" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{929cff51-e87b-ee11-8179-00224841f5ce}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{929cff51-e87b-ee11-8179-00224841f5ce}.xml new file mode 100644 index 00000000..1b92180f --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{929cff51-e87b-ee11-8179-00224841f5ce}.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{929cff51-e87b-ee11-8179-00224841f5ce}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_product" select="1" icon="1" preview="1"> + <row name="result" id="p365i_quoteproductid"> + <cell name="p365i_product" width="200" /> + <cell name="p365i_quantity" width="100" /> + <cell name="p365i_manualdiscount" width="137" /> + <cell name="p365i_tax" width="100" /> + <cell name="p365i_totalcost" width="100" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" output-format="xml-platform" mapping="logical"> + <entity name="p365i_quoteproduct"> + <attribute name="p365i_product" /> + <attribute name="p365i_quoteproductid" /> + <attribute name="p365i_quantity" /> + <attribute name="p365i_totalcost" /> + <attribute name="p365i_manualdiscount" /> + <attribute name="p365i_tax" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quote Product Lines" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{93b89758-e404-4030-99b6-1b9efd7449d0}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{93b89758-e404-4030-99b6-1b9efd7449d0}.xml new file mode 100644 index 00000000..8b6ecc6f --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{93b89758-e404-4030-99b6-1b9efd7449d0}.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{93b89758-e404-4030-99b6-1b9efd7449d0}</savedqueryid> + <layoutxml> + <grid name="p365i_quoteproducts" jump="p365i_product" select="1" icon="1" preview="0"> + <row name="p365i_quoteproduct" id="p365i_quoteproductid"> + <cell name="p365i_product" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>64</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_quoteproduct"> + <attribute name="p365i_quoteproductid" /> + <attribute name="p365i_product" /> + <attribute name="createdon" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quote Product Lookup View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{a303577c-0169-ee11-9ae7-6045bdd06c78}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{a303577c-0169-ee11-9ae7-6045bdd06c78}.xml new file mode 100644 index 00000000..f967eaa1 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{a303577c-0169-ee11-9ae7-6045bdd06c78}.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{a303577c-0169-ee11-9ae7-6045bdd06c78}</savedqueryid> + <querytype>8192</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical" output-format="xml-platform"> + <entity name="p365i_quoteproduct"> + <attribute name="p365i_quoteproductid" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + <condition attribute="ownerid" operator="eq-userid" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="My Quote Products" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="Active Quote Products owned by me" languagecode="1033" /> + </Descriptions> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{afd2617d-69d3-4e93-a020-6c54aa55c255}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{afd2617d-69d3-4e93-a020-6c54aa55c255}.xml new file mode 100644 index 00000000..47a16ec7 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{afd2617d-69d3-4e93-a020-6c54aa55c255}.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>1</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{afd2617d-69d3-4e93-a020-6c54aa55c255}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_product" select="1" icon="1" preview="1"> + <row name="result" id="p365i_quoteproductid"> + <cell name="p365i_product" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>4</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_quoteproduct"> + <attribute name="p365i_quoteproductid" /> + <attribute name="p365i_product" /> + <attribute name="createdon" /> + <order attribute="p365i_product" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <filter type="or" isquickfindfields="1"> + <condition attribute="p365i_product" operator="like" value="{0}" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quick Find Active Quote Products" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{b7b3aec3-3c7f-4faf-a744-731f74e0b78d}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{b7b3aec3-3c7f-4faf-a744-731f74e0b78d}.xml new file mode 100644 index 00000000..1f9c721b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{b7b3aec3-3c7f-4faf-a744-731f74e0b78d}.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{b7b3aec3-3c7f-4faf-a744-731f74e0b78d}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_product" select="1" icon="1" preview="1"> + <row name="result" id="p365i_quoteproductid"> + <cell name="p365i_product" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>1</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_quoteproduct"> + <attribute name="p365i_quoteproductid" /> + <attribute name="p365i_product" /> + <attribute name="createdon" /> + <order attribute="p365i_product" descending="false" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quote Product Advanced Find View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{bc8a91a1-e67a-48ba-8918-17a78e20ad51}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{bc8a91a1-e67a-48ba-8918-17a78e20ad51}.xml new file mode 100644 index 00000000..17fc9f07 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{bc8a91a1-e67a-48ba-8918-17a78e20ad51}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{bc8a91a1-e67a-48ba-8918-17a78e20ad51}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_product" select="1" icon="1" preview="1"> + <row name="result" id="p365i_quoteproductid"> + <cell name="p365i_product" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_quoteproduct"> + <attribute name="p365i_quoteproductid" /> + <attribute name="p365i_product" /> + <attribute name="createdon" /> + <order attribute="p365i_product" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Active Quote Products" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{e63a6283-8c64-42d2-b9cb-002766f6894e}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{e63a6283-8c64-42d2-b9cb-002766f6894e}.xml new file mode 100644 index 00000000..7e5b4b1d --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_QuoteProduct/SavedQueries/{e63a6283-8c64-42d2-b9cb-002766f6894e}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{e63a6283-8c64-42d2-b9cb-002766f6894e}</savedqueryid> + <layoutxml> + <grid name="p365i_quoteproducts" jump="p365i_product" select="1" icon="1" preview="1"> + <row name="p365i_quoteproduct" id="p365i_quoteproductid"> + <cell name="p365i_product" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>2</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_quoteproduct"> + <attribute name="p365i_quoteproductid" /> + <attribute name="p365i_product" /> + <attribute name="createdon" /> + <order attribute="p365i_product" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quote Product Associated View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/Entity.xml new file mode 100644 index 00000000..d0ef41a6 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/Entity.xml @@ -0,0 +1,837 @@ +<?xml version="1.0" encoding="utf-8"?> +<Entity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Name LocalizedName="Sales Unit" OriginalName="Sales Unit">p365i_SalesUnit</Name> + <EntityInfo> + <entity Name="p365i_SalesUnit"> + <LocalizedNames> + <LocalizedName description="Sales Unit" languagecode="1033" /> + </LocalizedNames> + <LocalizedCollectionNames> + <LocalizedCollectionName description="Sales Units" languagecode="1033" /> + </LocalizedCollectionNames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + <attributes> + <attribute PhysicalName="CreatedBy"> + <Type>lookup</Type> + <Name>createdby</Name> + <LogicalName>createdby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOn"> + <Type>datetime</Type> + <Name>createdon</Name> + <LogicalName>createdon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOnBehalfBy"> + <Type>lookup</Type> + <Name>createdonbehalfby</Name> + <LogicalName>createdonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ImportSequenceNumber"> + <Type>int</Type> + <Name>importsequencenumber</Name> + <LogicalName>importsequencenumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-2147483648</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Import Sequence Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Sequence number of the import that created this record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedBy"> + <Type>lookup</Type> + <Name>modifiedby</Name> + <LogicalName>modifiedby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOn"> + <Type>datetime</Type> + <Name>modifiedon</Name> + <LogicalName>modifiedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Modified On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was modified." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOnBehalfBy"> + <Type>lookup</Type> + <Name>modifiedonbehalfby</Name> + <LogicalName>modifiedonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OverriddenCreatedOn"> + <Type>datetime</Type> + <Name>overriddencreatedon</Name> + <LogicalName>overriddencreatedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Record Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time that the record was migrated." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwnerId"> + <Type>owner</Type> + <Name>ownerid</Name> + <LogicalName>ownerid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes> + <LookupType id="00000000-0000-0000-0000-000000000000">8</LookupType> + <LookupType id="00000000-0000-0000-0000-000000000000">9</LookupType> + </LookupTypes> + <displaynames> + <displayname description="Owner" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningBusinessUnit"> + <Type>lookup</Type> + <Name>owningbusinessunit</Name> + <LogicalName>owningbusinessunit</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Business Unit" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningTeam"> + <Type>lookup</Type> + <Name>owningteam</Name> + <LogicalName>owningteam</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning Team" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OwningUser"> + <Type>lookup</Type> + <Name>owninguser</Name> + <LogicalName>owninguser</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsLogical>1</IsLogical> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Owning User" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_Name"> + <Type>nvarchar</Type> + <Name>p365i_name</Name> + <LogicalName>p365i_name</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>1</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>100</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Name" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="p365i_SalesUnitId"> + <Type>primarykey</Type> + <Name>p365i_salesunitid</Name> + <LogicalName>p365i_salesunitid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|RequiredForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>0</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <displaynames> + <displayname description="Sales Unit" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for entity instances" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statecode"> + <Type>state</Type> + <Name>statecode</Name> + <LogicalName>statecode</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_salesunit_statecode"> + <OptionSetType>state</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Sales Unit" languagecode="1033" /> + </Descriptions> + <states> + <state value="0" defaultstatus="1" invariantname="Active"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </state> + <state value="1" defaultstatus="2" invariantname="Inactive"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </state> + </states> + </optionset> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Sales Unit" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statuscode"> + <Type>status</Type> + <Name>statuscode</Name> + <LogicalName>statuscode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_salesunit_statuscode"> + <OptionSetType>status</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Sales Unit" languagecode="1033" /> + </Descriptions> + <statuses> + <status value="1" state="0"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </status> + <status value="2" state="1"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </status> + </statuses> + </optionset> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Sales Unit" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TimeZoneRuleVersionNumber"> + <Type>int</Type> + <Name>timezoneruleversionnumber</Name> + <LogicalName>timezoneruleversionnumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Time Zone Rule Version Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="For internal use only." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="UTCConversionTimeZoneCode"> + <Type>int</Type> + <Name>utcconversiontimezonecode</Name> + <LogicalName>utcconversiontimezonecode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="UTC Conversion Time Zone Code" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Time zone code that was in use when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + </attributes> + <EntitySetName>p365i_salesunits</EntitySetName> + <IsDuplicateCheckSupported>1</IsDuplicateCheckSupported> + <IsBusinessProcessEnabled>0</IsBusinessProcessEnabled> + <IsRequiredOffline>0</IsRequiredOffline> + <IsInteractionCentricEnabled>0</IsInteractionCentricEnabled> + <IsCollaboration>0</IsCollaboration> + <AutoRouteToOwnerQueue>0</AutoRouteToOwnerQueue> + <IsConnectionsEnabled>0</IsConnectionsEnabled> + <EntityColor></EntityColor> + <IsDocumentManagementEnabled>0</IsDocumentManagementEnabled> + <AutoCreateAccessTeams>0</AutoCreateAccessTeams> + <IsOneNoteIntegrationEnabled>0</IsOneNoteIntegrationEnabled> + <IsKnowledgeManagementEnabled>0</IsKnowledgeManagementEnabled> + <IsSLAEnabled>0</IsSLAEnabled> + <IsDocumentRecommendationsEnabled>0</IsDocumentRecommendationsEnabled> + <IsBPFEntity>0</IsBPFEntity> + <OwnershipTypeMask>UserOwned</OwnershipTypeMask> + <IsAuditEnabled>0</IsAuditEnabled> + <IsRetrieveAuditEnabled>0</IsRetrieveAuditEnabled> + <IsRetrieveMultipleAuditEnabled>0</IsRetrieveMultipleAuditEnabled> + <IsActivity>0</IsActivity> + <ActivityTypeMask></ActivityTypeMask> + <IsActivityParty>0</IsActivityParty> + <IsReplicated>0</IsReplicated> + <IsReplicationUserFiltered>0</IsReplicationUserFiltered> + <IsMailMergeEnabled>1</IsMailMergeEnabled> + <IsVisibleInMobile>0</IsVisibleInMobile> + <IsVisibleInMobileClient>0</IsVisibleInMobileClient> + <IsReadOnlyInMobileClient>0</IsReadOnlyInMobileClient> + <IsOfflineInMobileClient>0</IsOfflineInMobileClient> + <DaysSinceRecordLastModified>0</DaysSinceRecordLastModified> + <MobileOfflineFilters></MobileOfflineFilters> + <IsMapiGridEnabled>1</IsMapiGridEnabled> + <IsReadingPaneEnabled>1</IsReadingPaneEnabled> + <IsQuickCreateEnabled>1</IsQuickCreateEnabled> + <SyncToExternalSearchIndex>0</SyncToExternalSearchIndex> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <IsMappable>1</IsMappable> + <CanModifyAuditSettings>1</CanModifyAuditSettings> + <CanModifyMobileVisibility>1</CanModifyMobileVisibility> + <CanModifyMobileClientVisibility>1</CanModifyMobileClientVisibility> + <CanModifyMobileClientReadOnly>1</CanModifyMobileClientReadOnly> + <CanModifyMobileClientOffline>1</CanModifyMobileClientOffline> + <CanModifyConnectionSettings>1</CanModifyConnectionSettings> + <CanModifyDuplicateDetectionSettings>1</CanModifyDuplicateDetectionSettings> + <CanModifyMailMergeSettings>1</CanModifyMailMergeSettings> + <CanModifyQueueSettings>1</CanModifyQueueSettings> + <CanCreateAttributes>1</CanCreateAttributes> + <CanCreateForms>1</CanCreateForms> + <CanCreateCharts>1</CanCreateCharts> + <CanCreateViews>1</CanCreateViews> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <CanEnableSyncToExternalSearchIndex>1</CanEnableSyncToExternalSearchIndex> + <IconVectorName>p365i_salesunitIcon</IconVectorName> + <EnforceStateTransitions>0</EnforceStateTransitions> + <CanChangeHierarchicalRelationship>1</CanChangeHierarchicalRelationship> + <EntityHelpUrlEnabled>0</EntityHelpUrlEnabled> + <EntityHelpUrl></EntityHelpUrl> + <ChangeTrackingEnabled>0</ChangeTrackingEnabled> + <CanChangeTrackingBeEnabled>1</CanChangeTrackingBeEnabled> + <IsEnabledForExternalChannels>0</IsEnabledForExternalChannels> + <IsMSTeamsIntegrationEnabled>0</IsMSTeamsIntegrationEnabled> + <IsSolutionAware>0</IsSolutionAware> + </entity> + </EntityInfo> + <FormXml /> + <SavedQueries /> + <RibbonDiffXml /> +</Entity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/card/{4db15475-6cf3-480f-ab07-1dab8a2f7347}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/card/{4db15475-6cf3-480f-ab07-1dab8a2f7347}.xml new file mode 100644 index 00000000..b753d163 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/card/{4db15475-6cf3-480f-ab07-1dab8a2f7347}.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{4db15475-6cf3-480f-ab07-1dab8a2f7347}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{5158aa6a-febb-499f-9b41-d2dc33ea9ee8}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{7d753caf-17d4-41e7-8aab-bb48885d2923}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{193ad9c4-c53f-4ad6-a681-0424b80c2525}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{28e8fc7c-0d3c-40c0-a6e4-86ebf4c3451e}" showlabel="true" locklevel="0"> + <labels> + <label description="Status Reason" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{f216f71c-9b42-4947-979c-1c784ba29dd4}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{ce0f9028-7658-4f56-a586-8cc4591cd33e}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{b5c8c60c-1c2e-4b9b-bbd5-699ffdc22f36}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{cf2169e9-846f-4f43-b775-9aa0b2ceaadb}" showlabel="true" locklevel="0"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{638aa543-d887-4e2b-be33-f78b76f9daa6}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{a618bbe0-0870-4037-a583-402f5a994999}" showlabel="true" locklevel="0"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{f35fd8ad-c383-4a81-8809-5f32173d1ffb}" showlabel="true" locklevel="0"> + <labels> + <label description="Created On" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{498b36b1-2107-4d91-8694-31177d68044f}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{3349f090-ed2a-4c61-8c85-f51dc7cff8cc}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/card/{4db15475-6cf3-480f-ab07-1dab8a2f7347}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/card/{4db15475-6cf3-480f-ab07-1dab8a2f7347}_managed.xml new file mode 100644 index 00000000..037b4100 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/card/{4db15475-6cf3-480f-ab07-1dab8a2f7347}_managed.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{4db15475-6cf3-480f-ab07-1dab8a2f7347}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab name="general" verticallayout="true" id="{5158aa6a-febb-499f-9b41-d2dc33ea9ee8}" IsUserDefined="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="25%"> + <sections> + <section name="ColorStrip" showlabel="false" showbar="false" columns="1" IsUserDefined="0" id="{7d753caf-17d4-41e7-8aab-bb48885d2923}"> + <labels> + <label description="ColorStrip" languagecode="1033" /> + </labels> + </section> + </sections> + </column> + <column width="75%"> + <sections> + <section name="CardHeader" showlabel="false" showbar="false" columns="111" id="{193ad9c4-c53f-4ad6-a681-0424b80c2525}" IsUserDefined="0"> + <labels> + <label description="Header" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{28e8fc7c-0d3c-40c0-a6e4-86ebf4c3451e}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="statuscode" classid="{5D68B988-0661-4db2-BC3E-17598AD3BE6C}" datafieldname="statuscode" disabled="false" /> + </cell> + <cell id="{f216f71c-9b42-4947-979c-1c784ba29dd4}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{ce0f9028-7658-4f56-a586-8cc4591cd33e}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + <section name="CardDetails" showlabel="false" showbar="false" columns="1" id="{b5c8c60c-1c2e-4b9b-bbd5-699ffdc22f36}" IsUserDefined="0"> + <labels> + <label description="Details" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{cf2169e9-846f-4f43-b775-9aa0b2ceaadb}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="false" /> + </cell> + </row> + </rows> + </section> + <section name="CardFooter" showlabel="false" columns="1111" showbar="false" id="{638aa543-d887-4e2b-be33-f78b76f9daa6}" IsUserDefined="0"> + <labels> + <label description="Footer" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{a618bbe0-0870-4037-a583-402f5a994999}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" disabled="false" /> + </cell> + <cell id="{f35fd8ad-c383-4a81-8809-5f32173d1ffb}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="createdon" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="createdon" disabled="false" /> + </cell> + <cell id="{498b36b1-2107-4d91-8694-31177d68044f}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{3349f090-ed2a-4c61-8c85-f51dc7cff8cc}" showlabel="true" locklevel="0"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A card form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/main/{0def79c2-14cb-436e-a50c-b54cb703c1bb}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/main/{0def79c2-14cb-436e-a50c-b54cb703c1bb}.xml new file mode 100644 index 00000000..88d9f933 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/main/{0def79c2-14cb-436e-a50c-b54cb703c1bb}.xml @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{0def79c2-14cb-436e-a50c-b54cb703c1bb}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form headerdensity="HighWithControls"> + <tabs> + <tab verticallayout="true" id="{853a4e14-9b5e-4660-b49e-b275fe9d72bc}" IsUserDefined="1"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{74419bd0-7001-4644-b0a9-02318576a2e1}"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{3f44633e-e7f2-471d-9970-77fe32db3ab2}"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + </rows> + </section> + <section name="null_section_3" id="e0aba380-f11e-4b37-bee9-2900bafe0f7d" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row /> + <row> + <cell locklevel="0" id="{32baec55-92f2-46da-8149-a1c81fdb8215}" rowspan="4" colspan="1" auto="false"> + <labels> + <label description="Products" languagecode="1033" /> + </labels> + <control indicationOfSubgrid="true" id="Subgrid_new_1" classid="{E7A81278-8635-4D9E-8D4D-59480B391C5B}"> + <parameters> + <RecordsPerPage>4</RecordsPerPage> + <AutoExpand>Fixed</AutoExpand> + <EnableQuickFind>false</EnableQuickFind> + <EnableViewPicker>false</EnableViewPicker> + <EnableChartPicker>true</EnableChartPicker> + <ChartGridMode>All</ChartGridMode> + <TargetEntityType>p365i_product</TargetEntityType> + <ViewId>{0C44C8D1-3BC4-4469-B82D-31E319552D67}</ViewId> + <ViewIds>{0C44C8D1-3BC4-4469-B82D-31E319552D67}</ViewIds> + <RelationshipName>p365i_SalesUnit_p365i_Product_p365i_Produ</RelationshipName> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <header id="{121f1c3a-f3c1-42ba-ae5f-ca2853d2ccfd}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{ff710b89-d603-4b4a-acc4-f144a1c02e9c}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{0a5ab8e5-7209-4b14-b8b3-a1a77db7f36e}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{b3d69fb5-f03e-416e-8e98-be3de7fe7530}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </header> + <footer id="{4a1feb8a-4064-4a66-823a-f1301dd940b7}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{1fc2ec14-f5c8-4013-bd1c-034e662b1b97}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{707e52ad-6ad5-415c-a041-8e7acea0a6d1}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{c7fa8567-02bf-400f-abfe-9aa556e8d4d5}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + <Navigation> + <NavBar></NavBar> + </Navigation> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/main/{0def79c2-14cb-436e-a50c-b54cb703c1bb}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/main/{0def79c2-14cb-436e-a50c-b54cb703c1bb}_managed.xml new file mode 100644 index 00000000..f17908a9 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/main/{0def79c2-14cb-436e-a50c-b54cb703c1bb}_managed.xml @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{0def79c2-14cb-436e-a50c-b54cb703c1bb}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form headerdensity="HighWithControls"> + <tabs> + <tab verticallayout="true" id="{853a4e14-9b5e-4660-b49e-b275fe9d72bc}" IsUserDefined="1"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{74419bd0-7001-4644-b0a9-02318576a2e1}"> + <labels> + <label description="General" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{3f44633e-e7f2-471d-9970-77fe32db3ab2}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + </rows> + </section> + <section name="null_section_3" id="e0aba380-f11e-4b37-bee9-2900bafe0f7d" IsUserDefined="0" locklevel="0" showlabel="false" showbar="false" layout="varwidth" celllabelalignment="Left" celllabelposition="Left" columns="1" labelwidth="115"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row /> + <row> + <cell locklevel="0" id="{32baec55-92f2-46da-8149-a1c81fdb8215}" rowspan="4" colspan="1" auto="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control indicationOfSubgrid="true" id="Subgrid_new_1" classid="{E7A81278-8635-4D9E-8D4D-59480B391C5B}"> + <parameters> + <RecordsPerPage>4</RecordsPerPage> + <AutoExpand>Fixed</AutoExpand> + <EnableQuickFind>false</EnableQuickFind> + <EnableViewPicker>false</EnableViewPicker> + <EnableChartPicker>true</EnableChartPicker> + <ChartGridMode>All</ChartGridMode> + <TargetEntityType>p365i_product</TargetEntityType> + <ViewId>{0C44C8D1-3BC4-4469-B82D-31E319552D67}</ViewId> + <ViewIds>{0C44C8D1-3BC4-4469-B82D-31E319552D67}</ViewIds> + <RelationshipName>p365i_SalesUnit_p365i_Product_p365i_Produ</RelationshipName> + </parameters> + </control> + </cell> + </row> + <row /> + <row /> + <row /> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <header id="{121f1c3a-f3c1-42ba-ae5f-ca2853d2ccfd}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{ff710b89-d603-4b4a-acc4-f144a1c02e9c}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{0a5ab8e5-7209-4b14-b8b3-a1a77db7f36e}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{b3d69fb5-f03e-416e-8e98-be3de7fe7530}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </header> + <footer id="{4a1feb8a-4064-4a66-823a-f1301dd940b7}" celllabelposition="Top" columns="111" labelwidth="115" celllabelalignment="Left"> + <rows> + <row> + <cell id="{1fc2ec14-f5c8-4013-bd1c-034e662b1b97}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{707e52ad-6ad5-415c-a041-8e7acea0a6d1}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + <cell id="{c7fa8567-02bf-400f-abfe-9aa556e8d4d5}" showlabel="false"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </footer> + <DisplayConditions Order="0" FallbackForm="true"> + <Everyone /> + </DisplayConditions> + <Navigation> + <NavBar></NavBar> + </Navigation> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/quick/{db2a5596-4cee-4385-b24a-957748a8014d}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/quick/{db2a5596-4cee-4385-b24a-957748a8014d}.xml new file mode 100644 index 00000000..63a85e57 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/quick/{db2a5596-4cee-4385-b24a-957748a8014d}.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{db2a5596-4cee-4385-b24a-957748a8014d}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{ebbcbc78-b313-4849-8791-1bb9ba86d657}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{d86e298b-06c2-4ace-8fde-d4165e4baa7e}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{2da39fbf-3585-4445-9520-6697dca9ca82}"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{e030df76-d49d-4072-8f20-4fbcb09e5be6}"> + <labels> + <label description="Owner" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/quick/{db2a5596-4cee-4385-b24a-957748a8014d}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/quick/{db2a5596-4cee-4385-b24a-957748a8014d}_managed.xml new file mode 100644 index 00000000..815766bb --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/quick/{db2a5596-4cee-4385-b24a-957748a8014d}_managed.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{db2a5596-4cee-4385-b24a-957748a8014d}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{ebbcbc78-b313-4849-8791-1bb9ba86d657}" IsUserDefined="1"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showlabel="false" showbar="false" IsUserDefined="0" id="{d86e298b-06c2-4ace-8fde-d4165e4baa7e}"> + <labels> + <label description="GENERAL" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{2da39fbf-3585-4445-9520-6697dca9ca82}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40d3-9FB2-095C621B552D}" datafieldname="p365i_name" /> + </cell> + </row> + <row> + <cell id="{e030df76-d49d-4072-8f20-4fbcb09e5be6}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + <control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/quickCreate/{e03153d6-fb68-ee11-9ae7-6045bd127823}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/quickCreate/{e03153d6-fb68-ee11-9ae7-6045bd127823}.xml new file mode 100644 index 00000000..58d5a4ed --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/quickCreate/{e03153d6-fb68-ee11-9ae7-6045bd127823}.xml @@ -0,0 +1,91 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{e03153d6-fb68-ee11-9ae7-6045bd127823}</formid> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab id="F931FFE2-B873-473F-8F95-9502F0AA3F5E" name="tab_1" showlabel="false" labelid="{d82b2ec6-36c4-4eab-bc59-0557c523ca2e}"> + <labels> + <label description="New Tab" languagecode="1033" /> + </labels> + <columns> + <column width="34%"> + <sections> + <section id="0C655D4E-C6E3-424E-9AF5-71E72D30D12E" name="tab_1_column_1_section_1" columns="1" showlabel="false" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{8bdb6aca-f7b1-4692-80e5-a06247f809ce}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="542FBFBE-0E4C-496C-8012-555DE6581923" labelid="{67427ffd-1350-40b9-b70d-97474020564e}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{cdd75fac-cbe3-4e9e-9913-abe89156d328}" locklevel="0" colspan="1" rowspan="1" labelid="{91c2125a-eed9-46e1-b855-f2b733051f18}"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section id="02DECBA0-3AE2-484D-A19F-C5353AF4F4F2" name="tab_1_column_2_section_1" columns="1" showlabel="false" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{845d35eb-f102-4092-ac61-29257ff441c7}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="266FE48D-4D04-4E9A-8C5A-7DEF9A2F059B" labelid="{f88de17e-23f3-4ed8-b7a1-04942913b1e2}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section id="46FD66EA-B686-41D9-AAE0-C565BD78EC1F" name="tab_1_column_3_section_1" columns="1" showlabel="false" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{14087b0d-f569-47c7-88cd-8d92582505c1}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="07C04A4E-A482-45CC-BAB7-7FCA3CD02938" labelid="{09927a9d-9941-4412-9053-fac7ac9c70e2}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <DisplayConditions Order="0" FallbackForm="true"> + <Role Id="{627090ff-40a3-4053-8790-584edc5be201}" /> + <Role Id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Sales Unit quick create form" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/quickCreate/{e03153d6-fb68-ee11-9ae7-6045bd127823}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/quickCreate/{e03153d6-fb68-ee11-9ae7-6045bd127823}_managed.xml new file mode 100644 index 00000000..58d5a4ed --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/FormXml/quickCreate/{e03153d6-fb68-ee11-9ae7-6045bd127823}_managed.xml @@ -0,0 +1,91 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{e03153d6-fb68-ee11-9ae7-6045bd127823}</formid> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab id="F931FFE2-B873-473F-8F95-9502F0AA3F5E" name="tab_1" showlabel="false" labelid="{d82b2ec6-36c4-4eab-bc59-0557c523ca2e}"> + <labels> + <label description="New Tab" languagecode="1033" /> + </labels> + <columns> + <column width="34%"> + <sections> + <section id="0C655D4E-C6E3-424E-9AF5-71E72D30D12E" name="tab_1_column_1_section_1" columns="1" showlabel="false" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{8bdb6aca-f7b1-4692-80e5-a06247f809ce}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="542FBFBE-0E4C-496C-8012-555DE6581923" labelid="{67427ffd-1350-40b9-b70d-97474020564e}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + <row> + <cell id="{cdd75fac-cbe3-4e9e-9913-abe89156d328}" locklevel="0" colspan="1" rowspan="1" labelid="{91c2125a-eed9-46e1-b855-f2b733051f18}"> + <labels> + <label description="Name" languagecode="1033" /> + </labels> + <control id="p365i_name" classid="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}" datafieldname="p365i_name" disabled="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section id="02DECBA0-3AE2-484D-A19F-C5353AF4F4F2" name="tab_1_column_2_section_1" columns="1" showlabel="false" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{845d35eb-f102-4092-ac61-29257ff441c7}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="266FE48D-4D04-4E9A-8C5A-7DEF9A2F059B" labelid="{f88de17e-23f3-4ed8-b7a1-04942913b1e2}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + <column width="33%"> + <sections> + <section id="46FD66EA-B686-41D9-AAE0-C565BD78EC1F" name="tab_1_column_3_section_1" columns="1" showlabel="false" showbar="false" IsUserDefined="0" labelwidth="130" labelid="{14087b0d-f569-47c7-88cd-8d92582505c1}"> + <labels> + <label description="New Section" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="07C04A4E-A482-45CC-BAB7-7FCA3CD02938" labelid="{09927a9d-9941-4412-9053-fac7ac9c70e2}"> + <labels> + <label description="" languagecode="1033" /> + </labels> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + <DisplayConditions Order="0" FallbackForm="true"> + <Role Id="{627090ff-40a3-4053-8790-584edc5be201}" /> + <Role Id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" /> + </DisplayConditions> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Sales Unit quick create form" languagecode="1033" /> + </LocalizedNames> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/RibbonDiff.xml new file mode 100644 index 00000000..6b56f485 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/RibbonDiff.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<RibbonDiffXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <CustomActions /> + <Templates> + <RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates> + </Templates> + <CommandDefinitions /> + <RuleDefinitions> + <TabDisplayRules /> + <DisplayRules /> + <EnableRules /> + </RuleDefinitions> + <LocLabels /> +</RibbonDiffXml> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/SavedQueries/{3041e5f6-87b2-48d6-94b2-8a58f27c07ab}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/SavedQueries/{3041e5f6-87b2-48d6-94b2-8a58f27c07ab}.xml new file mode 100644 index 00000000..93b0bf7a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/SavedQueries/{3041e5f6-87b2-48d6-94b2-8a58f27c07ab}.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{3041e5f6-87b2-48d6-94b2-8a58f27c07ab}</savedqueryid> + <layoutxml> + <grid name="p365i_salesunits" jump="p365i_name" select="1" icon="1" preview="0"> + <row name="p365i_salesunit" id="p365i_salesunitid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>64</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_salesunit"> + <attribute name="p365i_salesunitid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Sales Unit Lookup View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/SavedQueries/{5691ee29-bc00-4af1-bf5f-6bfebc99f38d}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/SavedQueries/{5691ee29-bc00-4af1-bf5f-6bfebc99f38d}.xml new file mode 100644 index 00000000..6a9a8143 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/SavedQueries/{5691ee29-bc00-4af1-bf5f-6bfebc99f38d}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{5691ee29-bc00-4af1-bf5f-6bfebc99f38d}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_salesunitid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_salesunit"> + <attribute name="p365i_salesunitid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="1" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Inactive Sales Units" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/SavedQueries/{70cc5437-768b-41a0-9dae-fef1cfc90ed9}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/SavedQueries/{70cc5437-768b-41a0-9dae-fef1cfc90ed9}.xml new file mode 100644 index 00000000..b35d8bfb --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/SavedQueries/{70cc5437-768b-41a0-9dae-fef1cfc90ed9}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{70cc5437-768b-41a0-9dae-fef1cfc90ed9}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_salesunitid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_salesunit"> + <attribute name="p365i_salesunitid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Active Sales Units" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/SavedQueries/{8b00c87a-f368-ee11-9ae7-6045bd10fdbe}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/SavedQueries/{8b00c87a-f368-ee11-9ae7-6045bd10fdbe}.xml new file mode 100644 index 00000000..e0dd8110 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/SavedQueries/{8b00c87a-f368-ee11-9ae7-6045bd10fdbe}.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{8b00c87a-f368-ee11-9ae7-6045bd10fdbe}</savedqueryid> + <querytype>8192</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical" output-format="xml-platform"> + <entity name="p365i_salesunit"> + <attribute name="p365i_salesunitid" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + <condition attribute="ownerid" operator="eq-userid" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="My Sales Units" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="Active Sales Units owned by me" languagecode="1033" /> + </Descriptions> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/SavedQueries/{a36a980f-1afb-42d3-8bc1-0a83d85c2b7e}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/SavedQueries/{a36a980f-1afb-42d3-8bc1-0a83d85c2b7e}.xml new file mode 100644 index 00000000..45cfaaad --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/SavedQueries/{a36a980f-1afb-42d3-8bc1-0a83d85c2b7e}.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{a36a980f-1afb-42d3-8bc1-0a83d85c2b7e}</savedqueryid> + <layoutxml> + <grid name="p365i_salesunits" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="p365i_salesunit" id="p365i_salesunitid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>2</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_salesunit"> + <attribute name="p365i_salesunitid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Sales Unit Associated View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/SavedQueries/{b2b313dc-a21e-42f2-a421-81ba829e88be}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/SavedQueries/{b2b313dc-a21e-42f2-a421-81ba829e88be}.xml new file mode 100644 index 00000000..c639d21c --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/SavedQueries/{b2b313dc-a21e-42f2-a421-81ba829e88be}.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>1</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{b2b313dc-a21e-42f2-a421-81ba829e88be}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_salesunitid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>4</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_salesunit"> + <attribute name="p365i_salesunitid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <filter type="or" isquickfindfields="1"> + <condition attribute="p365i_name" operator="like" value="{0}" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quick Find Active Sales Units" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/SavedQueries/{d3586715-1f56-4b8b-9830-ce6126cf1e99}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/SavedQueries/{d3586715-1f56-4b8b-9830-ce6126cf1e99}.xml new file mode 100644 index 00000000..c352c0ef --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_SalesUnit/SavedQueries/{d3586715-1f56-4b8b-9830-ce6126cf1e99}.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{d3586715-1f56-4b8b-9830-ce6126cf1e99}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="p365i_name" select="1" icon="1" preview="1"> + <row name="result" id="p365i_salesunitid"> + <cell name="p365i_name" width="300" /> + <cell name="createdon" width="125" /> + </row> + </grid> + </layoutxml> + <querytype>1</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_salesunit"> + <attribute name="p365i_salesunitid" /> + <attribute name="p365i_name" /> + <attribute name="createdon" /> + <order attribute="p365i_name" descending="false" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Sales Unit Advanced Find View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/Entity.xml new file mode 100644 index 00000000..9d43c390 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/Entity.xml @@ -0,0 +1,1032 @@ +<?xml version="1.0" encoding="utf-8"?> +<Entity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Name LocalizedName="Prospect to Opportunity" OriginalName="Prospect to Opportunity">p365i_prospecttoopportunity</Name> + <EntityInfo> + <entity Name="p365i_prospecttoopportunity"> + <LocalizedNames> + <LocalizedName description="Prospect to Opportunity" languagecode="1033" /> + </LocalizedNames> + <LocalizedCollectionNames> + <LocalizedCollectionName description="Prospect to Opportunity" languagecode="1033" /> + </LocalizedCollectionNames> + <Descriptions> + <Description description="Base entity for process Prospect to Opportunity" languagecode="1033" /> + </Descriptions> + <attributes> + <attribute PhysicalName="ActiveStageId"> + <Type>lookup</Type> + <Name>activestageid</Name> + <LogicalName>activestageid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Active Stage" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the active stage for the Business Process Flow instance." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ActiveStageStartedOn"> + <Type>datetime</Type> + <Name>activestagestartedon</Name> + <LogicalName>activestagestartedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <CanChangeDateTimeBehavior>1</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Active Stage Started On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when current active stage is started" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="bpf_Duration"> + <Type>int</Type> + <Name>bpf_duration</Name> + <LogicalName>bpf_duration</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>duration</Format> + <MinValue>0</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Duration" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Duration of Business Process Flow" languagecode="1033" /> + </Descriptions> + <FormulaDefinitionFileName>/Formulas/p365i_prospecttoopportunity-bpf_duration.xaml</FormulaDefinitionFileName> + </attribute> + <attribute PhysicalName="bpf_name"> + <Type>nvarchar</Type> + <Name>bpf_name</Name> + <LogicalName>bpf_name</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>1</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>100</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Name" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Description" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="bpf_p365i_opportunityid"> + <Type>lookup</Type> + <Name>bpf_p365i_opportunityid</Name> + <LogicalName>bpf_p365i_opportunityid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="P365i_Opportunity" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="bpf_p365i_prospectid"> + <Type>lookup</Type> + <Name>bpf_p365i_prospectid</Name> + <LogicalName>bpf_p365i_prospectid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="P365i_Prospect" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="BusinessProcessFlowInstanceId"> + <Type>primarykey</Type> + <Name>businessprocessflowinstanceid</Name> + <LogicalName>businessprocessflowinstanceid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|RequiredForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>0</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <displaynames> + <displayname description="Prospect to Opportunity" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for entity instances" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CompletedOn"> + <Type>datetime</Type> + <Name>completedon</Name> + <LogicalName>completedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <CanChangeDateTimeBehavior>1</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Completed On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when Business Process Flow instance is completed." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedBy"> + <Type>lookup</Type> + <Name>createdby</Name> + <LogicalName>createdby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOn"> + <Type>datetime</Type> + <Name>createdon</Name> + <LogicalName>createdon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOnBehalfBy"> + <Type>lookup</Type> + <Name>createdonbehalfby</Name> + <LogicalName>createdonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ImportSequenceNumber"> + <Type>int</Type> + <Name>importsequencenumber</Name> + <LogicalName>importsequencenumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-2147483648</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Import Sequence Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Sequence number of the import that created this record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedBy"> + <Type>lookup</Type> + <Name>modifiedby</Name> + <LogicalName>modifiedby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOn"> + <Type>datetime</Type> + <Name>modifiedon</Name> + <LogicalName>modifiedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Modified On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was modified." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOnBehalfBy"> + <Type>lookup</Type> + <Name>modifiedonbehalfby</Name> + <LogicalName>modifiedonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OrganizationId"> + <Type>lookup</Type> + <Name>organizationid</Name> + <LogicalName>organizationid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupTypes /> + <displaynames> + <displayname description="Organization Id" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the organization" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OverriddenCreatedOn"> + <Type>datetime</Type> + <Name>overriddencreatedon</Name> + <LogicalName>overriddencreatedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Record Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time that the record was migrated." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ProcessId"> + <Type>lookup</Type> + <Name>processid</Name> + <LogicalName>processid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Process" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the workflow associated to the Business Process Flow instance." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statecode"> + <Type>state</Type> + <Name>statecode</Name> + <LogicalName>statecode</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_prospecttoopportunity_statecode"> + <OptionSetType>state</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Prospect to Opportunity" languagecode="1033" /> + </Descriptions> + <states> + <state value="0" defaultstatus="1" invariantname="Active"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </state> + <state value="1" defaultstatus="2" invariantname="Inactive"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </state> + </states> + </optionset> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Prospect to Opportunity" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statuscode"> + <Type>status</Type> + <Name>statuscode</Name> + <LogicalName>statuscode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_prospecttoopportunity_statuscode"> + <OptionSetType>status</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Prospect to Opportunity" languagecode="1033" /> + </Descriptions> + <statuses> + <status value="1" state="0"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </status> + <status value="2" state="1"> + <labels> + <label description="Finished" languagecode="1033" /> + </labels> + </status> + <status value="3" state="1"> + <labels> + <label description="Aborted" languagecode="1033" /> + </labels> + </status> + </statuses> + </optionset> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Prospect to Opportunity" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TimeZoneRuleVersionNumber"> + <Type>int</Type> + <Name>timezoneruleversionnumber</Name> + <LogicalName>timezoneruleversionnumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Time Zone Rule Version Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="For internal use only." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TraversedPath"> + <Type>nvarchar</Type> + <Name>traversedpath</Name> + <LogicalName>traversedpath</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>1250</MaxLength> + <Length>2500</Length> + <displaynames> + <displayname description="Traversed Path" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Comma delimited string of process stage ids that represent visited stages of the Business Process Flow instance." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="UTCConversionTimeZoneCode"> + <Type>int</Type> + <Name>utcconversiontimezonecode</Name> + <LogicalName>utcconversiontimezonecode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="UTC Conversion Time Zone Code" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Time zone code that was in use when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + </attributes> + <EntitySetName>p365i_prospecttoopportunities</EntitySetName> + <IsDuplicateCheckSupported>0</IsDuplicateCheckSupported> + <IsBusinessProcessEnabled>0</IsBusinessProcessEnabled> + <IsRequiredOffline>0</IsRequiredOffline> + <IsInteractionCentricEnabled>0</IsInteractionCentricEnabled> + <IsCollaboration>0</IsCollaboration> + <AutoRouteToOwnerQueue>0</AutoRouteToOwnerQueue> + <IsConnectionsEnabled>0</IsConnectionsEnabled> + <IsDocumentManagementEnabled>0</IsDocumentManagementEnabled> + <AutoCreateAccessTeams>0</AutoCreateAccessTeams> + <IsOneNoteIntegrationEnabled>0</IsOneNoteIntegrationEnabled> + <IsKnowledgeManagementEnabled>0</IsKnowledgeManagementEnabled> + <IsSLAEnabled>0</IsSLAEnabled> + <IsDocumentRecommendationsEnabled>0</IsDocumentRecommendationsEnabled> + <IsBPFEntity>1</IsBPFEntity> + <OwnershipTypeMask>OrgOwned</OwnershipTypeMask> + <IsAuditEnabled>0</IsAuditEnabled> + <IsRetrieveAuditEnabled>0</IsRetrieveAuditEnabled> + <IsRetrieveMultipleAuditEnabled>0</IsRetrieveMultipleAuditEnabled> + <IsActivity>0</IsActivity> + <ActivityTypeMask></ActivityTypeMask> + <IsActivityParty>0</IsActivityParty> + <IsReplicated>1</IsReplicated> + <IsReplicationUserFiltered>0</IsReplicationUserFiltered> + <IsMailMergeEnabled>0</IsMailMergeEnabled> + <IsVisibleInMobile>0</IsVisibleInMobile> + <IsVisibleInMobileClient>1</IsVisibleInMobileClient> + <IsReadOnlyInMobileClient>0</IsReadOnlyInMobileClient> + <IsOfflineInMobileClient>1</IsOfflineInMobileClient> + <DaysSinceRecordLastModified>0</DaysSinceRecordLastModified> + <MobileOfflineFilters></MobileOfflineFilters> + <IsMapiGridEnabled>0</IsMapiGridEnabled> + <IsReadingPaneEnabled>0</IsReadingPaneEnabled> + <IsQuickCreateEnabled>0</IsQuickCreateEnabled> + <SyncToExternalSearchIndex>0</SyncToExternalSearchIndex> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <IsMappable>1</IsMappable> + <CanModifyAuditSettings>1</CanModifyAuditSettings> + <CanModifyMobileVisibility>1</CanModifyMobileVisibility> + <CanModifyMobileClientVisibility>0</CanModifyMobileClientVisibility> + <CanModifyMobileClientReadOnly>1</CanModifyMobileClientReadOnly> + <CanModifyMobileClientOffline>1</CanModifyMobileClientOffline> + <CanModifyConnectionSettings>1</CanModifyConnectionSettings> + <CanModifyDuplicateDetectionSettings>1</CanModifyDuplicateDetectionSettings> + <CanModifyMailMergeSettings>1</CanModifyMailMergeSettings> + <CanModifyQueueSettings>1</CanModifyQueueSettings> + <CanCreateAttributes>1</CanCreateAttributes> + <CanCreateForms>1</CanCreateForms> + <CanCreateCharts>1</CanCreateCharts> + <CanCreateViews>1</CanCreateViews> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <CanEnableSyncToExternalSearchIndex>1</CanEnableSyncToExternalSearchIndex> + <EnforceStateTransitions>0</EnforceStateTransitions> + <CanChangeHierarchicalRelationship>1</CanChangeHierarchicalRelationship> + <EntityHelpUrlEnabled>0</EntityHelpUrlEnabled> + <ChangeTrackingEnabled>1</ChangeTrackingEnabled> + <CanChangeTrackingBeEnabled>1</CanChangeTrackingBeEnabled> + <IsEnabledForExternalChannels>0</IsEnabledForExternalChannels> + <IsMSTeamsIntegrationEnabled>0</IsMSTeamsIntegrationEnabled> + <IsSolutionAware>0</IsSolutionAware> + </entity> + </EntityInfo> + <FormXml /> + <SavedQueries /> + <RibbonDiffXml /> +</Entity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/FormXml/main/{1f1e2c4e-192e-43b6-a332-e1771dd77d71}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/FormXml/main/{1f1e2c4e-192e-43b6-a332-e1771dd77d71}.xml new file mode 100644 index 00000000..f8bd690c --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/FormXml/main/{1f1e2c4e-192e-43b6-a332-e1771dd77d71}.xml @@ -0,0 +1,213 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{1f1e2c4e-192e-43b6-a332-e1771dd77d71}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{eb423c02-4f3f-47a0-9590-1ee0070a6f97}" name="StageStep3" locklevel="0" expanded="true" visible="false" labelid="{199f112e-e9cc-4c60-97d7-a1797d2d49cd}"> + <labels> + <label description="Qualify" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showbar="false" columns="1" id="{f8d63376-0df9-eb35-9f36-b29f1484d15e}" name="StageStep3_section1" labelid="{d38eb0de-4e99-4c88-8f92-ca0892f4bde1}"> + <labels> + <label description="Qualify" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{599d710f-114d-4fae-92ef-0cd8d7576ce0}" showlabel="true" visible="true" labelid="{edf0b57a-2321-4587-b464-486f333f57e0}"> + <labels> + <label description="Existing Contact?" languagecode="1033" /> + </labels> + <control id="bpf_p365i_prospect_p365i_prospecttoopportunity:p365i_parentcontactfid" classid="{270bd3db-d9af-4782-9025-509e298dec0a}" datafieldname="p365i_parentcontactfid" disabled="false" relationship="bpf_p365i_prospect_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{f90b0a02-f4b2-4ea6-a4b0-eb6fc35f5912}" showlabel="true" visible="true" labelid="{0d21aeea-0cfd-41de-8f7f-d184ac5517b9}"> + <labels> + <label description="Existing Account?" languagecode="1033" /> + </labels> + <control id="bpf_p365i_prospect_p365i_prospecttoopportunity:p365i_parentaccountid" classid="{270bd3db-d9af-4782-9025-509e298dec0a}" datafieldname="p365i_parentaccountid" disabled="false" relationship="bpf_p365i_prospect_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{2d7c451e-c825-4690-9e2e-a9f4bfd4919f}" showlabel="true" visible="true" labelid="{cb78e418-1610-4d4f-9f8e-eeb19262878d}"> + <labels> + <label description="Purchase Timeframe" languagecode="1033" /> + </labels> + <control id="bpf_p365i_prospect_p365i_prospecttoopportunity:p365i_purchasetimeframe" classid="{3ef39988-22bb-4f0b-bbbe-64b5a3748aee}" datafieldname="p365i_purchasetimeframe" disabled="false" relationship="bpf_p365i_prospect_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{687a4ad2-a214-46c1-ad32-d3e867786c94}" showlabel="true" visible="true" labelid="{001cf601-7c3b-4696-acae-9d8ca5211fac}"> + <labels> + <label description="Estimated Budget" languagecode="1033" /> + </labels> + <control id="bpf_p365i_prospect_p365i_prospecttoopportunity:p365i_budgetamount" classid="{533b9e00-756b-4312-95a0-dc888637ac78}" datafieldname="p365i_budgetamount" disabled="false" relationship="bpf_p365i_prospect_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{188a7d81-2caf-4126-a706-aea1863ebe00}" showlabel="true" visible="true" labelid="{2302d3d9-8e1a-4255-a99c-9f4ea0949685}"> + <labels> + <label description="Purchase Process" languagecode="1033" /> + </labels> + <control id="bpf_p365i_prospect_p365i_prospecttoopportunity:p365i_purchaseprocess" classid="{3ef39988-22bb-4f0b-bbbe-64b5a3748aee}" datafieldname="p365i_purchaseprocess" disabled="false" relationship="bpf_p365i_prospect_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{2947c263-47bf-458e-aff4-444957e319b0}" showlabel="true" visible="true" labelid="{888f3fe1-8208-4b67-a288-aa31299a1461}"> + <labels> + <label description="Identify Decision Maker" languagecode="1033" /> + </labels> + <control id="bpf_p365i_prospect_p365i_prospecttoopportunity:p365i_decisionmaker" classid="{67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed}" datafieldname="p365i_decisionmaker" disabled="false" relationship="bpf_p365i_prospect_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{49028f58-2643-4c6f-8f58-40559089e92b}" showlabel="true" visible="true" labelid="{632c80ca-cdf2-4511-8f44-192a9d5de53f}"> + <labels> + <label description="Capture Summary" languagecode="1033" /> + </labels> + <control id="bpf_p365i_prospect_p365i_prospecttoopportunity:p365i_description" classid="{4273edbd-ac1d-40d3-9fb2-095c621b552d}" datafieldname="p365i_description" disabled="false" relationship="bpf_p365i_prospect_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + <tab verticallayout="true" id="{6bd2ca1a-17bd-4e51-88ca-3572f39f22e3}" name="StageStep19" locklevel="0" expanded="true" visible="false" labelid="{42acacd9-66a6-497b-b53e-f264d8b82f61}"> + <labels> + <label description="Develop" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showbar="false" columns="1" id="{05679e11-9ab3-4dad-2534-b2c7a5601874}" name="StageStep19_section1" labelid="{ef5c44ea-b813-44a6-91e1-5def3d7b4340}"> + <labels> + <label description="Develop" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{12e25d18-a209-48b0-83b2-5e9c837d75e2}" showlabel="true" visible="true" labelid="{b6773128-2c7b-43e3-9b2f-8820aa1c61d5}"> + <labels> + <label description="Customer Need" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_prospecttoopportunity:p365i_customerneed" classid="{4273edbd-ac1d-40d3-9fb2-095c621b552d}" datafieldname="p365i_customerneed" disabled="false" relationship="bpf_p365i_opportunity_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{de93b36f-e4d9-474c-a0d9-dcac0452e2a7}" showlabel="true" visible="true" labelid="{171c6ba2-9765-453b-ae99-c8ff16b5b67b}"> + <labels> + <label description="Proposed Solution" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_prospecttoopportunity:p365i_proposedsolution" classid="{4273edbd-ac1d-40d3-9fb2-095c621b552d}" datafieldname="p365i_proposedsolution" disabled="false" relationship="bpf_p365i_opportunity_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + <tab verticallayout="true" id="{a81b0926-fa73-4f6a-806b-dda555fe44f2}" name="StageStep25" locklevel="0" expanded="true" visible="false" labelid="{4fb7d450-cd3b-4043-85e9-d918a7f5ff39}"> + <labels> + <label description="Propose" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showbar="false" columns="1" id="{dfd6b5b3-7304-e3d8-1a9e-9a77bc0799af}" name="StageStep25_section1" labelid="{e18892bb-93c0-4601-b671-ab9384ecd3a2}"> + <labels> + <label description="Propose" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{82b628bf-ffb4-4cb3-b1e7-f889751d384c}" showlabel="true" visible="true" labelid="{8d55832c-d600-410a-8349-6f0d8afde3de}"> + <labels> + <label description="Develop Proposal" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_prospecttoopportunity:p365i_developproposal" classid="{67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed}" datafieldname="p365i_developproposal" disabled="false" relationship="bpf_p365i_opportunity_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{83a576a8-af2b-4b4a-843c-19addc068f19}" showlabel="true" visible="true" labelid="{a537522f-60a6-4960-ade4-3cac51c65ac4}"> + <labels> + <label description="Complete Internal Review" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_prospecttoopportunity:p365i_completeinternalreview" classid="{67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed}" datafieldname="p365i_completeinternalreview" disabled="false" relationship="bpf_p365i_opportunity_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{8c87c9d9-fdf9-4424-813c-04130cda12d6}" showlabel="true" visible="true" labelid="{df55e20e-68fb-4a96-b29e-2479c9a6e9a2}"> + <labels> + <label description="Present Proposal" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_prospecttoopportunity:p365i_presentproposal" classid="{3ef39988-22bb-4f0b-bbbe-64b5a3748aee}" datafieldname="p365i_presentproposal" disabled="false" relationship="bpf_p365i_opportunity_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + <tab verticallayout="true" id="{d8095839-27e5-45ed-928b-698df22f3b3f}" name="StageStep33" locklevel="0" expanded="true" visible="false" labelid="{872f0746-8359-4ee5-9796-692e4941555a}"> + <labels> + <label description="Close" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showbar="false" columns="1" id="{02428a3a-502a-796d-26e1-0b115eb813fc}" name="StageStep33_section1" labelid="{054adb59-48cd-47e9-86fc-59e09678ae9d}"> + <labels> + <label description="Close" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{a0241ddb-64ef-45cd-bba5-bb6c13eff1d5}" showlabel="true" visible="true" labelid="{5797113b-9e42-4973-be55-b22a9f5a2a38}"> + <labels> + <label description="Complete Final Proposal" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_prospecttoopportunity:p365i_completefinalproposal" classid="{67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed}" datafieldname="p365i_completefinalproposal" disabled="false" relationship="bpf_p365i_opportunity_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{fb734acf-9c97-40ac-90de-60f52c620deb}" showlabel="true" visible="true" labelid="{b1dfc94b-d99a-4b6c-a862-9993ef75e59b}"> + <labels> + <label description="Present Final Proposal" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_prospecttoopportunity:p365i_presentfinalproposal" classid="{67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed}" datafieldname="p365i_presentfinalproposal" disabled="false" relationship="bpf_p365i_opportunity_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{a61cd8b8-e18b-4a47-ae1c-f547fe5a95f5}" showlabel="true" visible="true" labelid="{f4c1adf3-e4f3-4b56-abcd-9cb17c63d65d}"> + <labels> + <label description="Confirm Decision Date" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_prospecttoopportunity:p365i_finaldecisiondate" classid="{5b773807-9fb2-42db-97c3-7a91eff8adff}" datafieldname="p365i_finaldecisiondate" disabled="false" relationship="bpf_p365i_opportunity_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/FormXml/main/{1f1e2c4e-192e-43b6-a332-e1771dd77d71}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/FormXml/main/{1f1e2c4e-192e-43b6-a332-e1771dd77d71}_managed.xml new file mode 100644 index 00000000..f8bd690c --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/FormXml/main/{1f1e2c4e-192e-43b6-a332-e1771dd77d71}_managed.xml @@ -0,0 +1,213 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{1f1e2c4e-192e-43b6-a332-e1771dd77d71}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{eb423c02-4f3f-47a0-9590-1ee0070a6f97}" name="StageStep3" locklevel="0" expanded="true" visible="false" labelid="{199f112e-e9cc-4c60-97d7-a1797d2d49cd}"> + <labels> + <label description="Qualify" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showbar="false" columns="1" id="{f8d63376-0df9-eb35-9f36-b29f1484d15e}" name="StageStep3_section1" labelid="{d38eb0de-4e99-4c88-8f92-ca0892f4bde1}"> + <labels> + <label description="Qualify" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{599d710f-114d-4fae-92ef-0cd8d7576ce0}" showlabel="true" visible="true" labelid="{edf0b57a-2321-4587-b464-486f333f57e0}"> + <labels> + <label description="Existing Contact?" languagecode="1033" /> + </labels> + <control id="bpf_p365i_prospect_p365i_prospecttoopportunity:p365i_parentcontactfid" classid="{270bd3db-d9af-4782-9025-509e298dec0a}" datafieldname="p365i_parentcontactfid" disabled="false" relationship="bpf_p365i_prospect_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{f90b0a02-f4b2-4ea6-a4b0-eb6fc35f5912}" showlabel="true" visible="true" labelid="{0d21aeea-0cfd-41de-8f7f-d184ac5517b9}"> + <labels> + <label description="Existing Account?" languagecode="1033" /> + </labels> + <control id="bpf_p365i_prospect_p365i_prospecttoopportunity:p365i_parentaccountid" classid="{270bd3db-d9af-4782-9025-509e298dec0a}" datafieldname="p365i_parentaccountid" disabled="false" relationship="bpf_p365i_prospect_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{2d7c451e-c825-4690-9e2e-a9f4bfd4919f}" showlabel="true" visible="true" labelid="{cb78e418-1610-4d4f-9f8e-eeb19262878d}"> + <labels> + <label description="Purchase Timeframe" languagecode="1033" /> + </labels> + <control id="bpf_p365i_prospect_p365i_prospecttoopportunity:p365i_purchasetimeframe" classid="{3ef39988-22bb-4f0b-bbbe-64b5a3748aee}" datafieldname="p365i_purchasetimeframe" disabled="false" relationship="bpf_p365i_prospect_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{687a4ad2-a214-46c1-ad32-d3e867786c94}" showlabel="true" visible="true" labelid="{001cf601-7c3b-4696-acae-9d8ca5211fac}"> + <labels> + <label description="Estimated Budget" languagecode="1033" /> + </labels> + <control id="bpf_p365i_prospect_p365i_prospecttoopportunity:p365i_budgetamount" classid="{533b9e00-756b-4312-95a0-dc888637ac78}" datafieldname="p365i_budgetamount" disabled="false" relationship="bpf_p365i_prospect_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{188a7d81-2caf-4126-a706-aea1863ebe00}" showlabel="true" visible="true" labelid="{2302d3d9-8e1a-4255-a99c-9f4ea0949685}"> + <labels> + <label description="Purchase Process" languagecode="1033" /> + </labels> + <control id="bpf_p365i_prospect_p365i_prospecttoopportunity:p365i_purchaseprocess" classid="{3ef39988-22bb-4f0b-bbbe-64b5a3748aee}" datafieldname="p365i_purchaseprocess" disabled="false" relationship="bpf_p365i_prospect_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{2947c263-47bf-458e-aff4-444957e319b0}" showlabel="true" visible="true" labelid="{888f3fe1-8208-4b67-a288-aa31299a1461}"> + <labels> + <label description="Identify Decision Maker" languagecode="1033" /> + </labels> + <control id="bpf_p365i_prospect_p365i_prospecttoopportunity:p365i_decisionmaker" classid="{67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed}" datafieldname="p365i_decisionmaker" disabled="false" relationship="bpf_p365i_prospect_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{49028f58-2643-4c6f-8f58-40559089e92b}" showlabel="true" visible="true" labelid="{632c80ca-cdf2-4511-8f44-192a9d5de53f}"> + <labels> + <label description="Capture Summary" languagecode="1033" /> + </labels> + <control id="bpf_p365i_prospect_p365i_prospecttoopportunity:p365i_description" classid="{4273edbd-ac1d-40d3-9fb2-095c621b552d}" datafieldname="p365i_description" disabled="false" relationship="bpf_p365i_prospect_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + <tab verticallayout="true" id="{6bd2ca1a-17bd-4e51-88ca-3572f39f22e3}" name="StageStep19" locklevel="0" expanded="true" visible="false" labelid="{42acacd9-66a6-497b-b53e-f264d8b82f61}"> + <labels> + <label description="Develop" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showbar="false" columns="1" id="{05679e11-9ab3-4dad-2534-b2c7a5601874}" name="StageStep19_section1" labelid="{ef5c44ea-b813-44a6-91e1-5def3d7b4340}"> + <labels> + <label description="Develop" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{12e25d18-a209-48b0-83b2-5e9c837d75e2}" showlabel="true" visible="true" labelid="{b6773128-2c7b-43e3-9b2f-8820aa1c61d5}"> + <labels> + <label description="Customer Need" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_prospecttoopportunity:p365i_customerneed" classid="{4273edbd-ac1d-40d3-9fb2-095c621b552d}" datafieldname="p365i_customerneed" disabled="false" relationship="bpf_p365i_opportunity_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{de93b36f-e4d9-474c-a0d9-dcac0452e2a7}" showlabel="true" visible="true" labelid="{171c6ba2-9765-453b-ae99-c8ff16b5b67b}"> + <labels> + <label description="Proposed Solution" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_prospecttoopportunity:p365i_proposedsolution" classid="{4273edbd-ac1d-40d3-9fb2-095c621b552d}" datafieldname="p365i_proposedsolution" disabled="false" relationship="bpf_p365i_opportunity_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + <tab verticallayout="true" id="{a81b0926-fa73-4f6a-806b-dda555fe44f2}" name="StageStep25" locklevel="0" expanded="true" visible="false" labelid="{4fb7d450-cd3b-4043-85e9-d918a7f5ff39}"> + <labels> + <label description="Propose" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showbar="false" columns="1" id="{dfd6b5b3-7304-e3d8-1a9e-9a77bc0799af}" name="StageStep25_section1" labelid="{e18892bb-93c0-4601-b671-ab9384ecd3a2}"> + <labels> + <label description="Propose" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{82b628bf-ffb4-4cb3-b1e7-f889751d384c}" showlabel="true" visible="true" labelid="{8d55832c-d600-410a-8349-6f0d8afde3de}"> + <labels> + <label description="Develop Proposal" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_prospecttoopportunity:p365i_developproposal" classid="{67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed}" datafieldname="p365i_developproposal" disabled="false" relationship="bpf_p365i_opportunity_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{83a576a8-af2b-4b4a-843c-19addc068f19}" showlabel="true" visible="true" labelid="{a537522f-60a6-4960-ade4-3cac51c65ac4}"> + <labels> + <label description="Complete Internal Review" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_prospecttoopportunity:p365i_completeinternalreview" classid="{67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed}" datafieldname="p365i_completeinternalreview" disabled="false" relationship="bpf_p365i_opportunity_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{8c87c9d9-fdf9-4424-813c-04130cda12d6}" showlabel="true" visible="true" labelid="{df55e20e-68fb-4a96-b29e-2479c9a6e9a2}"> + <labels> + <label description="Present Proposal" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_prospecttoopportunity:p365i_presentproposal" classid="{3ef39988-22bb-4f0b-bbbe-64b5a3748aee}" datafieldname="p365i_presentproposal" disabled="false" relationship="bpf_p365i_opportunity_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + <tab verticallayout="true" id="{d8095839-27e5-45ed-928b-698df22f3b3f}" name="StageStep33" locklevel="0" expanded="true" visible="false" labelid="{872f0746-8359-4ee5-9796-692e4941555a}"> + <labels> + <label description="Close" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showbar="false" columns="1" id="{02428a3a-502a-796d-26e1-0b115eb813fc}" name="StageStep33_section1" labelid="{054adb59-48cd-47e9-86fc-59e09678ae9d}"> + <labels> + <label description="Close" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{a0241ddb-64ef-45cd-bba5-bb6c13eff1d5}" showlabel="true" visible="true" labelid="{5797113b-9e42-4973-be55-b22a9f5a2a38}"> + <labels> + <label description="Complete Final Proposal" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_prospecttoopportunity:p365i_completefinalproposal" classid="{67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed}" datafieldname="p365i_completefinalproposal" disabled="false" relationship="bpf_p365i_opportunity_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{fb734acf-9c97-40ac-90de-60f52c620deb}" showlabel="true" visible="true" labelid="{b1dfc94b-d99a-4b6c-a862-9993ef75e59b}"> + <labels> + <label description="Present Final Proposal" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_prospecttoopportunity:p365i_presentfinalproposal" classid="{67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed}" datafieldname="p365i_presentfinalproposal" disabled="false" relationship="bpf_p365i_opportunity_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{a61cd8b8-e18b-4a47-ae1c-f547fe5a95f5}" showlabel="true" visible="true" labelid="{f4c1adf3-e4f3-4b56-abcd-9cb17c63d65d}"> + <labels> + <label description="Confirm Decision Date" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_prospecttoopportunity:p365i_finaldecisiondate" classid="{5b773807-9fb2-42db-97c3-7a91eff8adff}" datafieldname="p365i_finaldecisiondate" disabled="false" relationship="bpf_p365i_opportunity_p365i_prospecttoopportunity" isrequired="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/Formulas/p365i_prospecttoopportunity-bpf_duration.xaml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/Formulas/p365i_prospecttoopportunity-bpf_duration.xaml new file mode 100644 index 00000000..6720d1bd --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/Formulas/p365i_prospecttoopportunity-bpf_duration.xaml @@ -0,0 +1,117 @@ +<Activity x:Class="XrmWorkflow00000000000000000000000000000000" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mcwc="clr-namespace:Microsoft.Crm.Workflow.ClientActivities;assembly=Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxs="clr-namespace:Microsoft.Xrm.Sdk;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxswa="clr-namespace:Microsoft.Xrm.Sdk.Workflow.Activities;assembly=Microsoft.Xrm.Sdk.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:s="clr-namespace:System;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:srs="clr-namespace:System.Runtime.Serialization;assembly=System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:this="clr-namespace:" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> + <x:Members> + <x:Property Name="InputEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + <x:Property Name="CreatedEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + </x:Members> + <this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <mva:VisualBasic.Settings>Assembly references and imported namespaces for internal implementation</mva:VisualBasic.Settings> + <mxswa:Workflow> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionSequence, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionStep1"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Wait">False</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables"> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="True" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_1" /> + </sco:Collection> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Boolean, "true" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Boolean" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[ConditionBranchStep2_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[True]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep4"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_1" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_2" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_3" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_4" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_5" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_prospecttoopportunity")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="createdon" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_prospecttoopportunity" Value="[SetAttributeValueStep4_3]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Int32" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_3 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Int32" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="completedon" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_prospecttoopportunity" Value="[SetAttributeValueStep4_5]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Int32" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_5 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Int32" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_4]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">DiffInMinutes</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_2, SetAttributeValueStep4_4 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Int32" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="bpf_duration" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_prospecttoopportunity" Value="[SetAttributeValueStep4_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Int32" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep4" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_prospecttoopportunity" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </mxswa:Workflow> +</Activity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/RibbonDiff.xml new file mode 100644 index 00000000..6b56f485 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/RibbonDiff.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<RibbonDiffXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <CustomActions /> + <Templates> + <RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates> + </Templates> + <CommandDefinitions /> + <RuleDefinitions> + <TabDisplayRules /> + <DisplayRules /> + <EnableRules /> + </RuleDefinitions> + <LocLabels /> +</RibbonDiffXml> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{05388c67-4cf8-467b-92cf-75f2c065daf6}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{05388c67-4cf8-467b-92cf-75f2c065daf6}.xml new file mode 100644 index 00000000..9dde3d5b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{05388c67-4cf8-467b-92cf-75f2c065daf6}.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{05388c67-4cf8-467b-92cf-75f2c065daf6}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="bpf_name" select="1" icon="1" preview="1"> + <row name="result" id="businessprocessflowinstanceid"> + <cell name="bpf_p365i_prospectid" width="300" /> + <cell name="activestageid" width="150" /> + <cell name="statuscode" width="150" /> + <cell name="createdon" width="150" /> + <cell name="processid" width="300" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_prospecttoopportunity"> + <attribute name="businessprocessflowinstanceid" /> + <attribute name="bpf_name" /> + <attribute name="createdon" /> + <attribute name="bpf_p365i_prospectid" /> + <attribute name="activestageid" /> + <attribute name="statecode" /> + <attribute name="statuscode" /> + <attribute name="createdby" /> + <attribute name="processid" /> + <order attribute="bpf_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <link-entity name="p365i_prospect" from="p365i_prospectid" to="bpf_p365i_prospectid" alias="bpfPrimaryEntity"> + <filter type="and"> + <condition attribute="ownerid" operator="eq-userid" /> + </filter> + </link-entity> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Active Prospect to Opportunity on my Prospects" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{2253db56-9656-46b4-ace2-b0b0ace000ba}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{2253db56-9656-46b4-ace2-b0b0ace000ba}.xml new file mode 100644 index 00000000..45ec357d --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{2253db56-9656-46b4-ace2-b0b0ace000ba}.xml @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{2253db56-9656-46b4-ace2-b0b0ace000ba}</savedqueryid> + <layoutxml> + <grid name="p365i_prospecttoopportunities" jump="bpf_name" select="1" icon="1" preview="1"> + <row name="p365i_prospecttoopportunity" id="businessprocessflowinstanceid"> + <cell name="bpf_p365i_prospectid" width="300" /> + <cell name="activestageid" width="150" /> + <cell name="statuscode" width="150" /> + <cell name="createdon" width="150" /> + <cell name="processid" width="300" /> + </row> + </grid> + </layoutxml> + <querytype>2</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_prospecttoopportunity"> + <attribute name="businessprocessflowinstanceid" /> + <attribute name="bpf_name" /> + <attribute name="createdon" /> + <attribute name="bpf_p365i_prospectid" /> + <attribute name="activestageid" /> + <attribute name="statecode" /> + <attribute name="statuscode" /> + <attribute name="createdby" /> + <attribute name="processid" /> + <order attribute="bpf_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Prospect to Opportunity Associated View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{3864f80c-416e-4e2f-8fe8-6b631dcc91c8}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{3864f80c-416e-4e2f-8fe8-6b631dcc91c8}.xml new file mode 100644 index 00000000..43cc4b08 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{3864f80c-416e-4e2f-8fe8-6b631dcc91c8}.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>1</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{3864f80c-416e-4e2f-8fe8-6b631dcc91c8}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="bpf_name" select="1" icon="1" preview="1"> + <row name="result" id="businessprocessflowinstanceid"> + <cell name="bpf_p365i_prospectid" width="300" /> + <cell name="activestageid" width="150" /> + <cell name="statuscode" width="150" /> + <cell name="createdon" width="150" /> + <cell name="processid" width="300" /> + </row> + </grid> + </layoutxml> + <querytype>4</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_prospecttoopportunity"> + <attribute name="businessprocessflowinstanceid" /> + <attribute name="bpf_name" /> + <attribute name="createdon" /> + <attribute name="bpf_p365i_prospectid" /> + <attribute name="activestageid" /> + <attribute name="statecode" /> + <attribute name="statuscode" /> + <attribute name="createdby" /> + <attribute name="processid" /> + <order attribute="bpf_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <filter type="or" isquickfindfields="1"> + <condition attribute="bpf_name" operator="like" value="{0}" /> + <condition attribute="bpf_p365i_prospectid" operator="like" value="{0}" /> + <condition attribute="activestageid" operator="like" value="{0}" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quick Find Active Prospect to Opportunity" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{3eb76e84-5420-4ad7-9ac1-42b6424f10d2}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{3eb76e84-5420-4ad7-9ac1-42b6424f10d2}.xml new file mode 100644 index 00000000..2bc2fca2 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{3eb76e84-5420-4ad7-9ac1-42b6424f10d2}.xml @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{3eb76e84-5420-4ad7-9ac1-42b6424f10d2}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="bpf_name" select="1" icon="1" preview="1"> + <row name="result" id="businessprocessflowinstanceid"> + <cell name="bpf_p365i_prospectid" width="300" /> + <cell name="activestageid" width="150" /> + <cell name="statuscode" width="150" /> + <cell name="createdon" width="150" /> + <cell name="bpf_duration" width="150" /> + <cell name="processid" width="300" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_prospecttoopportunity"> + <attribute name="businessprocessflowinstanceid" /> + <attribute name="bpf_name" /> + <attribute name="createdon" /> + <attribute name="bpf_p365i_prospectid" /> + <attribute name="activestageid" /> + <attribute name="statecode" /> + <attribute name="statuscode" /> + <attribute name="createdby" /> + <attribute name="bpf_duration" /> + <attribute name="processid" /> + <order attribute="bpf_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="1" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Inactive Prospect to Opportunity" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{42486e66-26e9-4687-aa0c-1b29692d5632}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{42486e66-26e9-4687-aa0c-1b29692d5632}.xml new file mode 100644 index 00000000..a6044272 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{42486e66-26e9-4687-aa0c-1b29692d5632}.xml @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{42486e66-26e9-4687-aa0c-1b29692d5632}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="bpf_name" select="1" icon="1" preview="1"> + <row name="result" id="businessprocessflowinstanceid"> + <cell name="bpf_p365i_prospectid" width="300" /> + <cell name="activestageid" width="150" /> + <cell name="statuscode" width="150" /> + <cell name="createdon" width="150" /> + <cell name="processid" width="300" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_prospecttoopportunity"> + <attribute name="businessprocessflowinstanceid" /> + <attribute name="bpf_name" /> + <attribute name="createdon" /> + <attribute name="bpf_p365i_prospectid" /> + <attribute name="activestageid" /> + <attribute name="statecode" /> + <attribute name="statuscode" /> + <attribute name="createdby" /> + <attribute name="processid" /> + <order attribute="bpf_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Active Prospect to Opportunity" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{51d78d5f-726b-ee11-9ae7-00224840d636}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{51d78d5f-726b-ee11-9ae7-00224840d636}.xml new file mode 100644 index 00000000..bfaebb3e --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{51d78d5f-726b-ee11-9ae7-00224840d636}.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{51d78d5f-726b-ee11-9ae7-00224840d636}</savedqueryid> + <querytype>8192</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical" output-format="xml-platform"> + <entity name="p365i_prospecttoopportunity"> + <attribute name="businessprocessflowinstanceid" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Prospect to Opportunity" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="All active Prospect to Opportunity" languagecode="1033" /> + </Descriptions> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{7b18477c-cdae-4979-91ed-b42fe238acc7}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{7b18477c-cdae-4979-91ed-b42fe238acc7}.xml new file mode 100644 index 00000000..f904b160 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{7b18477c-cdae-4979-91ed-b42fe238acc7}.xml @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{7b18477c-cdae-4979-91ed-b42fe238acc7}</savedqueryid> + <layoutxml> + <grid name="p365i_prospecttoopportunities" jump="bpf_name" select="1" icon="1" preview="0"> + <row name="p365i_prospecttoopportunity" id="businessprocessflowinstanceid"> + <cell name="bpf_p365i_prospectid" width="300" /> + <cell name="activestageid" width="150" /> + <cell name="statuscode" width="150" /> + <cell name="createdon" width="150" /> + <cell name="processid" width="300" /> + </row> + </grid> + </layoutxml> + <querytype>64</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_prospecttoopportunity"> + <attribute name="businessprocessflowinstanceid" /> + <attribute name="bpf_name" /> + <attribute name="createdon" /> + <attribute name="bpf_p365i_prospectid" /> + <attribute name="activestageid" /> + <attribute name="statecode" /> + <attribute name="statuscode" /> + <attribute name="createdby" /> + <attribute name="processid" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Prospect to Opportunity Lookup View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{e30e7103-4903-4895-91cb-db8aafe38590}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{e30e7103-4903-4895-91cb-db8aafe38590}.xml new file mode 100644 index 00000000..b42c8120 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{e30e7103-4903-4895-91cb-db8aafe38590}.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{e30e7103-4903-4895-91cb-db8aafe38590}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="bpf_name" select="1" icon="1" preview="1"> + <row name="result" id="businessprocessflowinstanceid"> + <cell name="bpf_p365i_prospectid" width="300" /> + <cell name="activestageid" width="150" /> + <cell name="statuscode" width="150" /> + <cell name="createdon" width="150" /> + <cell name="processid" width="300" /> + </row> + </grid> + </layoutxml> + <querytype>1</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_prospecttoopportunity"> + <attribute name="businessprocessflowinstanceid" /> + <attribute name="bpf_name" /> + <attribute name="createdon" /> + <attribute name="bpf_p365i_prospectid" /> + <attribute name="activestageid" /> + <attribute name="statecode" /> + <attribute name="statuscode" /> + <attribute name="createdby" /> + <attribute name="processid" /> + <order attribute="bpf_name" descending="false" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Prospect to Opportunity Advanced Find View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{ed1e2aab-aeb6-4dd4-a2f8-223266f28179}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{ed1e2aab-aeb6-4dd4-a2f8-223266f28179}.xml new file mode 100644 index 00000000..b4630f47 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{ed1e2aab-aeb6-4dd4-a2f8-223266f28179}.xml @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{ed1e2aab-aeb6-4dd4-a2f8-223266f28179}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="bpf_name" select="1" icon="1" preview="1"> + <row name="result" id="businessprocessflowinstanceid"> + <cell name="bpf_p365i_prospectid" width="300" /> + <cell name="activestageid" width="150" /> + <cell name="statuscode" width="150" /> + <cell name="createdon" width="150" /> + <cell name="bpf_duration" width="150" /> + <cell name="processid" width="300" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_prospecttoopportunity"> + <attribute name="businessprocessflowinstanceid" /> + <attribute name="bpf_name" /> + <attribute name="createdon" /> + <attribute name="bpf_p365i_prospectid" /> + <attribute name="activestageid" /> + <attribute name="statecode" /> + <attribute name="statuscode" /> + <attribute name="createdby" /> + <attribute name="bpf_duration" /> + <attribute name="processid" /> + <order attribute="bpf_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="1" /> + </filter> + <link-entity name="p365i_prospect" from="p365i_prospectid" to="bpf_p365i_prospectid" alias="bpfPrimaryEntity"> + <filter type="and"> + <condition attribute="ownerid" operator="eq-userid" /> + </filter> + </link-entity> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Inactive Prospect to Opportunity on my Prospects" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{fc21f2cd-a1a2-4420-8eed-be4a51c3f0a8}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{fc21f2cd-a1a2-4420-8eed-be4a51c3f0a8}.xml new file mode 100644 index 00000000..db765a07 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_prospecttoopportunity/SavedQueries/{fc21f2cd-a1a2-4420-8eed-be4a51c3f0a8}.xml @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{fc21f2cd-a1a2-4420-8eed-be4a51c3f0a8}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="bpf_name" select="1" icon="1" preview="1"> + <row name="result" id="businessprocessflowinstanceid"> + <cell name="bpf_p365i_prospectid" width="300" /> + <cell name="activestageid" width="150" /> + <cell name="statuscode" width="150" /> + <cell name="createdon" width="150" /> + <cell name="processid" width="300" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_prospecttoopportunity"> + <attribute name="businessprocessflowinstanceid" /> + <attribute name="bpf_name" /> + <attribute name="createdon" /> + <attribute name="bpf_p365i_prospectid" /> + <attribute name="activestageid" /> + <attribute name="statecode" /> + <attribute name="statuscode" /> + <attribute name="createdby" /> + <attribute name="processid" /> + <order attribute="bpf_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="not-null" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="All Prospect to Opportunity" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/Entity.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/Entity.xml new file mode 100644 index 00000000..ec4d4afb --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/Entity.xml @@ -0,0 +1,994 @@ +<?xml version="1.0" encoding="utf-8"?> +<Entity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Name LocalizedName="Sales Process" OriginalName="Sales Process">p365i_salesprocess</Name> + <EntityInfo> + <entity Name="p365i_salesprocess"> + <LocalizedNames> + <LocalizedName description="Sales Process" languagecode="1033" /> + </LocalizedNames> + <LocalizedCollectionNames> + <LocalizedCollectionName description="Sales Process" languagecode="1033" /> + </LocalizedCollectionNames> + <Descriptions> + <Description description="Base entity for process Sales Process" languagecode="1033" /> + </Descriptions> + <attributes> + <attribute PhysicalName="ActiveStageId"> + <Type>lookup</Type> + <Name>activestageid</Name> + <LogicalName>activestageid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Active Stage" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the active stage for the Business Process Flow instance." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ActiveStageStartedOn"> + <Type>datetime</Type> + <Name>activestagestartedon</Name> + <LogicalName>activestagestartedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <CanChangeDateTimeBehavior>1</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Active Stage Started On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when current active stage is started" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="bpf_Duration"> + <Type>int</Type> + <Name>bpf_duration</Name> + <LogicalName>bpf_duration</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>1</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>duration</Format> + <MinValue>0</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Duration" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Duration of Business Process Flow" languagecode="1033" /> + </Descriptions> + <FormulaDefinitionFileName>/Formulas/p365i_salesprocess-bpf_duration.xaml</FormulaDefinitionFileName> + </attribute> + <attribute PhysicalName="bpf_name"> + <Type>nvarchar</Type> + <Name>bpf_name</Name> + <LogicalName>bpf_name</LogicalName> + <RequiredLevel>required</RequiredLevel> + <DisplayMask>PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>1</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>100</MaxLength> + <Length>200</Length> + <displaynames> + <displayname description="Name" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Description" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="bpf_p365i_opportunityid"> + <Type>lookup</Type> + <Name>bpf_p365i_opportunityid</Name> + <LogicalName>bpf_p365i_opportunityid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>1</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="P365i_Opportunity" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="BusinessProcessFlowInstanceId"> + <Type>primarykey</Type> + <Name>businessprocessflowinstanceid</Name> + <LogicalName>businessprocessflowinstanceid</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|RequiredForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>0</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <displaynames> + <displayname description="Sales Process" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for entity instances" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CompletedOn"> + <Type>datetime</Type> + <Name>completedon</Name> + <LogicalName>completedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <CanChangeDateTimeBehavior>1</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Completed On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when Business Process Flow instance is completed." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedBy"> + <Type>lookup</Type> + <Name>createdby</Name> + <LogicalName>createdby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOn"> + <Type>datetime</Type> + <Name>createdon</Name> + <LogicalName>createdon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="CreatedOnBehalfBy"> + <Type>lookup</Type> + <Name>createdonbehalfby</Name> + <LogicalName>createdonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Created By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who created the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ImportSequenceNumber"> + <Type>int</Type> + <Name>importsequencenumber</Name> + <LogicalName>importsequencenumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind</DisplayMask> + <ImeMode>disabled</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-2147483648</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Import Sequence Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Sequence number of the import that created this record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedBy"> + <Type>lookup</Type> + <Name>modifiedby</Name> + <LogicalName>modifiedby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOn"> + <Type>datetime</Type> + <Name>modifiedon</Name> + <LogicalName>modifiedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>1</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>datetime</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Modified On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time when the record was modified." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ModifiedOnBehalfBy"> + <Type>lookup</Type> + <Name>modifiedonbehalfby</Name> + <LogicalName>modifiedonbehalfby</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Modified By (Delegate)" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the delegate user who modified the record." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OrganizationId"> + <Type>lookup</Type> + <Name>organizationid</Name> + <LogicalName>organizationid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupTypes /> + <displaynames> + <displayname description="Organization Id" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier for the organization" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="OverriddenCreatedOn"> + <Type>datetime</Type> + <Name>overriddencreatedon</Name> + <LogicalName>overriddencreatedon</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForGrid</DisplayMask> + <ImeMode>inactive</ImeMode> + <ValidForUpdateApi>0</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>date</Format> + <CanChangeDateTimeBehavior>0</CanChangeDateTimeBehavior> + <Behavior>1</Behavior> + <displaynames> + <displayname description="Record Created On" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Date and time that the record was migrated." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="ProcessId"> + <Type>lookup</Type> + <Name>processid</Name> + <LogicalName>processid</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <LookupStyle>single</LookupStyle> + <LookupTypes /> + <displaynames> + <displayname description="Process" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Unique identifier of the workflow associated to the Business Process Flow instance." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statecode"> + <Type>state</Type> + <Name>statecode</Name> + <LogicalName>statecode</LogicalName> + <RequiredLevel>systemrequired</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>0</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>1</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_salesprocess_statecode"> + <OptionSetType>state</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Sales Process" languagecode="1033" /> + </Descriptions> + <states> + <state value="0" defaultstatus="1" invariantname="Active"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </state> + <state value="1" defaultstatus="2" invariantname="Inactive"> + <labels> + <label description="Inactive" languagecode="1033" /> + </labels> + </state> + </states> + </optionset> + <displaynames> + <displayname description="Status" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Status of the Sales Process" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="statuscode"> + <Type>status</Type> + <Name>statuscode</Name> + <LogicalName>statuscode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <optionset Name="p365i_salesprocess_statuscode"> + <OptionSetType>status</OptionSetType> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Sales Process" languagecode="1033" /> + </Descriptions> + <statuses> + <status value="1" state="0"> + <labels> + <label description="Active" languagecode="1033" /> + </labels> + </status> + <status value="2" state="1"> + <labels> + <label description="Finished" languagecode="1033" /> + </labels> + </status> + <status value="3" state="1"> + <labels> + <label description="Aborted" languagecode="1033" /> + </labels> + </status> + </statuses> + </optionset> + <displaynames> + <displayname description="Status Reason" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Reason for the status of the Sales Process" languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TimeZoneRuleVersionNumber"> + <Type>int</Type> + <Name>timezoneruleversionnumber</Name> + <LogicalName>timezoneruleversionnumber</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="Time Zone Rule Version Number" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="For internal use only." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="TraversedPath"> + <Type>nvarchar</Type> + <Name>traversedpath</Name> + <LogicalName>traversedpath</LogicalName> + <RequiredLevel>none</RequiredLevel> + <DisplayMask>ValidForAdvancedFind|ValidForForm|ValidForGrid</DisplayMask> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>1</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format>text</Format> + <MaxLength>1250</MaxLength> + <Length>2500</Length> + <displaynames> + <displayname description="Traversed Path" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Comma delimited string of process stage ids that represent visited stages of the Business Process Flow instance." languagecode="1033" /> + </Descriptions> + </attribute> + <attribute PhysicalName="UTCConversionTimeZoneCode"> + <Type>int</Type> + <Name>utcconversiontimezonecode</Name> + <LogicalName>utcconversiontimezonecode</LogicalName> + <RequiredLevel>none</RequiredLevel> + <ImeMode>auto</ImeMode> + <ValidForUpdateApi>1</ValidForUpdateApi> + <ValidForReadApi>1</ValidForReadApi> + <ValidForCreateApi>1</ValidForCreateApi> + <IsCustomField>0</IsCustomField> + <IsAuditEnabled>0</IsAuditEnabled> + <IsSecured>0</IsSecured> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <CanModifySearchSettings>1</CanModifySearchSettings> + <CanModifyRequirementLevelSettings>1</CanModifyRequirementLevelSettings> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <SourceType>0</SourceType> + <IsGlobalFilterEnabled>0</IsGlobalFilterEnabled> + <IsSortableEnabled>0</IsSortableEnabled> + <CanModifyGlobalFilterSettings>1</CanModifyGlobalFilterSettings> + <CanModifyIsSortableSettings>1</CanModifyIsSortableSettings> + <IsDataSourceSecret>0</IsDataSourceSecret> + <AutoNumberFormat></AutoNumberFormat> + <IsSearchable>0</IsSearchable> + <IsFilterable>0</IsFilterable> + <IsRetrievable>0</IsRetrievable> + <IsLocalizable>0</IsLocalizable> + <Format></Format> + <MinValue>-1</MinValue> + <MaxValue>2147483647</MaxValue> + <displaynames> + <displayname description="UTC Conversion Time Zone Code" languagecode="1033" /> + </displaynames> + <Descriptions> + <Description description="Time zone code that was in use when the record was created." languagecode="1033" /> + </Descriptions> + </attribute> + </attributes> + <EntitySetName>p365i_salesprocesses</EntitySetName> + <IsDuplicateCheckSupported>0</IsDuplicateCheckSupported> + <IsBusinessProcessEnabled>0</IsBusinessProcessEnabled> + <IsRequiredOffline>0</IsRequiredOffline> + <IsInteractionCentricEnabled>0</IsInteractionCentricEnabled> + <IsCollaboration>0</IsCollaboration> + <AutoRouteToOwnerQueue>0</AutoRouteToOwnerQueue> + <IsConnectionsEnabled>0</IsConnectionsEnabled> + <IsDocumentManagementEnabled>0</IsDocumentManagementEnabled> + <AutoCreateAccessTeams>0</AutoCreateAccessTeams> + <IsOneNoteIntegrationEnabled>0</IsOneNoteIntegrationEnabled> + <IsKnowledgeManagementEnabled>0</IsKnowledgeManagementEnabled> + <IsSLAEnabled>0</IsSLAEnabled> + <IsDocumentRecommendationsEnabled>0</IsDocumentRecommendationsEnabled> + <IsBPFEntity>1</IsBPFEntity> + <OwnershipTypeMask>OrgOwned</OwnershipTypeMask> + <IsAuditEnabled>0</IsAuditEnabled> + <IsRetrieveAuditEnabled>0</IsRetrieveAuditEnabled> + <IsRetrieveMultipleAuditEnabled>0</IsRetrieveMultipleAuditEnabled> + <IsActivity>0</IsActivity> + <ActivityTypeMask></ActivityTypeMask> + <IsActivityParty>0</IsActivityParty> + <IsReplicated>1</IsReplicated> + <IsReplicationUserFiltered>0</IsReplicationUserFiltered> + <IsMailMergeEnabled>0</IsMailMergeEnabled> + <IsVisibleInMobile>0</IsVisibleInMobile> + <IsVisibleInMobileClient>1</IsVisibleInMobileClient> + <IsReadOnlyInMobileClient>0</IsReadOnlyInMobileClient> + <IsOfflineInMobileClient>1</IsOfflineInMobileClient> + <DaysSinceRecordLastModified>0</DaysSinceRecordLastModified> + <MobileOfflineFilters></MobileOfflineFilters> + <IsMapiGridEnabled>0</IsMapiGridEnabled> + <IsReadingPaneEnabled>0</IsReadingPaneEnabled> + <IsQuickCreateEnabled>0</IsQuickCreateEnabled> + <SyncToExternalSearchIndex>0</SyncToExternalSearchIndex> + <IntroducedVersion>1.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <IsRenameable>1</IsRenameable> + <IsMappable>1</IsMappable> + <CanModifyAuditSettings>1</CanModifyAuditSettings> + <CanModifyMobileVisibility>1</CanModifyMobileVisibility> + <CanModifyMobileClientVisibility>0</CanModifyMobileClientVisibility> + <CanModifyMobileClientReadOnly>1</CanModifyMobileClientReadOnly> + <CanModifyMobileClientOffline>1</CanModifyMobileClientOffline> + <CanModifyConnectionSettings>1</CanModifyConnectionSettings> + <CanModifyDuplicateDetectionSettings>1</CanModifyDuplicateDetectionSettings> + <CanModifyMailMergeSettings>1</CanModifyMailMergeSettings> + <CanModifyQueueSettings>1</CanModifyQueueSettings> + <CanCreateAttributes>1</CanCreateAttributes> + <CanCreateForms>1</CanCreateForms> + <CanCreateCharts>1</CanCreateCharts> + <CanCreateViews>1</CanCreateViews> + <CanModifyAdditionalSettings>1</CanModifyAdditionalSettings> + <CanEnableSyncToExternalSearchIndex>1</CanEnableSyncToExternalSearchIndex> + <EnforceStateTransitions>0</EnforceStateTransitions> + <CanChangeHierarchicalRelationship>1</CanChangeHierarchicalRelationship> + <EntityHelpUrlEnabled>0</EntityHelpUrlEnabled> + <ChangeTrackingEnabled>1</ChangeTrackingEnabled> + <CanChangeTrackingBeEnabled>1</CanChangeTrackingBeEnabled> + <IsEnabledForExternalChannels>0</IsEnabledForExternalChannels> + <IsMSTeamsIntegrationEnabled>0</IsMSTeamsIntegrationEnabled> + <IsSolutionAware>0</IsSolutionAware> + </entity> + </EntityInfo> + <FormXml /> + <SavedQueries /> + <RibbonDiffXml /> +</Entity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/FormXml/main/{cee0b2a6-39f3-4af1-917e-07fc088ca7e5}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/FormXml/main/{cee0b2a6-39f3-4af1-917e-07fc088ca7e5}.xml new file mode 100644 index 00000000..3d132e91 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/FormXml/main/{cee0b2a6-39f3-4af1-917e-07fc088ca7e5}.xml @@ -0,0 +1,213 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{cee0b2a6-39f3-4af1-917e-07fc088ca7e5}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{f8b7958f-c670-4e34-9e75-ecd973ae9de8}" name="StageStep3" locklevel="0" expanded="true" visible="false" labelid="{9e935ac9-4d2d-415f-acd6-d06a1174bb9d}"> + <labels> + <label description="Qualify" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showbar="false" columns="1" id="{8ce3efed-f647-c2a4-9f7c-d1115116aaab}" name="StageStep3_section1" labelid="{330dde32-bcc4-46bc-a97d-87e671e53400}"> + <labels> + <label description="Qualify" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{065f376a-e14b-42aa-b4f6-c6ce19331d31}" showlabel="true" visible="true" labelid="{b2997bb9-ba3b-4a58-8eba-c102e8b41205}"> + <labels> + <label description="Identify contact" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_parentcontactid" classid="{270bd3db-d9af-4782-9025-509e298dec0a}" datafieldname="p365i_parentcontactid" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{80a4d863-d40f-421b-99ac-10f2c1f0c442}" showlabel="true" visible="true" labelid="{acaf0fc3-1077-4787-9ee4-cb3e4f2f0fd9}"> + <labels> + <label description="Identify account" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_parentaccountid" classid="{270bd3db-d9af-4782-9025-509e298dec0a}" datafieldname="p365i_parentaccountid" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{8b2015cd-f40f-4fe6-a24c-9e92c7a6176a}" showlabel="true" visible="true" labelid="{35aebcc1-280e-43a9-8a55-92067d9bf6c7}"> + <labels> + <label description="Purchase Timeframe" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_purchasetimeframe" classid="{3ef39988-22bb-4f0b-bbbe-64b5a3748aee}" datafieldname="p365i_purchasetimeframe" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{d89e519a-ce0a-4ece-b825-0d706726023f}" showlabel="true" visible="true" labelid="{21887e6a-4478-4208-ab5a-33b1a5afdd52}"> + <labels> + <label description="Estimated Budget" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_budgetamount" classid="{533b9e00-756b-4312-95a0-dc888637ac78}" datafieldname="p365i_budgetamount" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{f20385cb-4791-46b0-a3e4-ee411e95c862}" showlabel="true" visible="true" labelid="{83062b87-da6c-40b5-ac87-6cccf0cf4a05}"> + <labels> + <label description="Purchase Process" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_purchaseprocess" classid="{3ef39988-22bb-4f0b-bbbe-64b5a3748aee}" datafieldname="p365i_purchaseprocess" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{d1860c65-0c08-4255-96e3-6e4c1e50966f}" showlabel="true" visible="true" labelid="{bc10bff6-6c10-429a-864b-0b824ccfc2b9}"> + <labels> + <label description="Identify Decision Maker" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_decisionmaker" classid="{67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed}" datafieldname="p365i_decisionmaker" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{a16d4311-9d3b-49d0-ae1d-a5c71dced0ab}" showlabel="true" visible="true" labelid="{d0120066-3c72-4a7b-95c7-c55cc96bcc51}"> + <labels> + <label description="Capture summary" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_description" classid="{4273edbd-ac1d-40d3-9fb2-095c621b552d}" datafieldname="p365i_description" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + <tab verticallayout="true" id="{2da31082-9d49-4938-86a4-8a05d7c34abb}" name="StageStep19" locklevel="0" expanded="true" visible="false" labelid="{71dc9c17-68ca-4f26-a931-07afe28f404e}"> + <labels> + <label description="Develop" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showbar="false" columns="1" id="{5570df37-5ad7-412b-30ed-0fb73e7f4e11}" name="StageStep19_section1" labelid="{aa27952e-2346-4793-9be7-7b5f300170f1}"> + <labels> + <label description="Develop" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{878ba4ff-5337-4ae1-856e-f2b7ab197832}" showlabel="true" visible="true" labelid="{624857e3-deb5-472b-b9f0-e199b11c950e}"> + <labels> + <label description="Customer Need" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_customerneed" classid="{4273edbd-ac1d-40d3-9fb2-095c621b552d}" datafieldname="p365i_customerneed" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{4694e820-9532-44ea-b996-1893e34a8d73}" showlabel="true" visible="true" labelid="{bba47b9f-0b9f-4dba-9ff4-5af475fb1087}"> + <labels> + <label description="Proposed Solution" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_proposedsolution" classid="{4273edbd-ac1d-40d3-9fb2-095c621b552d}" datafieldname="p365i_proposedsolution" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + <tab verticallayout="true" id="{c8af6fa7-5741-4def-b1b3-64a458dcbeab}" name="StageStep25" locklevel="0" expanded="true" visible="false" labelid="{73a0e83b-6581-4696-b4db-43ccef98bec9}"> + <labels> + <label description="Propose" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showbar="false" columns="1" id="{e62da921-917d-b7b9-407d-c82bec725b90}" name="StageStep25_section1" labelid="{ea39ba09-89d1-455c-8fdb-a47862d77388}"> + <labels> + <label description="Propose" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{2d85ec67-2f1f-4606-82c0-5159ffc285e7}" showlabel="true" visible="true" labelid="{43a7eef3-ee2d-48e4-ae96-843c850d02a7}"> + <labels> + <label description="Develop Proposal" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_developproposal" classid="{67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed}" datafieldname="p365i_developproposal" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{750ff5ba-24e4-4ee8-890d-60428288fea4}" showlabel="true" visible="true" labelid="{e27af27d-d7b2-4a91-8665-87de9dc489d9}"> + <labels> + <label description="Complete Internal Review" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_completeinternalreview" classid="{67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed}" datafieldname="p365i_completeinternalreview" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{3f76cd37-c7af-4cf9-979e-9768768b854f}" showlabel="true" visible="true" labelid="{cc6d73ab-f5b6-4587-9d6e-b2cdac268277}"> + <labels> + <label description="Present Proposal" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_presentproposal" classid="{67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed}" datafieldname="p365i_presentproposal" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + <tab verticallayout="true" id="{1705058d-3cf8-4bec-83dc-f3fbdd7c3c3b}" name="StageStep33" locklevel="0" expanded="true" visible="false" labelid="{7e370ae8-b2e2-483c-a859-ba8ed903aed9}"> + <labels> + <label description="Close" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showbar="false" columns="1" id="{04e73c72-9066-589b-851f-de612f0cd328}" name="StageStep33_section1" labelid="{b915a426-ac3e-42ff-98f7-9a8bfa63021d}"> + <labels> + <label description="Close" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{18153553-d7a2-4102-86a7-985703b3c2e8}" showlabel="true" visible="true" labelid="{608aeb3f-0f55-4715-8ebc-b09c734189c5}"> + <labels> + <label description="Complete Final Proposal" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_completefinalproposal" classid="{67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed}" datafieldname="p365i_completefinalproposal" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{8ff00aa7-3072-407a-8eba-b3f4ee244548}" showlabel="true" visible="true" labelid="{1581a7eb-27dd-46b8-89f8-0eb14bcc7ebc}"> + <labels> + <label description="Present Final Proposal" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_presentfinalproposal" classid="{67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed}" datafieldname="p365i_presentfinalproposal" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{45ba6e1f-bbdd-4550-80ba-a7e29aafaa79}" showlabel="true" visible="true" labelid="{08f68a4e-d399-435b-85a5-f8bbe254969e}"> + <labels> + <label description="Confirm Decision Date" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_finaldecisiondate" classid="{5b773807-9fb2-42db-97c3-7a91eff8adff}" datafieldname="p365i_finaldecisiondate" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/FormXml/main/{cee0b2a6-39f3-4af1-917e-07fc088ca7e5}_managed.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/FormXml/main/{cee0b2a6-39f3-4af1-917e-07fc088ca7e5}_managed.xml new file mode 100644 index 00000000..3d132e91 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/FormXml/main/{cee0b2a6-39f3-4af1-917e-07fc088ca7e5}_managed.xml @@ -0,0 +1,213 @@ +<?xml version="1.0" encoding="utf-8"?> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <systemform> + <formid>{cee0b2a6-39f3-4af1-917e-07fc088ca7e5}</formid> + <IntroducedVersion>1.0</IntroducedVersion> + <FormPresentation>1</FormPresentation> + <FormActivationState>1</FormActivationState> + <form> + <tabs> + <tab verticallayout="true" id="{f8b7958f-c670-4e34-9e75-ecd973ae9de8}" name="StageStep3" locklevel="0" expanded="true" visible="false" labelid="{9e935ac9-4d2d-415f-acd6-d06a1174bb9d}"> + <labels> + <label description="Qualify" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showbar="false" columns="1" id="{8ce3efed-f647-c2a4-9f7c-d1115116aaab}" name="StageStep3_section1" labelid="{330dde32-bcc4-46bc-a97d-87e671e53400}"> + <labels> + <label description="Qualify" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{065f376a-e14b-42aa-b4f6-c6ce19331d31}" showlabel="true" visible="true" labelid="{b2997bb9-ba3b-4a58-8eba-c102e8b41205}"> + <labels> + <label description="Identify contact" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_parentcontactid" classid="{270bd3db-d9af-4782-9025-509e298dec0a}" datafieldname="p365i_parentcontactid" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{80a4d863-d40f-421b-99ac-10f2c1f0c442}" showlabel="true" visible="true" labelid="{acaf0fc3-1077-4787-9ee4-cb3e4f2f0fd9}"> + <labels> + <label description="Identify account" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_parentaccountid" classid="{270bd3db-d9af-4782-9025-509e298dec0a}" datafieldname="p365i_parentaccountid" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{8b2015cd-f40f-4fe6-a24c-9e92c7a6176a}" showlabel="true" visible="true" labelid="{35aebcc1-280e-43a9-8a55-92067d9bf6c7}"> + <labels> + <label description="Purchase Timeframe" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_purchasetimeframe" classid="{3ef39988-22bb-4f0b-bbbe-64b5a3748aee}" datafieldname="p365i_purchasetimeframe" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{d89e519a-ce0a-4ece-b825-0d706726023f}" showlabel="true" visible="true" labelid="{21887e6a-4478-4208-ab5a-33b1a5afdd52}"> + <labels> + <label description="Estimated Budget" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_budgetamount" classid="{533b9e00-756b-4312-95a0-dc888637ac78}" datafieldname="p365i_budgetamount" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{f20385cb-4791-46b0-a3e4-ee411e95c862}" showlabel="true" visible="true" labelid="{83062b87-da6c-40b5-ac87-6cccf0cf4a05}"> + <labels> + <label description="Purchase Process" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_purchaseprocess" classid="{3ef39988-22bb-4f0b-bbbe-64b5a3748aee}" datafieldname="p365i_purchaseprocess" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{d1860c65-0c08-4255-96e3-6e4c1e50966f}" showlabel="true" visible="true" labelid="{bc10bff6-6c10-429a-864b-0b824ccfc2b9}"> + <labels> + <label description="Identify Decision Maker" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_decisionmaker" classid="{67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed}" datafieldname="p365i_decisionmaker" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{a16d4311-9d3b-49d0-ae1d-a5c71dced0ab}" showlabel="true" visible="true" labelid="{d0120066-3c72-4a7b-95c7-c55cc96bcc51}"> + <labels> + <label description="Capture summary" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_description" classid="{4273edbd-ac1d-40d3-9fb2-095c621b552d}" datafieldname="p365i_description" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + <tab verticallayout="true" id="{2da31082-9d49-4938-86a4-8a05d7c34abb}" name="StageStep19" locklevel="0" expanded="true" visible="false" labelid="{71dc9c17-68ca-4f26-a931-07afe28f404e}"> + <labels> + <label description="Develop" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showbar="false" columns="1" id="{5570df37-5ad7-412b-30ed-0fb73e7f4e11}" name="StageStep19_section1" labelid="{aa27952e-2346-4793-9be7-7b5f300170f1}"> + <labels> + <label description="Develop" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{878ba4ff-5337-4ae1-856e-f2b7ab197832}" showlabel="true" visible="true" labelid="{624857e3-deb5-472b-b9f0-e199b11c950e}"> + <labels> + <label description="Customer Need" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_customerneed" classid="{4273edbd-ac1d-40d3-9fb2-095c621b552d}" datafieldname="p365i_customerneed" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{4694e820-9532-44ea-b996-1893e34a8d73}" showlabel="true" visible="true" labelid="{bba47b9f-0b9f-4dba-9ff4-5af475fb1087}"> + <labels> + <label description="Proposed Solution" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_proposedsolution" classid="{4273edbd-ac1d-40d3-9fb2-095c621b552d}" datafieldname="p365i_proposedsolution" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + <tab verticallayout="true" id="{c8af6fa7-5741-4def-b1b3-64a458dcbeab}" name="StageStep25" locklevel="0" expanded="true" visible="false" labelid="{73a0e83b-6581-4696-b4db-43ccef98bec9}"> + <labels> + <label description="Propose" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showbar="false" columns="1" id="{e62da921-917d-b7b9-407d-c82bec725b90}" name="StageStep25_section1" labelid="{ea39ba09-89d1-455c-8fdb-a47862d77388}"> + <labels> + <label description="Propose" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{2d85ec67-2f1f-4606-82c0-5159ffc285e7}" showlabel="true" visible="true" labelid="{43a7eef3-ee2d-48e4-ae96-843c850d02a7}"> + <labels> + <label description="Develop Proposal" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_developproposal" classid="{67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed}" datafieldname="p365i_developproposal" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{750ff5ba-24e4-4ee8-890d-60428288fea4}" showlabel="true" visible="true" labelid="{e27af27d-d7b2-4a91-8665-87de9dc489d9}"> + <labels> + <label description="Complete Internal Review" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_completeinternalreview" classid="{67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed}" datafieldname="p365i_completeinternalreview" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{3f76cd37-c7af-4cf9-979e-9768768b854f}" showlabel="true" visible="true" labelid="{cc6d73ab-f5b6-4587-9d6e-b2cdac268277}"> + <labels> + <label description="Present Proposal" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_presentproposal" classid="{67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed}" datafieldname="p365i_presentproposal" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + <tab verticallayout="true" id="{1705058d-3cf8-4bec-83dc-f3fbdd7c3c3b}" name="StageStep33" locklevel="0" expanded="true" visible="false" labelid="{7e370ae8-b2e2-483c-a859-ba8ed903aed9}"> + <labels> + <label description="Close" languagecode="1033" /> + </labels> + <columns> + <column width="100%"> + <sections> + <section showbar="false" columns="1" id="{04e73c72-9066-589b-851f-de612f0cd328}" name="StageStep33_section1" labelid="{b915a426-ac3e-42ff-98f7-9a8bfa63021d}"> + <labels> + <label description="Close" languagecode="1033" /> + </labels> + <rows> + <row> + <cell id="{18153553-d7a2-4102-86a7-985703b3c2e8}" showlabel="true" visible="true" labelid="{608aeb3f-0f55-4715-8ebc-b09c734189c5}"> + <labels> + <label description="Complete Final Proposal" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_completefinalproposal" classid="{67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed}" datafieldname="p365i_completefinalproposal" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{8ff00aa7-3072-407a-8eba-b3f4ee244548}" showlabel="true" visible="true" labelid="{1581a7eb-27dd-46b8-89f8-0eb14bcc7ebc}"> + <labels> + <label description="Present Final Proposal" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_presentfinalproposal" classid="{67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed}" datafieldname="p365i_presentfinalproposal" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + <row> + <cell id="{45ba6e1f-bbdd-4550-80ba-a7e29aafaa79}" showlabel="true" visible="true" labelid="{08f68a4e-d399-435b-85a5-f8bbe254969e}"> + <labels> + <label description="Confirm Decision Date" languagecode="1033" /> + </labels> + <control id="bpf_p365i_opportunity_p365i_salesprocess:p365i_finaldecisiondate" classid="{5b773807-9fb2-42db-97c3-7a91eff8adff}" datafieldname="p365i_finaldecisiondate" disabled="false" relationship="bpf_p365i_opportunity_p365i_salesprocess" isrequired="false" /> + </cell> + </row> + </rows> + </section> + </sections> + </column> + </columns> + </tab> + </tabs> + </form> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <LocalizedNames> + <LocalizedName description="Information" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="A form for this entity." languagecode="1033" /> + </Descriptions> + </systemform> +</forms> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/Formulas/p365i_salesprocess-bpf_duration.xaml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/Formulas/p365i_salesprocess-bpf_duration.xaml new file mode 100644 index 00000000..98efe629 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/Formulas/p365i_salesprocess-bpf_duration.xaml @@ -0,0 +1,117 @@ +<Activity x:Class="XrmWorkflow00000000000000000000000000000000" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mcwc="clr-namespace:Microsoft.Crm.Workflow.ClientActivities;assembly=Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxs="clr-namespace:Microsoft.Xrm.Sdk;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxswa="clr-namespace:Microsoft.Xrm.Sdk.Workflow.Activities;assembly=Microsoft.Xrm.Sdk.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:s="clr-namespace:System;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:srs="clr-namespace:System.Runtime.Serialization;assembly=System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:this="clr-namespace:" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> + <x:Members> + <x:Property Name="InputEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + <x:Property Name="CreatedEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + </x:Members> + <this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <mva:VisualBasic.Settings>Assembly references and imported namespaces for internal implementation</mva:VisualBasic.Settings> + <mxswa:Workflow> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionSequence, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionStep1"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Wait">False</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables"> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="True" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_1" /> + </sco:Collection> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Boolean, "true" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Boolean" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[ConditionBranchStep2_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[True]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep4"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_1" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_2" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_3" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_4" /> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep4_5" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_salesprocess")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:GetEntityProperty Attribute="createdon" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_salesprocess" Value="[SetAttributeValueStep4_3]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Int32" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_3 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Int32" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:GetEntityProperty Attribute="completedon" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_salesprocess" Value="[SetAttributeValueStep4_5]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Int32" /> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">SelectFirstNonNull</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_5 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Int32" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_4]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">DiffInMinutes</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { SetAttributeValueStep4_2, SetAttributeValueStep4_4 }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Int32" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetAttributeValueStep4_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="bpf_duration" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_salesprocess" Value="[SetAttributeValueStep4_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Int32" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep4" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_salesprocess" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </mxswa:Workflow> +</Activity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/RibbonDiff.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/RibbonDiff.xml new file mode 100644 index 00000000..6b56f485 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/RibbonDiff.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<RibbonDiffXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <CustomActions /> + <Templates> + <RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates> + </Templates> + <CommandDefinitions /> + <RuleDefinitions> + <TabDisplayRules /> + <DisplayRules /> + <EnableRules /> + </RuleDefinitions> + <LocLabels /> +</RibbonDiffXml> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{22e9ce78-e101-4239-8250-ad2b5b5cb8e1}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{22e9ce78-e101-4239-8250-ad2b5b5cb8e1}.xml new file mode 100644 index 00000000..2eccb23f --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{22e9ce78-e101-4239-8250-ad2b5b5cb8e1}.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{22e9ce78-e101-4239-8250-ad2b5b5cb8e1}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="bpf_name" select="1" icon="1" preview="1"> + <row name="result" id="businessprocessflowinstanceid"> + <cell name="bpf_p365i_opportunityid" width="300" /> + <cell name="activestageid" width="150" /> + <cell name="statuscode" width="150" /> + <cell name="createdon" width="150" /> + <cell name="processid" width="300" /> + </row> + </grid> + </layoutxml> + <querytype>1</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_salesprocess"> + <attribute name="businessprocessflowinstanceid" /> + <attribute name="bpf_name" /> + <attribute name="createdon" /> + <attribute name="bpf_p365i_opportunityid" /> + <attribute name="activestageid" /> + <attribute name="statecode" /> + <attribute name="statuscode" /> + <attribute name="createdby" /> + <attribute name="processid" /> + <order attribute="bpf_name" descending="false" /> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Sales Process Advanced Find View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{2733bae1-ca24-481d-86ba-b0c9b1e7daad}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{2733bae1-ca24-481d-86ba-b0c9b1e7daad}.xml new file mode 100644 index 00000000..6ef76cba --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{2733bae1-ca24-481d-86ba-b0c9b1e7daad}.xml @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{2733bae1-ca24-481d-86ba-b0c9b1e7daad}</savedqueryid> + <layoutxml> + <grid name="p365i_salesprocesses" jump="bpf_name" select="1" icon="1" preview="0"> + <row name="p365i_salesprocess" id="businessprocessflowinstanceid"> + <cell name="bpf_p365i_opportunityid" width="300" /> + <cell name="activestageid" width="150" /> + <cell name="statuscode" width="150" /> + <cell name="createdon" width="150" /> + <cell name="processid" width="300" /> + </row> + </grid> + </layoutxml> + <querytype>64</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_salesprocess"> + <attribute name="businessprocessflowinstanceid" /> + <attribute name="bpf_name" /> + <attribute name="createdon" /> + <attribute name="bpf_p365i_opportunityid" /> + <attribute name="activestageid" /> + <attribute name="statecode" /> + <attribute name="statuscode" /> + <attribute name="createdby" /> + <attribute name="processid" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Sales Process Lookup View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{3019cdc5-61b3-4be8-8f67-22d462c048a9}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{3019cdc5-61b3-4be8-8f67-22d462c048a9}.xml new file mode 100644 index 00000000..cb399b7f --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{3019cdc5-61b3-4be8-8f67-22d462c048a9}.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>1</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{3019cdc5-61b3-4be8-8f67-22d462c048a9}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="bpf_name" select="1" icon="1" preview="1"> + <row name="result" id="businessprocessflowinstanceid"> + <cell name="bpf_p365i_opportunityid" width="300" /> + <cell name="activestageid" width="150" /> + <cell name="statuscode" width="150" /> + <cell name="createdon" width="150" /> + <cell name="processid" width="300" /> + </row> + </grid> + </layoutxml> + <querytype>4</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_salesprocess"> + <attribute name="businessprocessflowinstanceid" /> + <attribute name="bpf_name" /> + <attribute name="createdon" /> + <attribute name="bpf_p365i_opportunityid" /> + <attribute name="activestageid" /> + <attribute name="statecode" /> + <attribute name="statuscode" /> + <attribute name="createdby" /> + <attribute name="processid" /> + <order attribute="bpf_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <filter type="or" isquickfindfields="1"> + <condition attribute="bpf_name" operator="like" value="{0}" /> + <condition attribute="bpf_p365i_opportunityid" operator="like" value="{0}" /> + <condition attribute="activestageid" operator="like" value="{0}" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Quick Find Active Sales Process" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{738abdaa-829f-4cc6-83ab-3cb45d83f873}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{738abdaa-829f-4cc6-83ab-3cb45d83f873}.xml new file mode 100644 index 00000000..1df91a24 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{738abdaa-829f-4cc6-83ab-3cb45d83f873}.xml @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{738abdaa-829f-4cc6-83ab-3cb45d83f873}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="bpf_name" select="1" icon="1" preview="1"> + <row name="result" id="businessprocessflowinstanceid"> + <cell name="bpf_p365i_opportunityid" width="300" /> + <cell name="activestageid" width="150" /> + <cell name="statuscode" width="150" /> + <cell name="createdon" width="150" /> + <cell name="processid" width="300" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_salesprocess"> + <attribute name="businessprocessflowinstanceid" /> + <attribute name="bpf_name" /> + <attribute name="createdon" /> + <attribute name="bpf_p365i_opportunityid" /> + <attribute name="activestageid" /> + <attribute name="statecode" /> + <attribute name="statuscode" /> + <attribute name="createdby" /> + <attribute name="processid" /> + <order attribute="bpf_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="not-null" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="All Sales Process" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{a8ec78b3-17f3-43a2-ab58-ec8be25c4128}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{a8ec78b3-17f3-43a2-ab58-ec8be25c4128}.xml new file mode 100644 index 00000000..b9c4a768 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{a8ec78b3-17f3-43a2-ab58-ec8be25c4128}.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{a8ec78b3-17f3-43a2-ab58-ec8be25c4128}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="bpf_name" select="1" icon="1" preview="1"> + <row name="result" id="businessprocessflowinstanceid"> + <cell name="bpf_p365i_opportunityid" width="300" /> + <cell name="activestageid" width="150" /> + <cell name="statuscode" width="150" /> + <cell name="createdon" width="150" /> + <cell name="processid" width="300" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_salesprocess"> + <attribute name="businessprocessflowinstanceid" /> + <attribute name="bpf_name" /> + <attribute name="createdon" /> + <attribute name="bpf_p365i_opportunityid" /> + <attribute name="activestageid" /> + <attribute name="statecode" /> + <attribute name="statuscode" /> + <attribute name="createdby" /> + <attribute name="processid" /> + <order attribute="bpf_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + <link-entity name="p365i_opportunity" from="p365i_opportunityid" to="bpf_p365i_opportunityid" alias="bpfPrimaryEntity"> + <filter type="and"> + <condition attribute="ownerid" operator="eq-userid" /> + </filter> + </link-entity> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Active Sales Process on my Opportunities" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{ad842b3f-c1e6-420a-9872-ea39252cf626}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{ad842b3f-c1e6-420a-9872-ea39252cf626}.xml new file mode 100644 index 00000000..d984ab0d --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{ad842b3f-c1e6-420a-9872-ea39252cf626}.xml @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{ad842b3f-c1e6-420a-9872-ea39252cf626}</savedqueryid> + <layoutxml> + <grid name="p365i_salesprocesses" jump="bpf_name" select="1" icon="1" preview="1"> + <row name="p365i_salesprocess" id="businessprocessflowinstanceid"> + <cell name="bpf_p365i_opportunityid" width="300" /> + <cell name="activestageid" width="150" /> + <cell name="statuscode" width="150" /> + <cell name="createdon" width="150" /> + <cell name="processid" width="300" /> + </row> + </grid> + </layoutxml> + <querytype>2</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_salesprocess"> + <attribute name="businessprocessflowinstanceid" /> + <attribute name="bpf_name" /> + <attribute name="createdon" /> + <attribute name="bpf_p365i_opportunityid" /> + <attribute name="activestageid" /> + <attribute name="statecode" /> + <attribute name="statuscode" /> + <attribute name="createdby" /> + <attribute name="processid" /> + <order attribute="bpf_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Sales Process Associated View" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{d58cb83b-836b-ee11-9ae7-00224840d636}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{d58cb83b-836b-ee11-9ae7-00224840d636}.xml new file mode 100644 index 00000000..77c3f5a8 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{d58cb83b-836b-ee11-9ae7-00224840d636}.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>1</isdefault> + <savedqueryid>{d58cb83b-836b-ee11-9ae7-00224840d636}</savedqueryid> + <querytype>8192</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical" output-format="xml-platform"> + <entity name="p365i_salesprocess"> + <attribute name="businessprocessflowinstanceid" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Sales Process" languagecode="1033" /> + </LocalizedNames> + <Descriptions> + <Description description="All active Sales Process" languagecode="1033" /> + </Descriptions> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{ef394041-a487-427e-8962-3abc2d687d91}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{ef394041-a487-427e-8962-3abc2d687d91}.xml new file mode 100644 index 00000000..8d3d8c80 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{ef394041-a487-427e-8962-3abc2d687d91}.xml @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{ef394041-a487-427e-8962-3abc2d687d91}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="bpf_name" select="1" icon="1" preview="1"> + <row name="result" id="businessprocessflowinstanceid"> + <cell name="bpf_p365i_opportunityid" width="300" /> + <cell name="activestageid" width="150" /> + <cell name="statuscode" width="150" /> + <cell name="createdon" width="150" /> + <cell name="bpf_duration" width="150" /> + <cell name="processid" width="300" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_salesprocess"> + <attribute name="businessprocessflowinstanceid" /> + <attribute name="bpf_name" /> + <attribute name="createdon" /> + <attribute name="bpf_p365i_opportunityid" /> + <attribute name="activestageid" /> + <attribute name="statecode" /> + <attribute name="statuscode" /> + <attribute name="createdby" /> + <attribute name="bpf_duration" /> + <attribute name="processid" /> + <order attribute="bpf_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="1" /> + </filter> + <link-entity name="p365i_opportunity" from="p365i_opportunityid" to="bpf_p365i_opportunityid" alias="bpfPrimaryEntity"> + <filter type="and"> + <condition attribute="ownerid" operator="eq-userid" /> + </filter> + </link-entity> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Inactive Sales Process on my Opportunities" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{f066abaf-0b20-46e6-8f68-d2f1d62ace87}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{f066abaf-0b20-46e6-8f68-d2f1d62ace87}.xml new file mode 100644 index 00000000..93fc7d8b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{f066abaf-0b20-46e6-8f68-d2f1d62ace87}.xml @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{f066abaf-0b20-46e6-8f68-d2f1d62ace87}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="bpf_name" select="1" icon="1" preview="1"> + <row name="result" id="businessprocessflowinstanceid"> + <cell name="bpf_p365i_opportunityid" width="300" /> + <cell name="activestageid" width="150" /> + <cell name="statuscode" width="150" /> + <cell name="createdon" width="150" /> + <cell name="bpf_duration" width="150" /> + <cell name="processid" width="300" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_salesprocess"> + <attribute name="businessprocessflowinstanceid" /> + <attribute name="bpf_name" /> + <attribute name="createdon" /> + <attribute name="bpf_p365i_opportunityid" /> + <attribute name="activestageid" /> + <attribute name="statecode" /> + <attribute name="statuscode" /> + <attribute name="createdby" /> + <attribute name="bpf_duration" /> + <attribute name="processid" /> + <order attribute="bpf_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="1" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Inactive Sales Process" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{f86aa88f-fcfd-4980-ac73-82dbc5bc2c28}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{f86aa88f-fcfd-4980-ac73-82dbc5bc2c28}.xml new file mode 100644 index 00000000..a2193a3a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Entities/p365i_salesprocess/SavedQueries/{f86aa88f-fcfd-4980-ac73-82dbc5bc2c28}.xml @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="utf-8"?> +<savedqueries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <savedquery> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>0</CanBeDeleted> + <isquickfindquery>0</isquickfindquery> + <isprivate>0</isprivate> + <isdefault>0</isdefault> + <savedqueryid>{f86aa88f-fcfd-4980-ac73-82dbc5bc2c28}</savedqueryid> + <layoutxml> + <grid name="resultset" jump="bpf_name" select="1" icon="1" preview="1"> + <row name="result" id="businessprocessflowinstanceid"> + <cell name="bpf_p365i_opportunityid" width="300" /> + <cell name="activestageid" width="150" /> + <cell name="statuscode" width="150" /> + <cell name="createdon" width="150" /> + <cell name="processid" width="300" /> + </row> + </grid> + </layoutxml> + <querytype>0</querytype> + <fetchxml> + <fetch version="1.0" mapping="logical"> + <entity name="p365i_salesprocess"> + <attribute name="businessprocessflowinstanceid" /> + <attribute name="bpf_name" /> + <attribute name="createdon" /> + <attribute name="bpf_p365i_opportunityid" /> + <attribute name="activestageid" /> + <attribute name="statecode" /> + <attribute name="statuscode" /> + <attribute name="createdby" /> + <attribute name="processid" /> + <order attribute="bpf_name" descending="false" /> + <filter type="and"> + <condition attribute="statecode" operator="eq" value="0" /> + </filter> + </entity> + </fetch> + </fetchxml> + <IntroducedVersion>1.0</IntroducedVersion> + <LocalizedNames> + <LocalizedName description="Active Sales Process" languagecode="1033" /> + </LocalizedNames> + </savedquery> +</savedqueries> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/OptionSets/p365i_prospectsource.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/OptionSets/p365i_prospectsource.xml new file mode 100644 index 00000000..58cf7986 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/OptionSets/p365i_prospectsource.xml @@ -0,0 +1,85 @@ +<?xml version="1.0" encoding="utf-8"?> +<optionset Name="p365i_prospectsource" localizedName="Prospect Source" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <OptionSetType>picklist</OptionSetType> + <IsGlobal>1</IsGlobal> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <ExternalTypeName></ExternalTypeName> + <displaynames> + <displayname description="Prospect Source" languagecode="1033" /> + </displaynames> + <options> + <option value="446310000" ExternalValue=""> + <labels> + <label description="Advertisement" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </option> + <option value="446310001" ExternalValue=""> + <labels> + <label description="Employee Referral" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </option> + <option value="446310002" ExternalValue=""> + <labels> + <label description="External Referral" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </option> + <option value="446310003" ExternalValue=""> + <labels> + <label description="Partner" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </option> + <option value="446310004" ExternalValue=""> + <labels> + <label description="Public Relations" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </option> + <option value="446310005" ExternalValue=""> + <labels> + <label description="Event" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </option> + <option value="446310006" ExternalValue=""> + <labels> + <label description="Web" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </option> + <option value="446310007" ExternalValue=""> + <labels> + <label description="Word of Mouth" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </option> + <option value="446310008" ExternalValue=""> + <labels> + <label description="Other" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </option> + </options> +</optionset> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/OptionSets/p365i_purchaseprocess.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/OptionSets/p365i_purchaseprocess.xml new file mode 100644 index 00000000..97a46649 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/OptionSets/p365i_purchaseprocess.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<optionset Name="p365i_purchaseprocess" localizedName="Purchase Process" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <OptionSetType>picklist</OptionSetType> + <IsGlobal>1</IsGlobal> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <ExternalTypeName></ExternalTypeName> + <displaynames> + <displayname description="Purchase Process" languagecode="1033" /> + </displaynames> + <options> + <option value="446310000" ExternalValue=""> + <labels> + <label description="Individual" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </option> + <option value="446310001" ExternalValue=""> + <labels> + <label description="Commitee" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </option> + <option value="446310002" ExternalValue=""> + <labels> + <label description="Uknown" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </option> + </options> +</optionset> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/OptionSets/p365i_purchasetimeframe.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/OptionSets/p365i_purchasetimeframe.xml new file mode 100644 index 00000000..375752ed --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/OptionSets/p365i_purchasetimeframe.xml @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="utf-8"?> +<optionset Name="p365i_purchasetimeframe" localizedName="Purchase Timeframe" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <OptionSetType>picklist</OptionSetType> + <IsGlobal>1</IsGlobal> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <ExternalTypeName></ExternalTypeName> + <displaynames> + <displayname description="Purchase Timeframe" languagecode="1033" /> + </displaynames> + <options> + <option value="446310000" ExternalValue=""> + <labels> + <label description="Immediate" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </option> + <option value="446310001" ExternalValue=""> + <labels> + <label description="This Quarter" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </option> + <option value="446310002" ExternalValue=""> + <labels> + <label description="Next Quarter" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </option> + <option value="446310003" ExternalValue=""> + <labels> + <label description="This Year" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </option> + <option value="446310004" ExternalValue=""> + <labels> + <label description="Unknown" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </option> + </options> +</optionset> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/OptionSets/p365i_revenuecalculaition.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/OptionSets/p365i_revenuecalculaition.xml new file mode 100644 index 00000000..50f40298 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/OptionSets/p365i_revenuecalculaition.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<optionset Name="p365i_revenuecalculaition" localizedName="Revenue Calculaition" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <OptionSetType>picklist</OptionSetType> + <IsGlobal>1</IsGlobal> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <ExternalTypeName></ExternalTypeName> + <displaynames> + <displayname description="Revenue Calculaition" languagecode="1033" /> + </displaynames> + <options> + <option value="446310000" ExternalValue=""> + <labels> + <label description="User Provided" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </option> + <option value="446310001" ExternalValue=""> + <labels> + <label description="System Calculated" languagecode="1033" /> + </labels> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </option> + </options> +</optionset> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Customizations.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Customizations.xml new file mode 100644 index 00000000..ad9f16f1 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Customizations.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> +<ImportExportXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Entities /> + <Roles /> + <Workflows /> + <FieldSecurityProfiles /> + <Templates /> + <EntityMaps /> + <EntityRelationships /> + <OrganizationSettings /> + <optionsets /> + <Dashboards /> + <WebResources /> + <CustomControls /> + <SolutionPluginAssemblies /> + <SdkMessageProcessingSteps /> + <AppModuleSiteMaps /> + <AppModules /> + <EntityDataProviders /> + <CanvasApps /> + <connectionreferences> + <connectionreference connectionreferencelogicalname="p365i_sharedcommondataserviceforapps_b314c"> + <connectionreferencedisplayname>Microsoft Dataverse Power365CRMSalesSolution-b314c</connectionreferencedisplayname> + <connectorid>/providers/Microsoft.PowerApps/apis/shared_commondataserviceforapps</connectorid> + <iscustomizable>1</iscustomizable> + <statecode>0</statecode> + <statuscode>1</statuscode> + </connectionreference> + </connectionreferences> + <Languages> + <Language>1033</Language> + </Languages> +</ImportExportXml> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/EntityMaps.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/EntityMaps.xml new file mode 100644 index 00000000..ea47e8ed --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/EntityMaps.xml @@ -0,0 +1,189 @@ +<?xml version="1.0" encoding="utf-8"?> +<EntityMaps xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <EntityMap> + <EntitySource>p365i_opportunity</EntitySource> + <EntityTarget>p365i_opportunityproduct</EntityTarget> + <AttributeMaps> + <AttributeMap> + <AttributeSource>p365i_pricelist</AttributeSource> + <AttributeTarget>p365i_pricelist</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>transactioncurrencyid</AttributeSource> + <AttributeTarget>transactioncurrencyid</AttributeTarget> + </AttributeMap> + </AttributeMaps> + </EntityMap> + <EntityMap> + <EntitySource>p365i_opportunity</EntitySource> + <EntityTarget>p365i_quote</EntityTarget> + <AttributeMaps> + <AttributeMap> + <AttributeSource>p365i_parentaccountid</AttributeSource> + <AttributeTarget>p365i_account</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_parentcontactid</AttributeSource> + <AttributeTarget>p365i_contact</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_pricelist</AttributeSource> + <AttributeTarget>p365i_pricelist</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_topic</AttributeSource> + <AttributeTarget>p365i_topic</AttributeTarget> + </AttributeMap> + </AttributeMaps> + </EntityMap> + <EntityMap> + <EntitySource>p365i_opportunityproduct</EntitySource> + <EntityTarget>p365i_quoteproduct</EntityTarget> + <AttributeMaps> + <AttributeMap> + <AttributeSource>p365i_existingproduct</AttributeSource> + <AttributeTarget>p365i_existingproduct</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_pricelist</AttributeSource> + <AttributeTarget>p365i_pricelist</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_product</AttributeSource> + <AttributeTarget>p365i_product</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_quantity</AttributeSource> + <AttributeTarget>p365i_quantity</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_salesunit</AttributeSource> + <AttributeTarget>p365i_salesunit</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_selectproduct</AttributeSource> + <AttributeTarget>p365i_selectproduct</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_tax</AttributeSource> + <AttributeTarget>p365i_tax</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_unitcost</AttributeSource> + <AttributeTarget>p365i_unitcost</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>transactioncurrencyid</AttributeSource> + <AttributeTarget>transactioncurrencyid</AttributeTarget> + </AttributeMap> + </AttributeMaps> + </EntityMap> + <EntityMap> + <EntitySource>p365i_prospect</EntitySource> + <EntityTarget>account</EntityTarget> + <AttributeMaps> + <AttributeMap> + <AttributeSource>emailaddress</AttributeSource> + <AttributeTarget>emailaddress1</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_annualrevenue</AttributeSource> + <AttributeTarget>revenue</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_businessphone</AttributeSource> + <AttributeTarget>telephone1</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_company</AttributeSource> + <AttributeTarget>name</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_mobilephone</AttributeSource> + <AttributeTarget>address1_telephone1</AttributeTarget> + </AttributeMap> + </AttributeMaps> + </EntityMap> + <EntityMap> + <EntitySource>p365i_prospect</EntitySource> + <EntityTarget>contact</EntityTarget> + <AttributeMaps> + <AttributeMap> + <AttributeSource>emailaddress</AttributeSource> + <AttributeTarget>emailaddress1</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_businessphone</AttributeSource> + <AttributeTarget>telephone1</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_firstname</AttributeSource> + <AttributeTarget>firstname</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_jobtitle</AttributeSource> + <AttributeTarget>jobtitle</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_lastname</AttributeSource> + <AttributeTarget>lastname</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_mobilephone</AttributeSource> + <AttributeTarget>mobilephone</AttributeTarget> + </AttributeMap> + </AttributeMaps> + </EntityMap> + <EntityMap> + <EntitySource>p365i_prospect</EntitySource> + <EntityTarget>p365i_opportunity</EntityTarget> + <AttributeMaps> + <AttributeMap> + <AttributeSource>p365i_budgetamount</AttributeSource> + <AttributeTarget>p365i_budgetamount</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_description</AttributeSource> + <AttributeTarget>p365i_description</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_purchaseprocess</AttributeSource> + <AttributeTarget>p365i_purchaseprocess</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_purchasetimeframe</AttributeSource> + <AttributeTarget>p365i_purchasetimeframe</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_topic</AttributeSource> + <AttributeTarget>p365i_topic</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>transactioncurrencyid</AttributeSource> + <AttributeTarget>transactioncurrencyid</AttributeTarget> + </AttributeMap> + </AttributeMaps> + </EntityMap> + <EntityMap> + <EntitySource>p365i_quote</EntitySource> + <EntityTarget>p365i_quoteproduct</EntityTarget> + <AttributeMaps> + <AttributeMap> + <AttributeSource>p365i_discount</AttributeSource> + <AttributeTarget>p365i_manualdiscount</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_pricelist</AttributeSource> + <AttributeTarget>p365i_pricelist</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>p365i_totaltax</AttributeSource> + <AttributeTarget>p365i_tax</AttributeTarget> + </AttributeMap> + <AttributeMap> + <AttributeSource>transactioncurrencyid</AttributeSource> + <AttributeTarget>transactioncurrencyid</AttributeTarget> + </AttributeMap> + </AttributeMaps> + </EntityMap> +</EntityMaps> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships.xml new file mode 100644 index 00000000..cb0fde1d --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships.xml @@ -0,0 +1,136 @@ +<?xml version="1.0" encoding="utf-8"?> +<EntityRelationships xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <EntityRelationship Name="bpf_p365i_opportunity_p365i_prospecttoopportunity" /> + <EntityRelationship Name="bpf_p365i_opportunity_p365i_salesprocess" /> + <EntityRelationship Name="bpf_p365i_prospect_p365i_prospecttoopportunity" /> + <EntityRelationship Name="business_unit_p365i_accountplan" /> + <EntityRelationship Name="business_unit_p365i_actionplan" /> + <EntityRelationship Name="business_unit_p365i_actionplanactivitytemplate" /> + <EntityRelationship Name="business_unit_p365i_actionplantemplate" /> + <EntityRelationship Name="business_unit_p365i_listitem" /> + <EntityRelationship Name="business_unit_p365i_opportunity" /> + <EntityRelationship Name="business_unit_p365i_opportunityclosure" /> + <EntityRelationship Name="business_unit_p365i_opportunityproduct" /> + <EntityRelationship Name="business_unit_p365i_pricelist" /> + <EntityRelationship Name="business_unit_p365i_product" /> + <EntityRelationship Name="business_unit_p365i_prospect" /> + <EntityRelationship Name="business_unit_p365i_quote" /> + <EntityRelationship Name="business_unit_p365i_quoteproduct" /> + <EntityRelationship Name="business_unit_p365i_salesunit" /> + <EntityRelationship Name="lk_p365i_accountplan_createdby" /> + <EntityRelationship Name="lk_p365i_accountplan_modifiedby" /> + <EntityRelationship Name="lk_p365i_actionplan_createdby" /> + <EntityRelationship Name="lk_p365i_actionplan_modifiedby" /> + <EntityRelationship Name="lk_p365i_actionplanactivitytemplate_createdby" /> + <EntityRelationship Name="lk_p365i_actionplanactivitytemplate_modifiedby" /> + <EntityRelationship Name="lk_p365i_actionplantemplate_createdby" /> + <EntityRelationship Name="lk_p365i_actionplantemplate_modifiedby" /> + <EntityRelationship Name="lk_p365i_listitem_createdby" /> + <EntityRelationship Name="lk_p365i_listitem_modifiedby" /> + <EntityRelationship Name="lk_p365i_opportunity_createdby" /> + <EntityRelationship Name="lk_p365i_opportunity_modifiedby" /> + <EntityRelationship Name="lk_p365i_opportunityclosure_createdby" /> + <EntityRelationship Name="lk_p365i_opportunityclosure_modifiedby" /> + <EntityRelationship Name="lk_p365i_opportunityproduct_createdby" /> + <EntityRelationship Name="lk_p365i_opportunityproduct_modifiedby" /> + <EntityRelationship Name="lk_p365i_pricelist_createdby" /> + <EntityRelationship Name="lk_p365i_pricelist_modifiedby" /> + <EntityRelationship Name="lk_p365i_product_createdby" /> + <EntityRelationship Name="lk_p365i_product_modifiedby" /> + <EntityRelationship Name="lk_p365i_prospect_createdby" /> + <EntityRelationship Name="lk_p365i_prospect_modifiedby" /> + <EntityRelationship Name="lk_p365i_prospecttoopportunity_activestageid" /> + <EntityRelationship Name="lk_p365i_prospecttoopportunity_createdby" /> + <EntityRelationship Name="lk_p365i_prospecttoopportunity_modifiedby" /> + <EntityRelationship Name="lk_p365i_prospecttoopportunity_processid" /> + <EntityRelationship Name="lk_p365i_quote_createdby" /> + <EntityRelationship Name="lk_p365i_quote_modifiedby" /> + <EntityRelationship Name="lk_p365i_quoteproduct_createdby" /> + <EntityRelationship Name="lk_p365i_quoteproduct_modifiedby" /> + <EntityRelationship Name="lk_p365i_salesprocess_activestageid" /> + <EntityRelationship Name="lk_p365i_salesprocess_createdby" /> + <EntityRelationship Name="lk_p365i_salesprocess_modifiedby" /> + <EntityRelationship Name="lk_p365i_salesprocess_processid" /> + <EntityRelationship Name="lk_p365i_salesunit_createdby" /> + <EntityRelationship Name="lk_p365i_salesunit_modifiedby" /> + <EntityRelationship Name="organization_p365i_prospecttoopportunity" /> + <EntityRelationship Name="organization_p365i_salesprocess" /> + <EntityRelationship Name="owner_p365i_accountplan" /> + <EntityRelationship Name="owner_p365i_actionplan" /> + <EntityRelationship Name="owner_p365i_actionplanactivitytemplate" /> + <EntityRelationship Name="owner_p365i_actionplantemplate" /> + <EntityRelationship Name="owner_p365i_listitem" /> + <EntityRelationship Name="owner_p365i_opportunity" /> + <EntityRelationship Name="owner_p365i_opportunityclosure" /> + <EntityRelationship Name="owner_p365i_opportunityproduct" /> + <EntityRelationship Name="owner_p365i_pricelist" /> + <EntityRelationship Name="owner_p365i_product" /> + <EntityRelationship Name="owner_p365i_prospect" /> + <EntityRelationship Name="owner_p365i_quote" /> + <EntityRelationship Name="owner_p365i_quoteproduct" /> + <EntityRelationship Name="owner_p365i_salesunit" /> + <EntityRelationship Name="p365i_account_OriginatingProspect_p365i_prospec" /> + <EntityRelationship Name="p365i_contact_OriginatingProspect_p365i_prospec" /> + <EntityRelationship Name="p365i_p365i_accountplan_Account_account" /> + <EntityRelationship Name="p365i_p365i_listitem_PriceList_p365i_pricelist" /> + <EntityRelationship Name="p365i_p365i_listitem_Product_p365i_product" /> + <EntityRelationship Name="p365i_p365i_listitem_SalesUnit_p365i_salesunit" /> + <EntityRelationship Name="p365i_p365i_opportunity_AccountPlan_p365i_accou" /> + <EntityRelationship Name="p365i_p365i_opportunity_parentAccountid_account" /> + <EntityRelationship Name="p365i_p365i_opportunity_parentContactid_contact" /> + <EntityRelationship Name="p365i_p365i_opportunity_PriceList_p365i_priceli" /> + <EntityRelationship Name="p365i_p365i_opportunity_Prospect_p365i_prospect" /> + <EntityRelationship Name="p365i_p365i_opportunityclosure_Opportunity_p365" /> + <EntityRelationship Name="p365i_p365i_opportunityproduct_ExistingProduct_" /> + <EntityRelationship Name="p365i_p365i_opportunityproduct_Opportunity_p365" /> + <EntityRelationship Name="p365i_p365i_opportunityproduct_PriceList_p365i_" /> + <EntityRelationship Name="p365i_p365i_opportunityproduct_SalesUnit_p365i_" /> + <EntityRelationship Name="p365i_p365i_pricelist_Currency_transactioncurre" /> + <EntityRelationship Name="p365i_p365i_prospect_parentaccontid_account" /> + <EntityRelationship Name="p365i_p365i_prospect_parentcontactfid_contact" /> + <EntityRelationship Name="p365i_p365i_quote_Account_account" /> + <EntityRelationship Name="p365i_p365i_quote_Contact_contact" /> + <EntityRelationship Name="p365i_p365i_quote_Opportunity_p365i_opportunity" /> + <EntityRelationship Name="p365i_p365i_quote_PriceList_p365i_pricelist" /> + <EntityRelationship Name="p365i_p365i_quoteproduct_ExistingProduct_p365i_" /> + <EntityRelationship Name="p365i_p365i_quoteproduct_OpportunityProduct_p36" /> + <EntityRelationship Name="p365i_p365i_quoteproduct_PriceList_p365i_pricel" /> + <EntityRelationship Name="p365i_p365i_quoteproduct_Quote_p365i_quote" /> + <EntityRelationship Name="p365i_p365i_quoteproduct_SalesUnit_p365i_salesu" /> + <EntityRelationship Name="p365i_SalesUnit_p365i_Product_p365i_Produ" /> + <EntityRelationship Name="team_p365i_accountplan" /> + <EntityRelationship Name="team_p365i_actionplan" /> + <EntityRelationship Name="team_p365i_actionplanactivitytemplate" /> + <EntityRelationship Name="team_p365i_actionplantemplate" /> + <EntityRelationship Name="team_p365i_listitem" /> + <EntityRelationship Name="team_p365i_opportunity" /> + <EntityRelationship Name="team_p365i_opportunityclosure" /> + <EntityRelationship Name="team_p365i_opportunityproduct" /> + <EntityRelationship Name="team_p365i_pricelist" /> + <EntityRelationship Name="team_p365i_product" /> + <EntityRelationship Name="team_p365i_prospect" /> + <EntityRelationship Name="team_p365i_quote" /> + <EntityRelationship Name="team_p365i_quoteproduct" /> + <EntityRelationship Name="team_p365i_salesunit" /> + <EntityRelationship Name="TransactionCurrency_p365i_ListItem" /> + <EntityRelationship Name="TransactionCurrency_p365i_Opportunity" /> + <EntityRelationship Name="TransactionCurrency_p365i_OpportunityClosure" /> + <EntityRelationship Name="TransactionCurrency_p365i_OpportunityProduct" /> + <EntityRelationship Name="TransactionCurrency_p365i_Prospect" /> + <EntityRelationship Name="TransactionCurrency_p365i_Quote" /> + <EntityRelationship Name="TransactionCurrency_p365i_QuoteProduct" /> + <EntityRelationship Name="user_p365i_accountplan" /> + <EntityRelationship Name="user_p365i_actionplan" /> + <EntityRelationship Name="user_p365i_actionplanactivitytemplate" /> + <EntityRelationship Name="user_p365i_actionplantemplate" /> + <EntityRelationship Name="user_p365i_listitem" /> + <EntityRelationship Name="user_p365i_opportunity" /> + <EntityRelationship Name="user_p365i_opportunityclosure" /> + <EntityRelationship Name="user_p365i_opportunityproduct" /> + <EntityRelationship Name="user_p365i_pricelist" /> + <EntityRelationship Name="user_p365i_product" /> + <EntityRelationship Name="user_p365i_prospect" /> + <EntityRelationship Name="user_p365i_quote" /> + <EntityRelationship Name="user_p365i_quoteproduct" /> + <EntityRelationship Name="user_p365i_salesunit" /> +</EntityRelationships> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/Account.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/Account.xml new file mode 100644 index 00000000..fc0ad0ee --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/Account.xml @@ -0,0 +1,143 @@ +<?xml version="1.0" encoding="utf-8"?> +<EntityRelationships xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <EntityRelationship Name="p365i_p365i_accountplan_Account_account"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_AccountPlan</ReferencingEntityName> + <ReferencedEntityName>Account</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_Account</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_Account</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_accountplan_Account_account</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> + <EntityRelationship Name="p365i_p365i_opportunity_parentAccountid_account"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Opportunity</ReferencingEntityName> + <ReferencedEntityName>Account</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_parentAccountid</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_parentAccountid</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_opportunity_parentAccountid_account</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> + <EntityRelationship Name="p365i_p365i_prospect_parentaccontid_account"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Prospect</ReferencingEntityName> + <ReferencedEntityName>Account</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_parentaccountid</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_parentaccountid</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_prospect_parentaccontid_account</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> + <EntityRelationship Name="p365i_p365i_quote_Account_account"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Quote</ReferencingEntityName> + <ReferencedEntityName>Account</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_Account</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_Account</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_quote_Account_account</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> +</EntityRelationships> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/BusinessUnit.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/BusinessUnit.xml new file mode 100644 index 00000000..f471b208 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/BusinessUnit.xml @@ -0,0 +1,283 @@ +<?xml version="1.0" encoding="utf-8"?> +<EntityRelationships xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <EntityRelationship Name="business_unit_p365i_accountplan"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_AccountPlan</ReferencingEntityName> + <ReferencedEntityName>BusinessUnit</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningBusinessUnit</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="business_unit_p365i_actionplan"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ActionPlan</ReferencingEntityName> + <ReferencedEntityName>BusinessUnit</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningBusinessUnit</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="business_unit_p365i_actionplanactivitytemplate"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ActionPlanActivityTemplate</ReferencingEntityName> + <ReferencedEntityName>BusinessUnit</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningBusinessUnit</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="business_unit_p365i_actionplantemplate"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ActionPlanTemplate</ReferencingEntityName> + <ReferencedEntityName>BusinessUnit</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningBusinessUnit</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="business_unit_p365i_listitem"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ListItem</ReferencingEntityName> + <ReferencedEntityName>BusinessUnit</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningBusinessUnit</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="business_unit_p365i_opportunity"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Opportunity</ReferencingEntityName> + <ReferencedEntityName>BusinessUnit</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningBusinessUnit</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="business_unit_p365i_opportunityclosure"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_OpportunityClosure</ReferencingEntityName> + <ReferencedEntityName>BusinessUnit</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningBusinessUnit</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="business_unit_p365i_opportunityproduct"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_OpportunityProduct</ReferencingEntityName> + <ReferencedEntityName>BusinessUnit</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningBusinessUnit</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="business_unit_p365i_pricelist"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_PriceList</ReferencingEntityName> + <ReferencedEntityName>BusinessUnit</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningBusinessUnit</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="business_unit_p365i_product"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Product</ReferencingEntityName> + <ReferencedEntityName>BusinessUnit</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningBusinessUnit</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="business_unit_p365i_prospect"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Prospect</ReferencingEntityName> + <ReferencedEntityName>BusinessUnit</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningBusinessUnit</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="business_unit_p365i_quote"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Quote</ReferencingEntityName> + <ReferencedEntityName>BusinessUnit</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningBusinessUnit</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="business_unit_p365i_quoteproduct"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_QuoteProduct</ReferencingEntityName> + <ReferencedEntityName>BusinessUnit</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningBusinessUnit</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="business_unit_p365i_salesunit"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_SalesUnit</ReferencingEntityName> + <ReferencedEntityName>BusinessUnit</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningBusinessUnit</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the business unit that owns the record" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> +</EntityRelationships> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/Contact.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/Contact.xml new file mode 100644 index 00000000..213d3a4a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/Contact.xml @@ -0,0 +1,108 @@ +<?xml version="1.0" encoding="utf-8"?> +<EntityRelationships xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <EntityRelationship Name="p365i_p365i_opportunity_parentContactid_contact"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Opportunity</ReferencingEntityName> + <ReferencedEntityName>Contact</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_parentContactid</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_parentContactid</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_opportunity_parentContactid_contact</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> + <EntityRelationship Name="p365i_p365i_prospect_parentcontactfid_contact"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Prospect</ReferencingEntityName> + <ReferencedEntityName>Contact</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_parentcontactfid</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_parentcontactfid</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_prospect_parentcontactfid_contact</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> + <EntityRelationship Name="p365i_p365i_quote_Contact_contact"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Quote</ReferencingEntityName> + <ReferencedEntityName>Contact</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_Contact</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_Contact</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_quote_Contact_contact</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> +</EntityRelationships> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/Organization.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/Organization.xml new file mode 100644 index 00000000..1ccc66df --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/Organization.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8"?> +<EntityRelationships xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <EntityRelationship Name="organization_p365i_prospecttoopportunity"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_prospecttoopportunity</ReferencingEntityName> + <ReferencedEntityName>Organization</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OrganizationId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the organization" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="organization_p365i_salesprocess"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_salesprocess</ReferencingEntityName> + <ReferencedEntityName>Organization</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OrganizationId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the organization" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> +</EntityRelationships> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/Owner.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/Owner.xml new file mode 100644 index 00000000..488bf721 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/Owner.xml @@ -0,0 +1,283 @@ +<?xml version="1.0" encoding="utf-8"?> +<EntityRelationships xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <EntityRelationship Name="owner_p365i_accountplan"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_AccountPlan</ReferencingEntityName> + <ReferencedEntityName>Owner</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwnerId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="owner_p365i_actionplan"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ActionPlan</ReferencingEntityName> + <ReferencedEntityName>Owner</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwnerId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="owner_p365i_actionplanactivitytemplate"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ActionPlanActivityTemplate</ReferencingEntityName> + <ReferencedEntityName>Owner</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwnerId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="owner_p365i_actionplantemplate"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ActionPlanTemplate</ReferencingEntityName> + <ReferencedEntityName>Owner</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwnerId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="owner_p365i_listitem"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ListItem</ReferencingEntityName> + <ReferencedEntityName>Owner</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwnerId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="owner_p365i_opportunity"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Opportunity</ReferencingEntityName> + <ReferencedEntityName>Owner</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwnerId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="owner_p365i_opportunityclosure"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_OpportunityClosure</ReferencingEntityName> + <ReferencedEntityName>Owner</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwnerId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="owner_p365i_opportunityproduct"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_OpportunityProduct</ReferencingEntityName> + <ReferencedEntityName>Owner</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwnerId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="owner_p365i_pricelist"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_PriceList</ReferencingEntityName> + <ReferencedEntityName>Owner</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwnerId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="owner_p365i_product"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Product</ReferencingEntityName> + <ReferencedEntityName>Owner</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwnerId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="owner_p365i_prospect"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Prospect</ReferencingEntityName> + <ReferencedEntityName>Owner</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwnerId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="owner_p365i_quote"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Quote</ReferencingEntityName> + <ReferencedEntityName>Owner</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwnerId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="owner_p365i_quoteproduct"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_QuoteProduct</ReferencingEntityName> + <ReferencedEntityName>Owner</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwnerId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="owner_p365i_salesunit"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_SalesUnit</ReferencingEntityName> + <ReferencedEntityName>Owner</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwnerId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Owner Id" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> +</EntityRelationships> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/ProcessStage.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/ProcessStage.xml new file mode 100644 index 00000000..3e2575bc --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/ProcessStage.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8"?> +<EntityRelationships xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <EntityRelationship Name="lk_p365i_prospecttoopportunity_activestageid"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_prospecttoopportunity</ReferencingEntityName> + <ReferencedEntityName>ProcessStage</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>ActiveStageId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the active stage for the Business Process Flow instance." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_salesprocess_activestageid"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_salesprocess</ReferencingEntityName> + <ReferencedEntityName>ProcessStage</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>ActiveStageId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the active stage for the Business Process Flow instance." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> +</EntityRelationships> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/SystemUser.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/SystemUser.xml new file mode 100644 index 00000000..a1c180dd --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/SystemUser.xml @@ -0,0 +1,923 @@ +<?xml version="1.0" encoding="utf-8"?> +<EntityRelationships xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <EntityRelationship Name="lk_p365i_accountplan_createdby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_AccountPlan</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>CreatedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_accountplan_modifiedby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_AccountPlan</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>ModifiedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_actionplan_createdby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ActionPlan</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>CreatedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_actionplan_modifiedby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ActionPlan</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>ModifiedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_actionplanactivitytemplate_createdby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ActionPlanActivityTemplate</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>CreatedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_actionplanactivitytemplate_modifiedby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ActionPlanActivityTemplate</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>ModifiedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_actionplantemplate_createdby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ActionPlanTemplate</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>CreatedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_actionplantemplate_modifiedby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ActionPlanTemplate</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>ModifiedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_listitem_createdby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ListItem</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>CreatedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_listitem_modifiedby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ListItem</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>ModifiedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_opportunity_createdby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Opportunity</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>CreatedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_opportunity_modifiedby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Opportunity</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>ModifiedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_opportunityclosure_createdby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_OpportunityClosure</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>CreatedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_opportunityclosure_modifiedby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_OpportunityClosure</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>ModifiedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_opportunityproduct_createdby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_OpportunityProduct</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>CreatedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_opportunityproduct_modifiedby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_OpportunityProduct</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>ModifiedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_pricelist_createdby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_PriceList</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>CreatedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_pricelist_modifiedby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_PriceList</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>ModifiedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_product_createdby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Product</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>CreatedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_product_modifiedby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Product</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>ModifiedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_prospect_createdby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Prospect</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>CreatedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_prospect_modifiedby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Prospect</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>ModifiedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_prospecttoopportunity_createdby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_prospecttoopportunity</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>CreatedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_prospecttoopportunity_modifiedby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_prospecttoopportunity</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>ModifiedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_quote_createdby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Quote</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>CreatedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_quote_modifiedby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Quote</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>ModifiedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_quoteproduct_createdby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_QuoteProduct</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>CreatedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_quoteproduct_modifiedby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_QuoteProduct</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>ModifiedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_salesprocess_createdby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_salesprocess</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>CreatedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_salesprocess_modifiedby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_salesprocess</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>ModifiedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_salesunit_createdby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_SalesUnit</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>CreatedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who created the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_salesunit_modifiedby"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_SalesUnit</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>ModifiedBy</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the user who modified the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="user_p365i_accountplan"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_AccountPlan</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningUser</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="user_p365i_actionplan"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ActionPlan</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningUser</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="user_p365i_actionplanactivitytemplate"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ActionPlanActivityTemplate</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningUser</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="user_p365i_actionplantemplate"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ActionPlanTemplate</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningUser</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="user_p365i_listitem"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ListItem</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningUser</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="user_p365i_opportunity"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Opportunity</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningUser</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="user_p365i_opportunityclosure"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_OpportunityClosure</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningUser</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="user_p365i_opportunityproduct"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_OpportunityProduct</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningUser</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="user_p365i_pricelist"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_PriceList</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningUser</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="user_p365i_product"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Product</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningUser</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="user_p365i_prospect"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Prospect</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningUser</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="user_p365i_quote"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Quote</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningUser</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="user_p365i_quoteproduct"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_QuoteProduct</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningUser</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="user_p365i_salesunit"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_SalesUnit</ReferencingEntityName> + <ReferencedEntityName>SystemUser</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningUser</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the user that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> +</EntityRelationships> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/Team.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/Team.xml new file mode 100644 index 00000000..cacfae5b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/Team.xml @@ -0,0 +1,283 @@ +<?xml version="1.0" encoding="utf-8"?> +<EntityRelationships xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <EntityRelationship Name="team_p365i_accountplan"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_AccountPlan</ReferencingEntityName> + <ReferencedEntityName>Team</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningTeam</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="team_p365i_actionplan"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ActionPlan</ReferencingEntityName> + <ReferencedEntityName>Team</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningTeam</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="team_p365i_actionplanactivitytemplate"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ActionPlanActivityTemplate</ReferencingEntityName> + <ReferencedEntityName>Team</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningTeam</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="team_p365i_actionplantemplate"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ActionPlanTemplate</ReferencingEntityName> + <ReferencedEntityName>Team</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningTeam</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="team_p365i_listitem"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ListItem</ReferencingEntityName> + <ReferencedEntityName>Team</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningTeam</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="team_p365i_opportunity"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Opportunity</ReferencingEntityName> + <ReferencedEntityName>Team</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningTeam</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="team_p365i_opportunityclosure"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_OpportunityClosure</ReferencingEntityName> + <ReferencedEntityName>Team</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningTeam</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="team_p365i_opportunityproduct"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_OpportunityProduct</ReferencingEntityName> + <ReferencedEntityName>Team</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningTeam</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="team_p365i_pricelist"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_PriceList</ReferencingEntityName> + <ReferencedEntityName>Team</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningTeam</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="team_p365i_product"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Product</ReferencingEntityName> + <ReferencedEntityName>Team</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningTeam</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="team_p365i_prospect"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Prospect</ReferencingEntityName> + <ReferencedEntityName>Team</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningTeam</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="team_p365i_quote"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Quote</ReferencingEntityName> + <ReferencedEntityName>Team</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningTeam</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="team_p365i_quoteproduct"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_QuoteProduct</ReferencingEntityName> + <ReferencedEntityName>Team</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningTeam</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="team_p365i_salesunit"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_SalesUnit</ReferencingEntityName> + <ReferencedEntityName>Team</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>OwningTeam</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier for the team that owns the record." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> +</EntityRelationships> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/TransactionCurrency.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/TransactionCurrency.xml new file mode 100644 index 00000000..c9a69301 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/TransactionCurrency.xml @@ -0,0 +1,178 @@ +<?xml version="1.0" encoding="utf-8"?> +<EntityRelationships xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <EntityRelationship Name="p365i_p365i_pricelist_Currency_transactioncurre"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_PriceList</ReferencingEntityName> + <ReferencedEntityName>TransactionCurrency</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_Currency</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_Currency</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_pricelist_Currency_transactioncurre</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> + <EntityRelationship Name="TransactionCurrency_p365i_ListItem"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ListItem</ReferencingEntityName> + <ReferencedEntityName>TransactionCurrency</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>Restrict</CascadeDelete> + <CascadeArchive>Restrict</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>TransactionCurrencyId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the currency associated with the entity." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="TransactionCurrency_p365i_Opportunity"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Opportunity</ReferencingEntityName> + <ReferencedEntityName>TransactionCurrency</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>Restrict</CascadeDelete> + <CascadeArchive>Restrict</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>TransactionCurrencyId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the currency associated with the entity." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="TransactionCurrency_p365i_OpportunityClosure"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_OpportunityClosure</ReferencingEntityName> + <ReferencedEntityName>TransactionCurrency</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>Restrict</CascadeDelete> + <CascadeArchive>Restrict</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>TransactionCurrencyId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the currency associated with the entity." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="TransactionCurrency_p365i_OpportunityProduct"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_OpportunityProduct</ReferencingEntityName> + <ReferencedEntityName>TransactionCurrency</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>Restrict</CascadeDelete> + <CascadeArchive>Restrict</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>TransactionCurrencyId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the currency associated with the entity." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="TransactionCurrency_p365i_Prospect"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Prospect</ReferencingEntityName> + <ReferencedEntityName>TransactionCurrency</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>Restrict</CascadeDelete> + <CascadeArchive>Restrict</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>TransactionCurrencyId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the currency associated with the entity." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="TransactionCurrency_p365i_Quote"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Quote</ReferencingEntityName> + <ReferencedEntityName>TransactionCurrency</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>Restrict</CascadeDelete> + <CascadeArchive>Restrict</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>TransactionCurrencyId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the currency associated with the entity." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="TransactionCurrency_p365i_QuoteProduct"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_QuoteProduct</ReferencingEntityName> + <ReferencedEntityName>TransactionCurrency</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>Restrict</CascadeDelete> + <CascadeArchive>Restrict</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>TransactionCurrencyId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the currency associated with the entity." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> +</EntityRelationships> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/Workflow.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/Workflow.xml new file mode 100644 index 00000000..c8c434e6 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/Workflow.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8"?> +<EntityRelationships xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <EntityRelationship Name="lk_p365i_prospecttoopportunity_processid"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_prospecttoopportunity</ReferencingEntityName> + <ReferencedEntityName>Workflow</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>ProcessId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the workflow associated to the Business Process Flow instance." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> + <EntityRelationship Name="lk_p365i_salesprocess_processid"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_salesprocess</ReferencingEntityName> + <ReferencedEntityName>Workflow</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>NoCascade</CascadeDelete> + <CascadeArchive>NoCascade</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <ReferencingAttributeName>ProcessId</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="Unique identifier of the workflow associated to the Business Process Flow instance." languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + </EntityRelationship> +</EntityRelationships> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_AccountPlan.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_AccountPlan.xml new file mode 100644 index 00000000..d4366220 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_AccountPlan.xml @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="utf-8"?> +<EntityRelationships xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <EntityRelationship Name="p365i_p365i_opportunity_AccountPlan_p365i_accou"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Opportunity</ReferencingEntityName> + <ReferencedEntityName>p365i_AccountPlan</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_AccountPlan</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_AccountPlan</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_opportunity_AccountPlan_p365i_accou</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> +</EntityRelationships> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_ListItem.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_ListItem.xml new file mode 100644 index 00000000..30c03584 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_ListItem.xml @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="utf-8"?> +<EntityRelationships xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <EntityRelationship Name="p365i_p365i_opportunityproduct_ExistingProduct_"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_OpportunityProduct</ReferencingEntityName> + <ReferencedEntityName>p365i_ListItem</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_ExistingProduct</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>DoNotDisplay</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_ExistingProduct</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_opportunityproduct_ExistingProduct_</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> + <EntityRelationship Name="p365i_p365i_quoteproduct_ExistingProduct_p365i_"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_QuoteProduct</ReferencingEntityName> + <ReferencedEntityName>p365i_ListItem</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_ExistingProduct</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>DoNotDisplay</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_ExistingProduct</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_quoteproduct_ExistingProduct_p365i_</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> +</EntityRelationships> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_Opportunity.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_Opportunity.xml new file mode 100644 index 00000000..b821d450 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_Opportunity.xml @@ -0,0 +1,178 @@ +<?xml version="1.0" encoding="utf-8"?> +<EntityRelationships xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <EntityRelationship Name="bpf_p365i_opportunity_p365i_prospecttoopportunity"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_prospecttoopportunity</ReferencingEntityName> + <ReferencedEntityName>p365i_Opportunity</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>bpf_p365i_opportunityid</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>bpf_p365i_opportunityid</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>bpf_p365i_opportunity_p365i_prospecttoopportunity</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> + <EntityRelationship Name="bpf_p365i_opportunity_p365i_salesprocess"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_salesprocess</ReferencingEntityName> + <ReferencedEntityName>p365i_Opportunity</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>Cascade</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>bpf_p365i_opportunityid</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>bpf_p365i_opportunityid</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>bpf_p365i_opportunity_p365i_salesprocess</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> + <EntityRelationship Name="p365i_p365i_opportunityclosure_Opportunity_p365"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_OpportunityClosure</ReferencingEntityName> + <ReferencedEntityName>p365i_Opportunity</ReferencedEntityName> + <CascadeAssign>Cascade</CascadeAssign> + <CascadeDelete>Cascade</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>Cascade</CascadeReparent> + <CascadeShare>Cascade</CascadeShare> + <CascadeUnshare>Cascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_Opportunity</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_Opportunity</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_opportunityclosure_Opportunity_p365</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> + <EntityRelationship Name="p365i_p365i_opportunityproduct_Opportunity_p365"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_OpportunityProduct</ReferencingEntityName> + <ReferencedEntityName>p365i_Opportunity</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_Opportunity</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_Opportunity</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_opportunityproduct_Opportunity_p365</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> + <EntityRelationship Name="p365i_p365i_quote_Opportunity_p365i_opportunity"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Quote</ReferencingEntityName> + <ReferencedEntityName>p365i_Opportunity</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_Opportunity</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_Opportunity</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_quote_Opportunity_p365i_opportunity</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> +</EntityRelationships> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_OpportunityProduct.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_OpportunityProduct.xml new file mode 100644 index 00000000..8e56b50e --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_OpportunityProduct.xml @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="utf-8"?> +<EntityRelationships xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <EntityRelationship Name="p365i_p365i_quoteproduct_OpportunityProduct_p36"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_QuoteProduct</ReferencingEntityName> + <ReferencedEntityName>p365i_OpportunityProduct</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_OpportunityProduct</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_OpportunityProduct</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_quoteproduct_OpportunityProduct_p36</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> +</EntityRelationships> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_PriceList.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_PriceList.xml new file mode 100644 index 00000000..f557a185 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_PriceList.xml @@ -0,0 +1,178 @@ +<?xml version="1.0" encoding="utf-8"?> +<EntityRelationships xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <EntityRelationship Name="p365i_p365i_listitem_PriceList_p365i_pricelist"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ListItem</ReferencingEntityName> + <ReferencedEntityName>p365i_PriceList</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_PriceList</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_PriceList</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_listitem_PriceList_p365i_pricelist</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> + <EntityRelationship Name="p365i_p365i_opportunity_PriceList_p365i_priceli"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Opportunity</ReferencingEntityName> + <ReferencedEntityName>p365i_PriceList</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_PriceList</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>DoNotDisplay</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_PriceList</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_opportunity_PriceList_p365i_priceli</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> + <EntityRelationship Name="p365i_p365i_opportunityproduct_PriceList_p365i_"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_OpportunityProduct</ReferencingEntityName> + <ReferencedEntityName>p365i_PriceList</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_PriceList</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>DoNotDisplay</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_PriceList</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_opportunityproduct_PriceList_p365i_</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> + <EntityRelationship Name="p365i_p365i_quote_PriceList_p365i_pricelist"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Quote</ReferencingEntityName> + <ReferencedEntityName>p365i_PriceList</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_PriceList</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>DoNotDisplay</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_PriceList</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_quote_PriceList_p365i_pricelist</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> + <EntityRelationship Name="p365i_p365i_quoteproduct_PriceList_p365i_pricel"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_QuoteProduct</ReferencingEntityName> + <ReferencedEntityName>p365i_PriceList</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_PriceList</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>DoNotDisplay</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_PriceList</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_quoteproduct_PriceList_p365i_pricel</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> +</EntityRelationships> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_Product.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_Product.xml new file mode 100644 index 00000000..c2abbfac --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_Product.xml @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="utf-8"?> +<EntityRelationships xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <EntityRelationship Name="p365i_p365i_listitem_Product_p365i_product"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ListItem</ReferencingEntityName> + <ReferencedEntityName>p365i_Product</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_Product</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_Product</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_listitem_Product_p365i_product</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> + <EntityRelationship Name="p365i_SalesUnit_p365i_Product_p365i_Produ"> + <EntityRelationshipType>ManyToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <FirstEntityName>p365i_Product</FirstEntityName> + <SecondEntityName>p365i_SalesUnit</SecondEntityName> + <IntersectEntityName>p365i_SalesUnit_p365i_Product</IntersectEntityName> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_SalesUnit_p365i_Product_p365i_Produ</NavigationPropertyName> + <AssociationRoleOrdinal>1</AssociationRoleOrdinal> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_SalesUnit_p365i_Product_p365i_Produ</NavigationPropertyName> + <AssociationRoleOrdinal>2</AssociationRoleOrdinal> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> +</EntityRelationships> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_Prospect.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_Prospect.xml new file mode 100644 index 00000000..c8c5d758 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_Prospect.xml @@ -0,0 +1,143 @@ +<?xml version="1.0" encoding="utf-8"?> +<EntityRelationships xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <EntityRelationship Name="bpf_p365i_prospect_p365i_prospecttoopportunity"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_prospecttoopportunity</ReferencingEntityName> + <ReferencedEntityName>p365i_Prospect</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>Cascade</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>bpf_p365i_prospectid</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>bpf_p365i_prospectid</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>bpf_p365i_prospect_p365i_prospecttoopportunity</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> + <EntityRelationship Name="p365i_account_OriginatingProspect_p365i_prospec"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>Account</ReferencingEntityName> + <ReferencedEntityName>p365i_Prospect</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_OriginatingProspect</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_OriginatingProspect</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_account_OriginatingProspect_p365i_prospec</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> + <EntityRelationship Name="p365i_contact_OriginatingProspect_p365i_prospec"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>Contact</ReferencingEntityName> + <ReferencedEntityName>p365i_Prospect</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_OriginatingProspect</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_OriginatingProspect</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_contact_OriginatingProspect_p365i_prospec</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> + <EntityRelationship Name="p365i_p365i_opportunity_Prospect_p365i_prospect"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_Opportunity</ReferencingEntityName> + <ReferencedEntityName>p365i_Prospect</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_Prospect</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_Prospect</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_opportunity_Prospect_p365i_prospect</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> +</EntityRelationships> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_Quote.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_Quote.xml new file mode 100644 index 00000000..9c3a19b7 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_Quote.xml @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="utf-8"?> +<EntityRelationships xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <EntityRelationship Name="p365i_p365i_quoteproduct_Quote_p365i_quote"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_QuoteProduct</ReferencingEntityName> + <ReferencedEntityName>p365i_Quote</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_Quote</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_Quote</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_quoteproduct_Quote_p365i_quote</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> +</EntityRelationships> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_SalesUnit.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_SalesUnit.xml new file mode 100644 index 00000000..50f7035d --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Relationships/p365i_SalesUnit.xml @@ -0,0 +1,108 @@ +<?xml version="1.0" encoding="utf-8"?> +<EntityRelationships xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <EntityRelationship Name="p365i_p365i_listitem_SalesUnit_p365i_salesunit"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_ListItem</ReferencingEntityName> + <ReferencedEntityName>p365i_SalesUnit</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_SalesUnit</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_SalesUnit</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_listitem_SalesUnit_p365i_salesunit</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> + <EntityRelationship Name="p365i_p365i_opportunityproduct_SalesUnit_p365i_"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_OpportunityProduct</ReferencingEntityName> + <ReferencedEntityName>p365i_SalesUnit</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_SalesUnit</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>DoNotDisplay</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_SalesUnit</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_opportunityproduct_SalesUnit_p365i_</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> + <EntityRelationship Name="p365i_p365i_quoteproduct_SalesUnit_p365i_salesu"> + <EntityRelationshipType>OneToMany</EntityRelationshipType> + <IsCustomizable>1</IsCustomizable> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsHierarchical>0</IsHierarchical> + <ReferencingEntityName>p365i_QuoteProduct</ReferencingEntityName> + <ReferencedEntityName>p365i_SalesUnit</ReferencedEntityName> + <CascadeAssign>NoCascade</CascadeAssign> + <CascadeDelete>RemoveLink</CascadeDelete> + <CascadeArchive>RemoveLink</CascadeArchive> + <CascadeReparent>NoCascade</CascadeReparent> + <CascadeShare>NoCascade</CascadeShare> + <CascadeUnshare>NoCascade</CascadeUnshare> + <CascadeRollupView>NoCascade</CascadeRollupView> + <IsValidForAdvancedFind>1</IsValidForAdvancedFind> + <ReferencingAttributeName>p365i_SalesUnit</ReferencingAttributeName> + <RelationshipDescription> + <Descriptions> + <Description description="" languagecode="1033" /> + </Descriptions> + </RelationshipDescription> + <EntityRelationshipRoles> + <EntityRelationshipRole> + <NavPaneDisplayOption>DoNotDisplay</NavPaneDisplayOption> + <NavPaneArea>Details</NavPaneArea> + <NavPaneOrder>10000</NavPaneOrder> + <NavigationPropertyName>p365i_SalesUnit</NavigationPropertyName> + <RelationshipRoleType>1</RelationshipRoleType> + </EntityRelationshipRole> + <EntityRelationshipRole> + <NavigationPropertyName>p365i_p365i_quoteproduct_SalesUnit_p365i_salesu</NavigationPropertyName> + <RelationshipRoleType>0</RelationshipRoleType> + </EntityRelationshipRole> + </EntityRelationshipRoles> + </EntityRelationship> +</EntityRelationships> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Solution.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Solution.xml new file mode 100644 index 00000000..bc6e1b95 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Other/Solution.xml @@ -0,0 +1,223 @@ +<?xml version="1.0" encoding="utf-8"?> +<ImportExportXml version="9.2.24014.176" SolutionPackageVersion="9.2" languagecode="1033" generatedBy="CrmLive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <SolutionManifest> + <UniqueName>Power365CRMSalesSolution</UniqueName> + <LocalizedNames> + <LocalizedName description="Power 365 CRM - Sales Solution" languagecode="1033" /> + </LocalizedNames> + <Descriptions /> + <Version>1.0.0.1</Version> + <Managed>2</Managed> + <Publisher> + <UniqueName>Power365Initiatives</UniqueName> + <LocalizedNames> + <LocalizedName description="Power 365 Initiatives" languagecode="1033" /> + </LocalizedNames> + <Descriptions /> + <EMailAddress>info@power365initiatives.com</EMailAddress> + <SupportingWebsiteUrl xsi:nil="true"></SupportingWebsiteUrl> + <CustomizationPrefix>p365i</CustomizationPrefix> + <CustomizationOptionValuePrefix>44631</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="1" schemaName="account" behavior="2" /> + <RootComponent type="1" schemaName="contact" behavior="1" /> + <RootComponent type="1" schemaName="p365i_accountplan" behavior="0" /> + <RootComponent type="1" schemaName="p365i_actionplan" behavior="0" /> + <RootComponent type="1" schemaName="p365i_actionplanactivitytemplate" behavior="0" /> + <RootComponent type="1" schemaName="p365i_actionplantemplate" behavior="0" /> + <RootComponent type="1" schemaName="p365i_listitem" behavior="0" /> + <RootComponent type="1" schemaName="p365i_opportunity" behavior="0" /> + <RootComponent type="1" schemaName="p365i_opportunityclosure" behavior="0" /> + <RootComponent type="1" schemaName="p365i_opportunityproduct" behavior="0" /> + <RootComponent type="1" schemaName="p365i_pricelist" behavior="0" /> + <RootComponent type="1" schemaName="p365i_product" behavior="0" /> + <RootComponent type="1" schemaName="p365i_prospect" behavior="0" /> + <RootComponent type="1" schemaName="p365i_prospecttoopportunity" behavior="0" /> + <RootComponent type="1" schemaName="p365i_quote" behavior="0" /> + <RootComponent type="1" schemaName="p365i_quoteproduct" behavior="0" /> + <RootComponent type="1" schemaName="p365i_salesprocess" behavior="0" /> + <RootComponent type="1" schemaName="p365i_salesunit" behavior="0" /> + <RootComponent type="29" id="{1dbe38aa-526b-ee11-9ae7-6045bd127823}" behavior="0" /> + <RootComponent type="29" id="{333312d9-f77b-ee11-8179-00224840d636}" behavior="0" /> + <RootComponent type="29" id="{5e0eedae-796b-ee11-9ae7-6045bd127823}" behavior="0" /> + <RootComponent type="29" id="{832b81d0-0d7b-ee11-8179-00224840d636}" behavior="0" /> + <RootComponent type="29" id="{8da37770-727c-ee11-8179-00224840d636}" behavior="0" /> + <RootComponent type="29" id="{d9fffdc6-f47b-ee11-8179-00224840d636}" behavior="0" /> + <RootComponent type="300" schemaName="p365i_closeopportunity_48e00" behavior="0" /> + <RootComponent type="300" schemaName="p365i_qualifylead_c2d72" behavior="0" /> + <RootComponent type="300" schemaName="p365i_salescenterdefaultcommandlibrary_48e14" behavior="0" /> + <RootComponent type="60" id="{bc5c2150-fdc8-ee11-9079-00224841f5ce}" behavior="0" /> + <RootComponent type="61" schemaName="p365i_opportunity.js" behavior="0" /> + <RootComponent type="61" schemaName="p365i_opportunityIcon" behavior="0" /> + <RootComponent type="61" schemaName="p365i_pricelistIcon" behavior="0" /> + <RootComponent type="61" schemaName="p365i_productsIcon" behavior="0" /> + <RootComponent type="61" schemaName="p365i_prospectIcon" behavior="0" /> + <RootComponent type="61" schemaName="p365i_quote.js" behavior="0" /> + <RootComponent type="61" schemaName="p365i_quoteIcon" behavior="0" /> + <RootComponent type="61" schemaName="p365i_salesunitIcon" behavior="0" /> + <RootComponent type="62" schemaName="p365i_SalesCenter" behavior="0" /> + <RootComponent type="80" schemaName="p365i_SalesCenter" behavior="0" /> + <RootComponent type="9" schemaName="p365i_prospectsource" behavior="0" /> + <RootComponent type="9" schemaName="p365i_purchaseprocess" behavior="0" /> + <RootComponent type="9" schemaName="p365i_purchasetimeframe" behavior="0" /> + <RootComponent type="9" schemaName="p365i_revenuecalculaition" behavior="0" /> + <RootComponent type="91" id="{29148888-15b3-49a9-be8f-e2dea75a0d0e}" schemaName="P365I_CRM.Sales, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e1f2f6346080b059" behavior="0" /> + <RootComponent type="92" id="{0119cefc-eac0-ee11-9079-6045bd127823}" behavior="0" /> + <RootComponent type="92" id="{36b95e9e-f2c1-ee11-9079-00224840d636}" behavior="0" /> + <RootComponent type="92" id="{543893d1-18c9-ee11-9079-6045bd127823}" behavior="0" /> + <RootComponent type="92" id="{63a76359-a8c2-ee11-9079-00224840d636}" behavior="0" /> + <RootComponent type="92" id="{bdc21410-ebc0-ee11-9079-00224840d636}" behavior="0" /> + <RootComponent type="92" id="{ccfb494d-15c9-ee11-9078-00224840d636}" behavior="0" /> + <RootComponent type="92" id="{cdc73c7d-15c9-ee11-9078-00224840d636}" behavior="0" /> + </RootComponents> + <MissingDependencies> + <MissingDependency> + <Required type="10" schemaName="p365i_account_PriceList_p365i_pricelist" displayName="p365i_account_PriceList_p365i_pricelist" parentSchemaName="p365i_pricelist" parentDisplayName="Price List" solution="Active" /> + <Dependent type="60" displayName="Account - Sales form" parentDisplayName="Account" id="{dd81c0b1-fac8-ee11-9079-00224841f5ce}" /> + </MissingDependency> + <MissingDependency> + <Required type="2" schemaName="p365i_pricelist" displayName="Price List" parentSchemaName="account" parentDisplayName="Account" solution="Active" /> + <Dependent type="60" displayName="Account - Sales form" parentDisplayName="Account" id="{dd81c0b1-fac8-ee11-9079-00224841f5ce}" /> + </MissingDependency> + <MissingDependency> + <Required type="60" displayName="Account Reference Panel" parentDisplayName="Account" solution="msdynce_AppCommon (9.0.4.0066)" id="{098ae145-1567-41ec-8398-86dbaac70c9b}"> + <package>msdynce_AppCommonAnchor (9.0.23123.10002)</package> + </Required> + <Dependent type="80" schemaName="p365i_SalesCenter" displayName="Sales Center" /> + </MissingDependency> + <MissingDependency> + <Required type="60" displayName="Social Profiles" parentDisplayName="Account" solution="msdynce_AppCommon (9.0.4.0066)" id="{2205c86d-ed88-4a2f-a447-3b86a8781f2e}"> + <package>msdynce_AppCommonAnchor (9.0.23123.10002)</package> + </Required> + <Dependent type="80" schemaName="p365i_SalesCenter" displayName="Sales Center" /> + </MissingDependency> + <MissingDependency> + <Required type="60" displayName="account contact card" parentDisplayName="Contact" solution="msdynce_AppCommon (9.0.4.0066)" id="{29de27bc-a257-4f29-99cf-bab4a84e688f}"> + <package>msdynce_AppCommonAnchor (9.0.23123.10002)</package> + </Required> + <Dependent type="60" displayName="Account - Sales form" parentDisplayName="Account" id="{dd81c0b1-fac8-ee11-9079-00224841f5ce}" /> + </MissingDependency> + <MissingDependency> + <Required type="60" displayName="Account Hierarchy Tile Form" parentDisplayName="Account" solution="msdynce_AppCommon (9.0.4.0066)" id="{69cff312-cfb6-4289-9631-249ab85d2c62}"> + <package>msdynce_AppCommonAnchor (9.0.23123.10002)</package> + </Required> + <Dependent type="80" schemaName="p365i_SalesCenter" displayName="Sales Center" /> + </MissingDependency> + <MissingDependency> + <Required type="60" displayName="account card" parentDisplayName="Account" solution="msdynce_AppCommon (9.0.4.0066)" id="{b028db32-3619-48a5-ac51-cf3f947b0ef3}"> + <package>msdynce_AppCommonAnchor (9.0.23123.10002)</package> + </Required> + <Dependent type="80" schemaName="p365i_SalesCenter" displayName="Sales Center" /> + </MissingDependency> + <MissingDependency> + <Required type="60" displayName="Account Quick Create" parentDisplayName="Account" solution="msdynce_AppCommon (9.0.4.0066)" id="{c9e7ec2d-efca-4e4c-b3e3-f63c4bba5e4b}"> + <package>msdynce_AppCommonAnchor (9.0.23123.10002)</package> + </Required> + <Dependent type="80" schemaName="p365i_SalesCenter" displayName="Sales Center" /> + </MissingDependency> + <MissingDependency> + <Required type="61" schemaName="msdyn_/Images/AppModule_Default_Icon.png" displayName="msdyn_/Images/AppModule_Default_Icon.png" solution="AppModuleWebResources (2.5)" /> + <Dependent type="80" schemaName="p365i_SalesCenter" displayName="Sales Center" /> + </MissingDependency> + <MissingDependency> + <Required type="61" schemaName="p365i_helpers.js" displayName="p365i_helpers.js" solution="Active" /> + <Dependent type="61" schemaName="p365i_opportunity.js" displayName="p365i_opportunity.js" /> + </MissingDependency> + <MissingDependency> + <Required type="61" schemaName="p365i_helpers.js" displayName="p365i_helpers.js" solution="Active" /> + <Dependent type="61" schemaName="p365i_quote.js" displayName="p365i_quote.js" /> + </MissingDependency> + <MissingDependency> + <Required type="61" schemaName="p365i_ribbon.js" displayName="p365i_ribbon.js" solution="Active" /> + <Dependent type="appaction" displayName="p365i__AddQuote!3faee7a937754537b14ae7845945e029!p365i_SalesCenter!p365i_opportunity!0" id.uniquename="p365i__AddQuote!3faee7a937754537b14ae7845945e029!p365i_SalesCenter!p365i_opportunity!0" /> + </MissingDependency> + <MissingDependency> + <Required type="61" schemaName="p365i_ribbon.js" displayName="p365i_ribbon.js" solution="Active" /> + <Dependent type="appaction" displayName="p365i__DisqualifyProspec!ac1db836bb10401494303a0d1dbd8400!p365i_SalesCenter!p365i_prospect!0" id.uniquename="p365i__DisqualifyProspec!ac1db836bb10401494303a0d1dbd8400!p365i_SalesCenter!p365i_prospect!0" /> + </MissingDependency> + <MissingDependency> + <Required type="61" schemaName="p365i_ribbon.js" displayName="p365i_ribbon.js" solution="Active" /> + <Dependent type="appaction" displayName="p365i__Lose!f8783452a53a4107a5a665bf17e07a3b!p365i_SalesCenter!p365i_opportunity!0" id.uniquename="p365i__Lose!f8783452a53a4107a5a665bf17e07a3b!p365i_SalesCenter!p365i_opportunity!0" /> + </MissingDependency> + <MissingDependency> + <Required type="61" schemaName="p365i_ribbon.js" displayName="p365i_ribbon.js" solution="Active" /> + <Dependent type="appaction" displayName="p365i__QualifyProspect!5810dd08643a4e5a9e8bebeb0ffdf913!p365i_SalesCenter!p365i_prospect!0" id.uniquename="p365i__QualifyProspect!5810dd08643a4e5a9e8bebeb0ffdf913!p365i_SalesCenter!p365i_prospect!0" /> + </MissingDependency> + <MissingDependency> + <Required type="61" schemaName="p365i_ribbon.js" displayName="p365i_ribbon.js" solution="Active" /> + <Dependent type="appaction" displayName="p365i__Win!c4ee234944e546a4bceb4c90990c8ad8!p365i_SalesCenter!p365i_opportunity!0" id.uniquename="p365i__Win!c4ee234944e546a4bceb4c90990c8ad8!p365i_SalesCenter!p365i_opportunity!0" /> + </MissingDependency> + <MissingDependency> + <Required type="66" schemaName="MscrmControls.CardFeedContainer.CardFeedContainer" displayName="MscrmControls.CardFeedContainer.CardFeedContainer" solution="BaseCustomControlsCore (9.0.2401.4019)" /> + <Dependent type="60" displayName="Account - Sales form" parentDisplayName="Account" id="{dd81c0b1-fac8-ee11-9079-00224841f5ce}" /> + </MissingDependency> + <MissingDependency> + <Required type="66" schemaName="MscrmControls.FieldControls.ToggleControl" displayName="MscrmControls.FieldControls.ToggleControl" solution="BaseCustomControlsCore (9.0.2401.4019)" /> + <Dependent type="60" displayName="Quote Line Item" parentDisplayName="Quote Product" id="{c8532c46-4233-4f57-9990-eb767c611223}" /> + </MissingDependency> + <MissingDependency> + <Required type="9" schemaName="p365i_producttype" displayName="Product type" solution="Active" /> + <Dependent type="2" schemaName="p365i_type" displayName="Type" parentSchemaName="p365i_product" parentDisplayName="Product" /> + </MissingDependency> + </MissingDependencies> + </SolutionManifest> +</ImportExportXml> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/PluginAssemblies/P365I_CRMSales-29148888-15B3-49A9-BE8F-E2DEA75A0D0E/P365I_CRMSales.dll b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/PluginAssemblies/P365I_CRMSales-29148888-15B3-49A9-BE8F-E2DEA75A0D0E/P365I_CRMSales.dll new file mode 100644 index 00000000..03dc10b6 Binary files /dev/null and b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/PluginAssemblies/P365I_CRMSales-29148888-15B3-49A9-BE8F-E2DEA75A0D0E/P365I_CRMSales.dll differ diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/PluginAssemblies/P365I_CRMSales-29148888-15B3-49A9-BE8F-E2DEA75A0D0E/P365I_CRMSales.dll.data.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/PluginAssemblies/P365I_CRMSales-29148888-15B3-49A9-BE8F-E2DEA75A0D0E/P365I_CRMSales.dll.data.xml new file mode 100644 index 00000000..79362fdc --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/PluginAssemblies/P365I_CRMSales-29148888-15B3-49A9-BE8F-E2DEA75A0D0E/P365I_CRMSales.dll.data.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<PluginAssembly FullName="P365I_CRM.Sales, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e1f2f6346080b059" PluginAssemblyId="29148888-15b3-49a9-be8f-e2dea75a0d0e" CustomizationLevel="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <IsolationMode>2</IsolationMode> + <SourceType>0</SourceType> + <IntroducedVersion>1.0</IntroducedVersion> + <FileName>/PluginAssemblies/P365I_CRMSales-29148888-15B3-49A9-BE8F-E2DEA75A0D0E/P365I_CRMSales.dll</FileName> + <PluginTypes> + <PluginType AssemblyQualifiedName="P365I_CRM.Sales.CustomAPIs.CloseOpportunity, P365I_CRM.Sales, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e1f2f6346080b059" PluginTypeId="86b737dd-a8b2-47d2-bd9f-0c0809b43b23" Name="P365I_CRM.Sales.CustomAPIs.CloseOpportunity"> + <FriendlyName>6b1b0b91-d9a0-4e9b-94d4-3d6accd77d38</FriendlyName> + </PluginType> + <PluginType AssemblyQualifiedName="P365I_CRM.Sales.CustomAPIs.CreateQuoteFromOpp, P365I_CRM.Sales, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e1f2f6346080b059" PluginTypeId="d0dc2c1f-f2fd-4102-b3c1-e522c641fb9f" Name="P365I_CRM.Sales.CustomAPIs.CreateQuoteFromOpp"> + <FriendlyName>589a51eb-dd15-4685-ac8d-1ce5fa891f1d</FriendlyName> + </PluginType> + <PluginType AssemblyQualifiedName="P365I_CRM.Sales.CustomAPIs.QualifyProspect, P365I_CRM.Sales, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e1f2f6346080b059" PluginTypeId="6ead1150-1fa3-4078-b452-e2185ae9e0d2" Name="P365I_CRM.Sales.CustomAPIs.QualifyProspect"> + <FriendlyName>515a7ae0-e232-4d34-b87d-f1e62eb759b9</FriendlyName> + </PluginType> + <PluginType AssemblyQualifiedName="P365I_CRM.Sales.Plugins.OpportunityPostOp, P365I_CRM.Sales, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e1f2f6346080b059" PluginTypeId="e63b249e-8b08-4ba8-b439-72d97a53b97b" Name="P365I_CRM.Sales.Plugins.OpportunityPostOp"> + <FriendlyName>65c1432e-c182-4731-a21a-61ed98dc5077</FriendlyName> + </PluginType> + <PluginType AssemblyQualifiedName="P365I_CRM.Sales.Plugins.OpportunityProductPostOp, P365I_CRM.Sales, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e1f2f6346080b059" PluginTypeId="b42bf94c-664e-4d1b-b25a-288c477fa62c" Name="P365I_CRM.Sales.Plugins.OpportunityProductPostOp"> + <FriendlyName>51c594f4-89ff-45fd-b970-eee8a0f21a42</FriendlyName> + </PluginType> + <PluginType AssemblyQualifiedName="P365I_CRM.Sales.Plugins.QuoteProductPostOp, P365I_CRM.Sales, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e1f2f6346080b059" PluginTypeId="e998b616-24ac-4848-89d4-3fbe2b209139" Name="P365I_CRM.Sales.Plugins.QuoteProductPostOp"> + <FriendlyName>65df268d-5b6e-466e-8d5a-90a36e5f23ee</FriendlyName> + </PluginType> + </PluginTypes> +</PluginAssembly> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/SdkMessageProcessingSteps/{0119cefc-eac0-ee11-9079-6045bd127823}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/SdkMessageProcessingSteps/{0119cefc-eac0-ee11-9079-6045bd127823}.xml new file mode 100644 index 00000000..edb3ab82 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/SdkMessageProcessingSteps/{0119cefc-eac0-ee11-9079-6045bd127823}.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<SdkMessageProcessingStep Name="P365I_CRM.Sales.Plugins.OpportunityProductPostOp: Create of p365i_opportunityproduct" SdkMessageProcessingStepId="{0119cefc-eac0-ee11-9079-6045bd127823}" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <SdkMessageId>9ebdbb1b-ea3e-db11-86a7-000a3a5473e8</SdkMessageId> + <PluginTypeName>P365I_CRM.Sales.Plugins.OpportunityProductPostOp, P365I_CRM.Sales, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e1f2f6346080b059</PluginTypeName> + <PluginTypeId>b42bf94c-664e-4d1b-b25a-288c477fa62c</PluginTypeId> + <PrimaryEntity>p365i_opportunityproduct</PrimaryEntity> + <AsyncAutoDelete>0</AsyncAutoDelete> + <FilteringAttributes></FilteringAttributes> + <InvocationSource>1</InvocationSource> + <Mode>0</Mode> + <Rank>1</Rank> + <EventHandlerTypeCode>4602</EventHandlerTypeCode> + <Stage>40</Stage> + <IsCustomizable>1</IsCustomizable> + <IsHidden>0</IsHidden> + <SupportedDeployment>0</SupportedDeployment> + <IntroducedVersion>1.0</IntroducedVersion> + <SdkMessageProcessingStepImages /> +</SdkMessageProcessingStep> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/SdkMessageProcessingSteps/{36b95e9e-f2c1-ee11-9079-00224840d636}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/SdkMessageProcessingSteps/{36b95e9e-f2c1-ee11-9079-00224840d636}.xml new file mode 100644 index 00000000..a0a0826b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/SdkMessageProcessingSteps/{36b95e9e-f2c1-ee11-9079-00224840d636}.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<SdkMessageProcessingStep Name="P365I_CRM.Sales.Plugins.OpportunityPostOp: Update of p365i_opportunity" SdkMessageProcessingStepId="{36b95e9e-f2c1-ee11-9079-00224840d636}" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <SdkMessageId>20bebb1b-ea3e-db11-86a7-000a3a5473e8</SdkMessageId> + <PluginTypeName>P365I_CRM.Sales.Plugins.OpportunityPostOp, P365I_CRM.Sales, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e1f2f6346080b059</PluginTypeName> + <PluginTypeId>e63b249e-8b08-4ba8-b439-72d97a53b97b</PluginTypeId> + <PrimaryEntity>p365i_opportunity</PrimaryEntity> + <AsyncAutoDelete>0</AsyncAutoDelete> + <FilteringAttributes>p365i_detailedamount,p365i_discount,p365i_manualdiscount,p365i_revenue,p365i_tax</FilteringAttributes> + <InvocationSource>1</InvocationSource> + <Mode>0</Mode> + <Rank>1</Rank> + <EventHandlerTypeCode>4602</EventHandlerTypeCode> + <Stage>40</Stage> + <IsCustomizable>1</IsCustomizable> + <IsHidden>0</IsHidden> + <SupportedDeployment>0</SupportedDeployment> + <IntroducedVersion>1.0</IntroducedVersion> + <SdkMessageProcessingStepImages> + <SdkMessageProcessingStepImage Name="PostImage"> + <SdkMessageProcessingStepImageId>{6fc2eec2-f2c1-ee11-9079-6045bd127823}</SdkMessageProcessingStepImageId> + <Attributes>p365i_revenue,p365i_totalamount</Attributes> + <EntityAlias>PostImage</EntityAlias> + <ImageType>1</ImageType> + <MessagePropertyName>Target</MessagePropertyName> + <IsCustomizable>1</IsCustomizable> + </SdkMessageProcessingStepImage> + </SdkMessageProcessingStepImages> +</SdkMessageProcessingStep> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/SdkMessageProcessingSteps/{543893d1-18c9-ee11-9079-6045bd127823}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/SdkMessageProcessingSteps/{543893d1-18c9-ee11-9079-6045bd127823}.xml new file mode 100644 index 00000000..3dbd2aee --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/SdkMessageProcessingSteps/{543893d1-18c9-ee11-9079-6045bd127823}.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<SdkMessageProcessingStep Name="P365I_CRM.Sales.Plugins.QuoteProductPostOp: Delete of any Entity" SdkMessageProcessingStepId="{543893d1-18c9-ee11-9079-6045bd127823}" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <SdkMessageId>a1bdbb1b-ea3e-db11-86a7-000a3a5473e8</SdkMessageId> + <PluginTypeName>P365I_CRM.Sales.Plugins.QuoteProductPostOp, P365I_CRM.Sales, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e1f2f6346080b059</PluginTypeName> + <PluginTypeId>e998b616-24ac-4848-89d4-3fbe2b209139</PluginTypeId> + <PrimaryEntity>p365i_quoteproduct</PrimaryEntity> + <AsyncAutoDelete>0</AsyncAutoDelete> + <FilteringAttributes></FilteringAttributes> + <InvocationSource>1</InvocationSource> + <Mode>0</Mode> + <Rank>1</Rank> + <EventHandlerTypeCode>4602</EventHandlerTypeCode> + <Stage>40</Stage> + <IsCustomizable>1</IsCustomizable> + <IsHidden>0</IsHidden> + <SupportedDeployment>0</SupportedDeployment> + <IntroducedVersion>1.0</IntroducedVersion> + <SdkMessageProcessingStepImages> + <SdkMessageProcessingStepImage Name="PreImage"> + <SdkMessageProcessingStepImageId>{8354fac8-19c9-ee11-9078-00224840d636}</SdkMessageProcessingStepImageId> + <Attributes>p365i_quote</Attributes> + <EntityAlias>PreImage</EntityAlias> + <ImageType>0</ImageType> + <MessagePropertyName>Target</MessagePropertyName> + <IsCustomizable>1</IsCustomizable> + </SdkMessageProcessingStepImage> + </SdkMessageProcessingStepImages> +</SdkMessageProcessingStep> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/SdkMessageProcessingSteps/{63a76359-a8c2-ee11-9079-00224840d636}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/SdkMessageProcessingSteps/{63a76359-a8c2-ee11-9079-00224840d636}.xml new file mode 100644 index 00000000..abafe2e9 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/SdkMessageProcessingSteps/{63a76359-a8c2-ee11-9079-00224840d636}.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<SdkMessageProcessingStep Name="P365I_CRM.Sales.Plugins.OpportunityProductPostOp: Delete of p365i_opportunityproduct" SdkMessageProcessingStepId="{63a76359-a8c2-ee11-9079-00224840d636}" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <SdkMessageId>a1bdbb1b-ea3e-db11-86a7-000a3a5473e8</SdkMessageId> + <PluginTypeName>P365I_CRM.Sales.Plugins.OpportunityProductPostOp, P365I_CRM.Sales, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e1f2f6346080b059</PluginTypeName> + <PluginTypeId>b42bf94c-664e-4d1b-b25a-288c477fa62c</PluginTypeId> + <PrimaryEntity>p365i_opportunityproduct</PrimaryEntity> + <AsyncAutoDelete>0</AsyncAutoDelete> + <FilteringAttributes></FilteringAttributes> + <InvocationSource>1</InvocationSource> + <Mode>0</Mode> + <Rank>1</Rank> + <EventHandlerTypeCode>4602</EventHandlerTypeCode> + <Stage>40</Stage> + <IsCustomizable>1</IsCustomizable> + <IsHidden>0</IsHidden> + <SupportedDeployment>0</SupportedDeployment> + <IntroducedVersion>1.0</IntroducedVersion> + <SdkMessageProcessingStepImages> + <SdkMessageProcessingStepImage Name="PreImage"> + <SdkMessageProcessingStepImageId>{b85b6f72-a8c2-ee11-9079-6045bd127823}</SdkMessageProcessingStepImageId> + <Attributes>p365i_opportunity</Attributes> + <EntityAlias>PreImage</EntityAlias> + <ImageType>0</ImageType> + <MessagePropertyName>Target</MessagePropertyName> + <IsCustomizable>1</IsCustomizable> + </SdkMessageProcessingStepImage> + </SdkMessageProcessingStepImages> +</SdkMessageProcessingStep> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/SdkMessageProcessingSteps/{bdc21410-ebc0-ee11-9079-00224840d636}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/SdkMessageProcessingSteps/{bdc21410-ebc0-ee11-9079-00224840d636}.xml new file mode 100644 index 00000000..fd1419b5 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/SdkMessageProcessingSteps/{bdc21410-ebc0-ee11-9079-00224840d636}.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<SdkMessageProcessingStep Name="P365I_CRM.Sales.Plugins.OpportunityProductPostOp: Update of p365i_opportunityproduct" SdkMessageProcessingStepId="{bdc21410-ebc0-ee11-9079-00224840d636}" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <SdkMessageId>20bebb1b-ea3e-db11-86a7-000a3a5473e8</SdkMessageId> + <PluginTypeName>P365I_CRM.Sales.Plugins.OpportunityProductPostOp, P365I_CRM.Sales, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e1f2f6346080b059</PluginTypeName> + <PluginTypeId>b42bf94c-664e-4d1b-b25a-288c477fa62c</PluginTypeId> + <PrimaryEntity>p365i_opportunityproduct</PrimaryEntity> + <AsyncAutoDelete>0</AsyncAutoDelete> + <FilteringAttributes>p365i_manualdiscount,p365i_quantity,p365i_tax,p365i_totalcost</FilteringAttributes> + <InvocationSource>1</InvocationSource> + <Mode>0</Mode> + <Rank>1</Rank> + <EventHandlerTypeCode>4602</EventHandlerTypeCode> + <Stage>40</Stage> + <IsCustomizable>1</IsCustomizable> + <IsHidden>0</IsHidden> + <SupportedDeployment>0</SupportedDeployment> + <IntroducedVersion>1.0</IntroducedVersion> + <SdkMessageProcessingStepImages> + <SdkMessageProcessingStepImage Name="PostImage"> + <SdkMessageProcessingStepImageId>{8132321b-ebc0-ee11-9079-00224841f5ce}</SdkMessageProcessingStepImageId> + <Attributes>p365i_opportunity</Attributes> + <EntityAlias>PostImage</EntityAlias> + <ImageType>1</ImageType> + <MessagePropertyName>Target</MessagePropertyName> + <IsCustomizable>1</IsCustomizable> + </SdkMessageProcessingStepImage> + </SdkMessageProcessingStepImages> +</SdkMessageProcessingStep> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/SdkMessageProcessingSteps/{ccfb494d-15c9-ee11-9078-00224840d636}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/SdkMessageProcessingSteps/{ccfb494d-15c9-ee11-9078-00224840d636}.xml new file mode 100644 index 00000000..620cf79a --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/SdkMessageProcessingSteps/{ccfb494d-15c9-ee11-9078-00224840d636}.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<SdkMessageProcessingStep Name="P365I_CRM.Sales.Plugins.QuoteProductPostOp: Create of p365i_quoteproduct" SdkMessageProcessingStepId="{ccfb494d-15c9-ee11-9078-00224840d636}" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <SdkMessageId>9ebdbb1b-ea3e-db11-86a7-000a3a5473e8</SdkMessageId> + <PluginTypeName>P365I_CRM.Sales.Plugins.QuoteProductPostOp, P365I_CRM.Sales, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e1f2f6346080b059</PluginTypeName> + <PluginTypeId>e998b616-24ac-4848-89d4-3fbe2b209139</PluginTypeId> + <PrimaryEntity>p365i_quoteproduct</PrimaryEntity> + <AsyncAutoDelete>0</AsyncAutoDelete> + <FilteringAttributes></FilteringAttributes> + <InvocationSource>1</InvocationSource> + <Mode>0</Mode> + <Rank>1</Rank> + <EventHandlerTypeCode>4602</EventHandlerTypeCode> + <Stage>40</Stage> + <IsCustomizable>1</IsCustomizable> + <IsHidden>0</IsHidden> + <SupportedDeployment>0</SupportedDeployment> + <IntroducedVersion>1.0</IntroducedVersion> + <SdkMessageProcessingStepImages /> +</SdkMessageProcessingStep> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/SdkMessageProcessingSteps/{cdc73c7d-15c9-ee11-9078-00224840d636}.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/SdkMessageProcessingSteps/{cdc73c7d-15c9-ee11-9078-00224840d636}.xml new file mode 100644 index 00000000..27a83c4b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/SdkMessageProcessingSteps/{cdc73c7d-15c9-ee11-9078-00224840d636}.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<SdkMessageProcessingStep Name="P365I_CRM.Sales.Plugins.QuoteProductPostOp: Update of p365i_quoteproduct" SdkMessageProcessingStepId="{cdc73c7d-15c9-ee11-9078-00224840d636}" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <SdkMessageId>20bebb1b-ea3e-db11-86a7-000a3a5473e8</SdkMessageId> + <PluginTypeName>P365I_CRM.Sales.Plugins.QuoteProductPostOp, P365I_CRM.Sales, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e1f2f6346080b059</PluginTypeName> + <PluginTypeId>e998b616-24ac-4848-89d4-3fbe2b209139</PluginTypeId> + <PrimaryEntity>p365i_quoteproduct</PrimaryEntity> + <AsyncAutoDelete>0</AsyncAutoDelete> + <FilteringAttributes>p365i_manualdiscount,p365i_quantity,p365i_tax,p365i_totalcost</FilteringAttributes> + <InvocationSource>1</InvocationSource> + <Mode>0</Mode> + <Rank>1</Rank> + <EventHandlerTypeCode>4602</EventHandlerTypeCode> + <Stage>40</Stage> + <IsCustomizable>1</IsCustomizable> + <IsHidden>0</IsHidden> + <SupportedDeployment>0</SupportedDeployment> + <IntroducedVersion>1.0</IntroducedVersion> + <SdkMessageProcessingStepImages> + <SdkMessageProcessingStepImage Name="PostImage"> + <SdkMessageProcessingStepImageId>{77cd7ab3-15c9-ee11-9078-00224840d636}</SdkMessageProcessingStepImageId> + <Attributes>p365i_product,p365i_quote</Attributes> + <EntityAlias>PostImage</EntityAlias> + <ImageType>1</ImageType> + <MessagePropertyName>Target</MessagePropertyName> + <IsCustomizable>1</IsCustomizable> + </SdkMessageProcessingStepImage> + </SdkMessageProcessingStepImages> +</SdkMessageProcessingStep> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_opportunity.js b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_opportunity.js new file mode 100644 index 00000000..4aa80389 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_opportunity.js @@ -0,0 +1,62 @@ +"use strict"; +var P365I_CRM; +(function (P365I_CRM) { + var Entities; + (function (Entities) { + var Opportuniy; + (function (Opportuniy) { + let FORM_CONTEXT; + let GLOBAL_CONTEXT; + let FORM_ID; + let FORM_TYPE; + let LEXICON; + let HELPERS; + let REFRESHCOUNT = 0; + function onFormLoad(executionContext) { + console.log('OnFormLoad Triggered'); + FORM_CONTEXT = executionContext.getFormContext(); + GLOBAL_CONTEXT = Xrm.Utility.getGlobalContext(); + FORM_ID = FORM_CONTEXT.ui.formSelector.getCurrentItem() ? FORM_CONTEXT.ui.formSelector.getCurrentItem().getId().toUpperCase() : ""; + FORM_TYPE = FORM_CONTEXT.ui.getFormType(); + LEXICON = P365I_CRM.Common.Enums; + HELPERS = P365I_CRM.Common.Helpers; + FORM_CONTEXT.data.entity.addOnSave(function () { onFormSave(executionContext); }); + FORM_CONTEXT.data.entity.addOnPostSave(function () { onFormPostSave(executionContext); }); + addOnchangeFunctionsToAttributes(); + FORM_CONTEXT.getControl("Subgrid_products").addOnLoad(subgridOnLoad); + } + Opportuniy.onFormLoad = onFormLoad; + function onFormSave(executionContext) { + console.log(`onFormSave Triggered`); + } + Opportuniy.onFormSave = onFormSave; + async function onFormPostSave(executionContext) { + console.log(`onFormPostSave Triggered`); + } + Opportuniy.onFormPostSave = onFormPostSave; + function addOnchangeFunctionsToAttributes() { + console.log(`addOnchangeFunctionsToAttributes Triggered`); + } + Opportuniy.addOnchangeFunctionsToAttributes = addOnchangeFunctionsToAttributes; + function subgridOnLoad() { + console.log(`subgridOnLoad Triggered`); + let subgridTotalRecordCount = FORM_CONTEXT.getControl("Subgrid_products").getGrid().getTotalRecordCount(); + if (REFRESHCOUNT == 0 && subgridTotalRecordCount == -1) { + } + else if (REFRESHCOUNT == 0 && subgridTotalRecordCount > 0) { + REFRESHCOUNT = REFRESHCOUNT + 1; + FORM_CONTEXT.data.refresh(false); + } + else if (REFRESHCOUNT == 1 && subgridTotalRecordCount > 0) { + REFRESHCOUNT = 0; + } + else if (REFRESHCOUNT > 0 && subgridTotalRecordCount == -1) { + REFRESHCOUNT = 0; + FORM_CONTEXT.data.refresh(false); + } + } + Opportuniy.subgridOnLoad = subgridOnLoad; + })(Opportuniy = Entities.Opportuniy || (Entities.Opportuniy = {})); + })(Entities = P365I_CRM.Entities || (P365I_CRM.Entities = {})); +})(P365I_CRM || (P365I_CRM = {})); +//# sourceMappingURL=opportunity.js.map \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_opportunity.js.data.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_opportunity.js.data.xml new file mode 100644 index 00000000..faa89627 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_opportunity.js.data.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<WebResource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <WebResourceId>{3083faab-fac7-ee11-9078-00224840d636}</WebResourceId> + <Name>p365i_opportunity.js</Name> + <DisplayName>p365i_opportunity.js</DisplayName> + <WebResourceType>3</WebResourceType> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsEnabledForMobileClient>0</IsEnabledForMobileClient> + <IsAvailableForMobileOffline>0</IsAvailableForMobileOffline> + <DependencyXml><Dependencies><Dependency componentType="WebResource"><Library name="p365i_helpers.js" displayName="p365i_helpers.js" languagecode="" description="" libraryUniqueId="{0074c850-4aa9-4436-8033-04e46e02a026}"/></Dependency></Dependencies></DependencyXml> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <IsHidden>0</IsHidden> + <FileName>/WebResources/p365i_opportunityjs3083FAAB-FAC7-EE11-9078-00224840D636</FileName> +</WebResource> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_opportunityIcon b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_opportunityIcon new file mode 100644 index 00000000..70e6eafe --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_opportunityIcon @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" zoomAndPan="magnify" viewBox="0 0 150 149.999998" height="200" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><clipPath id="6e3d75cc0f"><path d="M 17.625 0 L 132.375 0 L 132.375 150 L 17.625 150 Z M 17.625 0 " clip-rule="nonzero"/></clipPath></defs><g clip-path="url(#6e3d75cc0f)"><path fill="#000000" d="M 73.503906 78.476562 L 76.277344 78.476562 C 76.730469 78.476562 77.175781 78.519531 77.621094 78.609375 C 78.066406 78.699219 78.5 78.832031 78.917969 79.003906 C 79.335938 79.179688 79.734375 79.390625 80.109375 79.644531 C 80.488281 79.894531 80.835938 80.179688 81.15625 80.5 C 81.476562 80.820312 81.761719 81.171875 82.015625 81.546875 C 82.265625 81.925781 82.480469 82.320312 82.652344 82.738281 C 82.828125 83.160156 82.957031 83.589844 83.046875 84.035156 C 83.136719 84.480469 83.179688 84.929688 83.183594 85.382812 C 83.183594 85.671875 83.210938 85.957031 83.265625 86.238281 C 83.324219 86.523438 83.40625 86.796875 83.515625 87.066406 C 83.628906 87.332031 83.761719 87.585938 83.921875 87.824219 C 84.082031 88.066406 84.265625 88.289062 84.46875 88.492188 C 84.675781 88.695312 84.898438 88.878906 85.136719 89.039062 C 85.375 89.199219 85.628906 89.335938 85.898438 89.445312 C 86.164062 89.554688 86.4375 89.640625 86.722656 89.695312 C 87.003906 89.75 87.292969 89.78125 87.582031 89.78125 C 87.871094 89.78125 88.15625 89.75 88.4375 89.695312 C 88.722656 89.640625 88.996094 89.554688 89.265625 89.445312 C 89.53125 89.335938 89.785156 89.199219 90.023438 89.039062 C 90.265625 88.878906 90.488281 88.695312 90.691406 88.492188 C 90.894531 88.289062 91.078125 88.066406 91.238281 87.824219 C 91.398438 87.585938 91.535156 87.332031 91.644531 87.066406 C 91.753906 86.796875 91.839844 86.523438 91.894531 86.238281 C 91.953125 85.957031 91.980469 85.671875 91.980469 85.382812 C 91.976562 84.484375 91.898438 83.589844 91.746094 82.707031 C 91.589844 81.820312 91.363281 80.953125 91.058594 80.109375 C 90.753906 79.261719 90.382812 78.449219 89.941406 77.664062 C 89.5 76.882812 88.992188 76.144531 88.425781 75.449219 C 87.855469 74.75 87.234375 74.109375 86.554688 73.519531 C 85.875 72.929688 85.152344 72.402344 84.382812 71.9375 C 83.613281 71.472656 82.8125 71.078125 81.972656 70.75 C 81.136719 70.421875 80.277344 70.167969 79.398438 69.984375 C 79.707031 66.816406 78.738281 63.5625 75 63.429688 C 71.21875 63.5625 70.292969 66.816406 70.601562 70.074219 C 69.390625 70.363281 68.246094 70.8125 67.160156 71.421875 C 66.078125 72.027344 65.09375 72.769531 64.214844 73.652344 C 63.335938 74.53125 62.59375 75.511719 61.988281 76.597656 C 61.382812 77.683594 60.933594 78.828125 60.644531 80.039062 C 60.355469 81.246094 60.234375 82.472656 60.285156 83.714844 C 60.335938 84.957031 60.554688 86.167969 60.941406 87.351562 C 61.324219 88.535156 61.863281 89.640625 62.554688 90.671875 C 63.25 91.707031 64.066406 92.625 65.015625 93.429688 L 79.3125 105.308594 C 79.699219 105.632812 80.027344 106.007812 80.292969 106.441406 C 80.558594 106.875 80.746094 107.335938 80.859375 107.832031 C 80.96875 108.324219 80.996094 108.824219 80.945312 109.328125 C 80.890625 109.832031 80.757812 110.3125 80.542969 110.773438 C 80.328125 111.234375 80.046875 111.644531 79.699219 112.011719 C 79.347656 112.378906 78.945312 112.679688 78.496094 112.914062 C 78.046875 113.144531 77.574219 113.300781 77.070312 113.378906 C 76.570312 113.453125 76.070312 113.445312 75.570312 113.359375 C 75.191406 113.222656 74.808594 113.222656 74.429688 113.359375 C 73.992188 113.40625 73.558594 113.417969 73.121094 113.382812 C 72.683594 113.351562 72.253906 113.28125 71.828125 113.167969 C 71.40625 113.058594 70.996094 112.90625 70.601562 112.71875 C 70.207031 112.527344 69.832031 112.304688 69.480469 112.046875 C 69.125 111.789062 68.796875 111.5 68.5 111.179688 C 68.199219 110.859375 67.933594 110.515625 67.699219 110.144531 C 67.460938 109.777344 67.261719 109.386719 67.101562 108.980469 C 66.9375 108.574219 66.816406 108.15625 66.730469 107.726562 C 66.683594 107.441406 66.605469 107.164062 66.503906 106.894531 C 66.398438 106.621094 66.269531 106.363281 66.113281 106.121094 C 65.960938 105.875 65.78125 105.648438 65.582031 105.4375 C 65.382812 105.230469 65.164062 105.042969 64.925781 104.875 C 64.6875 104.710938 64.4375 104.570312 64.171875 104.453125 C 63.90625 104.339844 63.632812 104.25 63.347656 104.1875 C 63.066406 104.128906 62.777344 104.09375 62.488281 104.089844 C 62.199219 104.085938 61.914062 104.109375 61.628906 104.164062 C 61.339844 104.214844 61.0625 104.296875 60.792969 104.402344 C 60.523438 104.507812 60.265625 104.640625 60.023438 104.800781 C 59.777344 104.957031 59.550781 105.136719 59.34375 105.339844 C 59.132812 105.539062 58.945312 105.761719 58.78125 106 C 58.617188 106.238281 58.476562 106.492188 58.359375 106.757812 C 58.246094 107.023438 58.15625 107.300781 58.09375 107.585938 C 58.03125 107.867188 58 108.15625 57.996094 108.445312 C 57.988281 108.738281 58.011719 109.023438 58.066406 109.3125 C 58.207031 110.085938 58.40625 110.84375 58.664062 111.589844 C 58.921875 112.335938 59.234375 113.054688 59.601562 113.753906 C 59.964844 114.453125 60.382812 115.117188 60.847656 115.753906 C 61.316406 116.390625 61.828125 116.984375 62.382812 117.542969 C 62.9375 118.101562 63.535156 118.617188 64.167969 119.085938 C 64.800781 119.554688 65.464844 119.972656 66.164062 120.339844 C 66.859375 120.707031 67.578125 121.023438 68.324219 121.28125 C 69.066406 121.542969 69.828125 121.746094 70.601562 121.890625 C 70.25 125.015625 71.394531 128.226562 75 128.3125 C 78.695312 128.226562 79.75 124.925781 79.398438 121.804688 C 80.601562 121.511719 81.742188 121.0625 82.820312 120.457031 C 83.902344 119.851562 84.878906 119.109375 85.75 118.230469 C 86.625 117.355469 87.363281 116.375 87.964844 115.292969 C 88.570312 114.214844 89.011719 113.070312 89.300781 111.867188 C 89.585938 110.664062 89.707031 109.441406 89.65625 108.207031 C 89.601562 106.96875 89.386719 105.761719 89 104.585938 C 88.617188 103.410156 88.078125 102.304688 87.390625 101.277344 C 86.699219 100.25 85.882812 99.335938 84.941406 98.535156 L 70.644531 86.65625 C 70.269531 86.363281 69.949219 86.019531 69.6875 85.621094 C 69.421875 85.226562 69.226562 84.796875 69.097656 84.335938 C 68.972656 83.878906 68.921875 83.410156 68.945312 82.933594 C 68.96875 82.457031 69.066406 82 69.238281 81.554688 C 69.390625 81.109375 69.605469 80.695312 69.886719 80.316406 C 70.167969 79.9375 70.496094 79.609375 70.878906 79.332031 C 71.261719 79.058594 71.675781 78.847656 72.125 78.699219 C 72.574219 78.554688 73.03125 78.480469 73.503906 78.476562 Z M 73.503906 78.476562 L 76.277344 78.476562 C 76.730469 78.476562 77.175781 78.519531 77.621094 78.609375 C 78.066406 78.699219 78.5 78.832031 78.917969 79.003906 C 79.335938 79.179688 79.734375 79.390625 80.109375 79.644531 C 80.488281 79.894531 80.835938 80.179688 81.15625 80.5 C 81.476562 80.820312 81.761719 81.171875 82.015625 81.546875 C 82.265625 81.925781 82.480469 82.320312 82.652344 82.738281 C 82.828125 83.160156 82.957031 83.589844 83.046875 84.035156 C 83.136719 84.480469 83.179688 84.929688 83.183594 85.382812 C 83.183594 85.671875 83.210938 85.957031 83.265625 86.238281 C 83.324219 86.523438 83.40625 86.796875 83.515625 87.066406 C 83.628906 87.332031 83.761719 87.585938 83.921875 87.824219 C 84.082031 88.066406 84.265625 88.289062 84.46875 88.492188 C 84.675781 88.695312 84.898438 88.878906 85.136719 89.039062 C 85.375 89.199219 85.628906 89.335938 85.898438 89.445312 C 86.164062 89.554688 86.4375 89.640625 86.722656 89.695312 C 87.003906 89.75 87.292969 89.78125 87.582031 89.78125 C 87.871094 89.78125 88.15625 89.75 88.4375 89.695312 C 88.722656 89.640625 88.996094 89.554688 89.265625 89.445312 C 89.53125 89.335938 89.785156 89.199219 90.023438 89.039062 C 90.265625 88.878906 90.488281 88.695312 90.691406 88.492188 C 90.894531 88.289062 91.078125 88.066406 91.238281 87.824219 C 91.398438 87.585938 91.535156 87.332031 91.644531 87.066406 C 91.753906 86.796875 91.839844 86.523438 91.894531 86.238281 C 91.953125 85.957031 91.980469 85.671875 91.980469 85.382812 C 91.976562 84.484375 91.898438 83.589844 91.746094 82.707031 C 91.589844 81.820312 91.363281 80.953125 91.058594 80.109375 C 90.753906 79.261719 90.382812 78.449219 89.941406 77.664062 C 89.5 76.882812 88.992188 76.144531 88.425781 75.449219 C 87.855469 74.75 87.234375 74.109375 86.554688 73.519531 C 85.875 72.929688 85.152344 72.402344 84.382812 71.9375 C 83.613281 71.472656 82.8125 71.078125 81.972656 70.75 C 81.136719 70.421875 80.277344 70.167969 79.398438 69.984375 C 79.707031 66.816406 78.738281 63.5625 75 63.429688 C 71.21875 63.5625 70.292969 66.816406 70.601562 70.074219 C 69.390625 70.363281 68.246094 70.8125 67.160156 71.421875 C 66.078125 72.027344 65.09375 72.769531 64.214844 73.652344 C 63.335938 74.53125 62.59375 75.511719 61.988281 76.597656 C 61.382812 77.683594 60.933594 78.828125 60.644531 80.039062 C 60.355469 81.246094 60.234375 82.472656 60.285156 83.714844 C 60.335938 84.957031 60.554688 86.167969 60.941406 87.351562 C 61.324219 88.535156 61.863281 89.640625 62.554688 90.671875 C 63.25 91.707031 64.066406 92.625 65.015625 93.429688 L 79.3125 105.308594 C 79.699219 105.632812 80.027344 106.007812 80.292969 106.441406 C 80.558594 106.875 80.746094 107.335938 80.859375 107.832031 C 80.96875 108.324219 80.996094 108.824219 80.945312 109.328125 C 80.890625 109.832031 80.757812 110.3125 80.542969 110.773438 C 80.328125 111.234375 80.046875 111.644531 79.699219 112.011719 C 79.347656 112.378906 78.945312 112.679688 78.496094 112.914062 C 78.046875 113.144531 77.574219 113.300781 77.070312 113.378906 C 76.570312 113.453125 76.070312 113.445312 75.570312 113.359375 C 75.191406 113.222656 74.808594 113.222656 74.429688 113.359375 C 73.992188 113.40625 73.558594 113.417969 73.121094 113.382812 C 72.683594 113.351562 72.253906 113.28125 71.828125 113.167969 C 71.40625 113.058594 70.996094 112.90625 70.601562 112.71875 C 70.207031 112.527344 69.832031 112.304688 69.480469 112.046875 C 69.125 111.789062 68.796875 111.5 68.5 111.179688 C 68.199219 110.859375 67.933594 110.515625 67.699219 110.144531 C 67.460938 109.777344 67.261719 109.386719 67.101562 108.980469 C 66.9375 108.574219 66.816406 108.15625 66.730469 107.726562 C 66.683594 107.441406 66.605469 107.164062 66.503906 106.894531 C 66.398438 106.621094 66.269531 106.363281 66.113281 106.121094 C 65.960938 105.875 65.78125 105.648438 65.582031 105.4375 C 65.382812 105.230469 65.164062 105.042969 64.925781 104.875 C 64.6875 104.710938 64.4375 104.570312 64.171875 104.453125 C 63.90625 104.339844 63.632812 104.25 63.347656 104.1875 C 63.066406 104.128906 62.777344 104.09375 62.488281 104.089844 C 62.199219 104.085938 61.914062 104.109375 61.628906 104.164062 C 61.339844 104.214844 61.0625 104.296875 60.792969 104.402344 C 60.523438 104.507812 60.265625 104.640625 60.023438 104.800781 C 59.777344 104.957031 59.550781 105.136719 59.34375 105.339844 C 59.132812 105.539062 58.945312 105.761719 58.78125 106 C 58.617188 106.238281 58.476562 106.492188 58.359375 106.757812 C 58.246094 107.023438 58.15625 107.300781 58.09375 107.585938 C 58.03125 107.867188 58 108.15625 57.996094 108.445312 C 57.988281 108.738281 58.011719 109.023438 58.066406 109.3125 C 58.207031 110.085938 58.40625 110.84375 58.664062 111.589844 C 58.921875 112.335938 59.234375 113.054688 59.601562 113.753906 C 59.964844 114.453125 60.382812 115.117188 60.847656 115.753906 C 61.316406 116.390625 61.828125 116.984375 62.382812 117.542969 C 62.9375 118.101562 63.535156 118.617188 64.167969 119.085938 C 64.800781 119.554688 65.464844 119.972656 66.164062 120.339844 C 66.859375 120.707031 67.578125 121.023438 68.324219 121.28125 C 69.066406 121.542969 69.828125 121.746094 70.601562 121.890625 C 70.25 125.015625 71.394531 128.226562 75 128.3125 C 78.695312 128.226562 79.75 124.925781 79.398438 121.804688 C 80.601562 121.511719 81.742188 121.0625 82.820312 120.457031 C 83.902344 119.851562 84.878906 119.109375 85.75 118.230469 C 86.625 117.355469 87.363281 116.375 87.964844 115.292969 C 88.570312 114.214844 89.011719 113.070312 89.300781 111.867188 C 89.585938 110.664062 89.707031 109.441406 89.65625 108.207031 C 89.601562 106.96875 89.386719 105.761719 89 104.585938 C 88.617188 103.410156 88.078125 102.304688 87.390625 101.277344 C 86.699219 100.25 85.882812 99.335938 84.941406 98.535156 L 70.644531 86.65625 C 70.269531 86.363281 69.949219 86.019531 69.6875 85.621094 C 69.421875 85.226562 69.226562 84.796875 69.097656 84.335938 C 68.972656 83.878906 68.921875 83.410156 68.945312 82.933594 C 68.96875 82.457031 69.066406 82 69.238281 81.554688 C 69.390625 81.109375 69.605469 80.695312 69.886719 80.316406 C 70.167969 79.9375 70.496094 79.609375 70.878906 79.332031 C 71.261719 79.058594 71.675781 78.847656 72.125 78.699219 C 72.574219 78.554688 73.03125 78.480469 73.503906 78.476562 Z M 73.503906 78.476562 L 76.277344 78.476562 C 76.730469 78.476562 77.175781 78.519531 77.621094 78.609375 C 78.066406 78.699219 78.5 78.832031 78.917969 79.003906 C 79.335938 79.179688 79.734375 79.390625 80.109375 79.644531 C 80.488281 79.894531 80.835938 80.179688 81.15625 80.5 C 81.476562 80.820312 81.761719 81.171875 82.015625 81.546875 C 82.265625 81.925781 82.480469 82.320312 82.652344 82.738281 C 82.828125 83.160156 82.957031 83.589844 83.046875 84.035156 C 83.136719 84.480469 83.179688 84.929688 83.183594 85.382812 C 83.183594 85.671875 83.210938 85.957031 83.265625 86.238281 C 83.324219 86.523438 83.40625 86.796875 83.515625 87.066406 C 83.628906 87.332031 83.761719 87.585938 83.921875 87.824219 C 84.082031 88.066406 84.265625 88.289062 84.46875 88.492188 C 84.675781 88.695312 84.898438 88.878906 85.136719 89.039062 C 85.375 89.199219 85.628906 89.335938 85.898438 89.445312 C 86.164062 89.554688 86.4375 89.640625 86.722656 89.695312 C 87.003906 89.75 87.292969 89.78125 87.582031 89.78125 C 87.871094 89.78125 88.15625 89.75 88.4375 89.695312 C 88.722656 89.640625 88.996094 89.554688 89.265625 89.445312 C 89.53125 89.335938 89.785156 89.199219 90.023438 89.039062 C 90.265625 88.878906 90.488281 88.695312 90.691406 88.492188 C 90.894531 88.289062 91.078125 88.066406 91.238281 87.824219 C 91.398438 87.585938 91.535156 87.332031 91.644531 87.066406 C 91.753906 86.796875 91.839844 86.523438 91.894531 86.238281 C 91.953125 85.957031 91.980469 85.671875 91.980469 85.382812 C 91.976562 84.484375 91.898438 83.589844 91.746094 82.707031 C 91.589844 81.820312 91.363281 80.953125 91.058594 80.109375 C 90.753906 79.261719 90.382812 78.449219 89.941406 77.664062 C 89.5 76.882812 88.992188 76.144531 88.425781 75.449219 C 87.855469 74.75 87.234375 74.109375 86.554688 73.519531 C 85.875 72.929688 85.152344 72.402344 84.382812 71.9375 C 83.613281 71.472656 82.8125 71.078125 81.972656 70.75 C 81.136719 70.421875 80.277344 70.167969 79.398438 69.984375 C 79.707031 66.816406 78.738281 63.5625 75 63.429688 C 71.21875 63.5625 70.292969 66.816406 70.601562 70.074219 C 69.390625 70.363281 68.246094 70.8125 67.160156 71.421875 C 66.078125 72.027344 65.09375 72.769531 64.214844 73.652344 C 63.335938 74.53125 62.59375 75.511719 61.988281 76.597656 C 61.382812 77.683594 60.933594 78.828125 60.644531 80.039062 C 60.355469 81.246094 60.234375 82.472656 60.285156 83.714844 C 60.335938 84.957031 60.554688 86.167969 60.941406 87.351562 C 61.324219 88.535156 61.863281 89.640625 62.554688 90.671875 C 63.25 91.707031 64.066406 92.625 65.015625 93.429688 L 79.3125 105.308594 C 79.699219 105.632812 80.027344 106.007812 80.292969 106.441406 C 80.558594 106.875 80.746094 107.335938 80.859375 107.832031 C 80.96875 108.324219 80.996094 108.824219 80.945312 109.328125 C 80.890625 109.832031 80.757812 110.3125 80.542969 110.773438 C 80.328125 111.234375 80.046875 111.644531 79.699219 112.011719 C 79.347656 112.378906 78.945312 112.679688 78.496094 112.914062 C 78.046875 113.144531 77.574219 113.300781 77.070312 113.378906 C 76.570312 113.453125 76.070312 113.445312 75.570312 113.359375 C 75.191406 113.222656 74.808594 113.222656 74.429688 113.359375 C 73.992188 113.40625 73.558594 113.417969 73.121094 113.382812 C 72.683594 113.351562 72.253906 113.28125 71.828125 113.167969 C 71.40625 113.058594 70.996094 112.90625 70.601562 112.71875 C 70.207031 112.527344 69.832031 112.304688 69.480469 112.046875 C 69.125 111.789062 68.796875 111.5 68.5 111.179688 C 68.199219 110.859375 67.933594 110.515625 67.699219 110.144531 C 67.460938 109.777344 67.261719 109.386719 67.101562 108.980469 C 66.9375 108.574219 66.816406 108.15625 66.730469 107.726562 C 66.683594 107.441406 66.605469 107.164062 66.503906 106.894531 C 66.398438 106.621094 66.269531 106.363281 66.113281 106.121094 C 65.960938 105.875 65.78125 105.648438 65.582031 105.4375 C 65.382812 105.230469 65.164062 105.042969 64.925781 104.875 C 64.6875 104.710938 64.4375 104.570312 64.171875 104.453125 C 63.90625 104.339844 63.632812 104.25 63.347656 104.1875 C 63.066406 104.128906 62.777344 104.09375 62.488281 104.089844 C 62.199219 104.085938 61.914062 104.109375 61.628906 104.164062 C 61.339844 104.214844 61.0625 104.296875 60.792969 104.402344 C 60.523438 104.507812 60.265625 104.640625 60.023438 104.800781 C 59.777344 104.957031 59.550781 105.136719 59.34375 105.339844 C 59.132812 105.539062 58.945312 105.761719 58.78125 106 C 58.617188 106.238281 58.476562 106.492188 58.359375 106.757812 C 58.246094 107.023438 58.15625 107.300781 58.09375 107.585938 C 58.03125 107.867188 58 108.15625 57.996094 108.445312 C 57.988281 108.738281 58.011719 109.023438 58.066406 109.3125 C 58.207031 110.085938 58.40625 110.84375 58.664062 111.589844 C 58.921875 112.335938 59.234375 113.054688 59.601562 113.753906 C 59.964844 114.453125 60.382812 115.117188 60.847656 115.753906 C 61.316406 116.390625 61.828125 116.984375 62.382812 117.542969 C 62.9375 118.101562 63.535156 118.617188 64.167969 119.085938 C 64.800781 119.554688 65.464844 119.972656 66.164062 120.339844 C 66.859375 120.707031 67.578125 121.023438 68.324219 121.28125 C 69.066406 121.542969 69.828125 121.746094 70.601562 121.890625 C 70.25 125.015625 71.394531 128.226562 75 128.3125 C 78.695312 128.226562 79.75 124.925781 79.398438 121.804688 C 80.601562 121.511719 81.742188 121.0625 82.820312 120.457031 C 83.902344 119.851562 84.878906 119.109375 85.75 118.230469 C 86.625 117.355469 87.363281 116.375 87.964844 115.292969 C 88.570312 114.214844 89.011719 113.070312 89.300781 111.867188 C 89.585938 110.664062 89.707031 109.441406 89.65625 108.207031 C 89.601562 106.96875 89.386719 105.761719 89 104.585938 C 88.617188 103.410156 88.078125 102.304688 87.390625 101.277344 C 86.699219 100.25 85.882812 99.335938 84.941406 98.535156 L 70.644531 86.65625 C 70.269531 86.363281 69.949219 86.019531 69.6875 85.621094 C 69.421875 85.226562 69.226562 84.796875 69.097656 84.335938 C 68.972656 83.878906 68.921875 83.410156 68.945312 82.933594 C 68.96875 82.457031 69.066406 82 69.238281 81.554688 C 69.390625 81.109375 69.605469 80.695312 69.886719 80.316406 C 70.167969 79.9375 70.496094 79.609375 70.878906 79.332031 C 71.261719 79.058594 71.675781 78.847656 72.125 78.699219 C 72.574219 78.554688 73.03125 78.480469 73.503906 78.476562 Z M 131.964844 140.367188 L 122.289062 48.605469 C 122.234375 48.058594 122.128906 47.519531 121.972656 46.992188 C 121.820312 46.460938 121.617188 45.953125 121.371094 45.460938 C 121.121094 44.96875 120.828125 44.503906 120.496094 44.066406 C 120.160156 43.628906 119.789062 43.226562 119.378906 42.855469 C 118.96875 42.488281 118.53125 42.160156 118.058594 41.871094 C 117.589844 41.582031 117.097656 41.339844 116.582031 41.144531 C 116.066406 40.949219 115.539062 40.800781 114.996094 40.703125 C 114.457031 40.601562 113.910156 40.554688 113.359375 40.558594 L 97.742188 40.558594 L 97.742188 24.898438 C 97.773438 24.121094 97.765625 23.34375 97.71875 22.566406 C 97.671875 21.789062 97.589844 21.015625 97.46875 20.25 C 97.347656 19.480469 97.1875 18.71875 96.992188 17.96875 C 96.796875 17.214844 96.566406 16.472656 96.296875 15.742188 C 96.03125 15.011719 95.726562 14.296875 95.386719 13.597656 C 95.050781 12.894531 94.679688 12.214844 94.273438 11.550781 C 93.871094 10.882812 93.433594 10.242188 92.964844 9.621094 C 92.496094 9 92 8.402344 91.472656 7.828125 C 90.949219 7.253906 90.394531 6.710938 89.816406 6.191406 C 89.234375 5.671875 88.632812 5.183594 88.003906 4.722656 C 87.378906 4.261719 86.730469 3.835938 86.058594 3.4375 C 85.390625 3.042969 84.703125 2.679688 84 2.347656 C 83.292969 2.019531 82.574219 1.726562 81.839844 1.46875 C 81.109375 1.207031 80.363281 0.984375 79.609375 0.800781 C 78.851562 0.613281 78.089844 0.464844 77.320312 0.351562 C 76.550781 0.242188 75.777344 0.167969 75 0.132812 C 74.222656 0.167969 73.449219 0.242188 72.679688 0.351562 C 71.910156 0.464844 71.148438 0.613281 70.390625 0.800781 C 69.636719 0.984375 68.890625 1.207031 68.160156 1.46875 C 67.425781 1.726562 66.707031 2.019531 66 2.347656 C 65.296875 2.679688 64.609375 3.042969 63.941406 3.4375 C 63.269531 3.835938 62.621094 4.261719 61.996094 4.722656 C 61.367188 5.183594 60.765625 5.671875 60.183594 6.191406 C 59.605469 6.710938 59.050781 7.253906 58.527344 7.828125 C 58 8.402344 57.503906 9 57.035156 9.621094 C 56.566406 10.242188 56.128906 10.882812 55.726562 11.550781 C 55.320312 12.214844 54.949219 12.894531 54.613281 13.597656 C 54.273438 14.296875 53.96875 15.011719 53.703125 15.742188 C 53.433594 16.472656 53.203125 17.214844 53.007812 17.96875 C 52.8125 18.71875 52.652344 19.480469 52.53125 20.25 C 52.410156 21.015625 52.328125 21.789062 52.28125 22.566406 C 52.234375 23.34375 52.226562 24.121094 52.257812 24.898438 L 52.257812 40.558594 L 36.640625 40.558594 C 36.089844 40.558594 35.542969 40.609375 35.003906 40.710938 C 34.460938 40.8125 33.933594 40.960938 33.417969 41.15625 C 32.902344 41.355469 32.410156 41.597656 31.941406 41.886719 C 31.46875 42.171875 31.027344 42.5 30.617188 42.867188 C 30.207031 43.238281 29.835938 43.640625 29.496094 44.074219 C 29.160156 44.511719 28.867188 44.976562 28.613281 45.464844 C 28.363281 45.957031 28.15625 46.464844 27.996094 46.992188 C 27.839844 47.519531 27.730469 48.058594 27.667969 48.605469 L 18.035156 140.367188 C 17.894531 141.632812 18.019531 142.871094 18.414062 144.082031 C 18.804688 145.292969 19.425781 146.371094 20.277344 147.316406 C 21.132812 148.265625 22.140625 149 23.304688 149.519531 C 24.46875 150.039062 25.6875 150.304688 26.964844 150.308594 L 37.660156 150.308594 C 37.953125 150.308594 38.246094 150.277344 38.535156 150.222656 C 38.824219 150.164062 39.101562 150.078125 39.375 149.964844 C 39.644531 149.855469 39.90625 149.714844 40.148438 149.550781 C 40.394531 149.390625 40.621094 149.203125 40.828125 148.996094 C 41.035156 148.789062 41.222656 148.5625 41.386719 148.316406 C 41.550781 148.070312 41.6875 147.8125 41.800781 147.542969 C 41.914062 147.269531 41.996094 146.988281 42.054688 146.699219 C 42.113281 146.414062 42.140625 146.121094 42.140625 145.828125 L 42.140625 145.800781 C 42.140625 145.507812 42.113281 145.21875 42.054688 144.929688 C 41.996094 144.640625 41.914062 144.363281 41.800781 144.089844 C 41.6875 143.820312 41.550781 143.5625 41.386719 143.316406 C 41.226562 143.074219 41.039062 142.847656 40.832031 142.636719 C 40.625 142.429688 40.398438 142.246094 40.15625 142.082031 C 39.910156 141.917969 39.65625 141.777344 39.382812 141.667969 C 39.113281 141.554688 38.832031 141.46875 38.542969 141.410156 C 38.257812 141.351562 37.964844 141.320312 37.671875 141.320312 L 26.789062 141.289062 L 36.640625 49.355469 L 52.257812 49.398438 L 52.257812 58.722656 C 52.257812 59.011719 52.285156 59.300781 52.34375 59.582031 C 52.398438 59.867188 52.484375 60.140625 52.59375 60.40625 C 52.703125 60.675781 52.839844 60.929688 53 61.167969 C 53.160156 61.410156 53.34375 61.628906 53.546875 61.835938 C 53.75 62.039062 53.972656 62.222656 54.214844 62.382812 C 54.453125 62.542969 54.707031 62.679688 54.972656 62.789062 C 55.242188 62.898438 55.515625 62.980469 55.800781 63.039062 C 56.082031 63.09375 56.367188 63.125 56.65625 63.125 C 56.945312 63.125 57.230469 63.09375 57.515625 63.039062 C 57.796875 62.980469 58.074219 62.898438 58.339844 62.789062 C 58.605469 62.679688 58.859375 62.542969 59.101562 62.382812 C 59.339844 62.222656 59.5625 62.039062 59.765625 61.835938 C 59.972656 61.628906 60.152344 61.410156 60.316406 61.167969 C 60.476562 60.929688 60.609375 60.675781 60.722656 60.40625 C 60.832031 60.140625 60.914062 59.867188 60.972656 59.582031 C 61.027344 59.300781 61.054688 59.011719 61.054688 58.722656 L 61.054688 49.398438 L 88.945312 49.488281 L 88.945312 58.722656 C 88.945312 59.011719 88.972656 59.300781 89.027344 59.582031 C 89.085938 59.867188 89.167969 60.140625 89.28125 60.40625 C 89.390625 60.675781 89.523438 60.929688 89.6875 61.167969 C 89.847656 61.410156 90.027344 61.628906 90.234375 61.835938 C 90.4375 62.039062 90.660156 62.222656 90.898438 62.382812 C 91.140625 62.542969 91.394531 62.679688 91.660156 62.789062 C 91.925781 62.898438 92.203125 62.980469 92.484375 63.039062 C 92.769531 63.09375 93.054688 63.125 93.34375 63.125 C 93.632812 63.125 93.917969 63.09375 94.203125 63.039062 C 94.484375 62.980469 94.761719 62.898438 95.027344 62.789062 C 95.292969 62.679688 95.546875 62.542969 95.789062 62.382812 C 96.027344 62.222656 96.25 62.039062 96.453125 61.835938 C 96.65625 61.628906 96.839844 61.410156 97 61.167969 C 97.160156 60.929688 97.296875 60.675781 97.40625 60.40625 C 97.519531 60.140625 97.601562 59.867188 97.65625 59.582031 C 97.714844 59.300781 97.742188 59.011719 97.742188 58.722656 L 97.742188 49.488281 L 113.578125 49.53125 L 123.167969 141.421875 C 123.125 141.511719 123.078125 141.511719 123.035156 141.511719 L 55.429688 141.34375 C 55.136719 141.34375 54.84375 141.371094 54.554688 141.429688 C 54.265625 141.484375 53.984375 141.570312 53.710938 141.683594 C 53.441406 141.796875 53.179688 141.933594 52.9375 142.097656 C 52.691406 142.261719 52.464844 142.445312 52.253906 142.652344 C 52.046875 142.863281 51.859375 143.089844 51.695312 143.332031 C 51.53125 143.578125 51.394531 143.835938 51.28125 144.109375 C 51.167969 144.382812 51.082031 144.660156 51.023438 144.949219 C 50.96875 145.238281 50.9375 145.53125 50.9375 145.828125 C 50.9375 146.121094 50.96875 146.414062 51.023438 146.699219 C 51.082031 146.988281 51.167969 147.269531 51.28125 147.542969 C 51.390625 147.8125 51.53125 148.070312 51.695312 148.316406 C 51.859375 148.5625 52.042969 148.789062 52.25 148.996094 C 52.460938 149.203125 52.6875 149.390625 52.929688 149.550781 C 53.175781 149.714844 53.433594 149.855469 53.707031 149.964844 C 53.976562 150.078125 54.257812 150.164062 54.546875 150.222656 C 54.835938 150.277344 55.125 150.308594 55.421875 150.308594 L 123.035156 150.308594 C 123.664062 150.300781 124.285156 150.230469 124.898438 150.097656 C 125.511719 149.960938 126.105469 149.765625 126.679688 149.507812 C 127.25 149.25 127.792969 148.933594 128.300781 148.5625 C 128.804688 148.191406 129.269531 147.773438 129.691406 147.304688 C 130.109375 146.835938 130.476562 146.332031 130.792969 145.785156 C 131.105469 145.242188 131.363281 144.671875 131.558594 144.074219 C 131.753906 143.476562 131.886719 142.867188 131.953125 142.242188 C 132.023438 141.617188 132.027344 140.992188 131.964844 140.367188 Z M 88.945312 40.558594 L 61.054688 40.558594 L 61.054688 24.898438 C 61.539062 3.828125 88.460938 3.828125 88.945312 24.898438 Z M 75.570312 113.359375 C 75.191406 113.222656 74.808594 113.222656 74.429688 113.359375 C 73.992188 113.40625 73.558594 113.417969 73.121094 113.382812 C 72.683594 113.351562 72.253906 113.28125 71.828125 113.167969 C 71.40625 113.058594 70.996094 112.90625 70.601562 112.71875 C 70.207031 112.527344 69.832031 112.304688 69.480469 112.046875 C 69.125 111.789062 68.796875 111.5 68.5 111.179688 C 68.199219 110.859375 67.933594 110.515625 67.699219 110.144531 C 67.460938 109.777344 67.261719 109.386719 67.101562 108.980469 C 66.9375 108.574219 66.816406 108.15625 66.730469 107.726562 C 66.683594 107.441406 66.605469 107.164062 66.503906 106.894531 C 66.398438 106.621094 66.269531 106.363281 66.113281 106.121094 C 65.960938 105.875 65.78125 105.648438 65.582031 105.4375 C 65.382812 105.230469 65.164062 105.042969 64.925781 104.875 C 64.6875 104.710938 64.4375 104.570312 64.171875 104.453125 C 63.90625 104.339844 63.632812 104.25 63.347656 104.1875 C 63.066406 104.128906 62.777344 104.09375 62.488281 104.089844 C 62.199219 104.085938 61.914062 104.109375 61.628906 104.164062 C 61.339844 104.214844 61.0625 104.296875 60.792969 104.402344 C 60.523438 104.507812 60.265625 104.640625 60.023438 104.800781 C 59.777344 104.957031 59.550781 105.136719 59.34375 105.339844 C 59.132812 105.539062 58.945312 105.761719 58.78125 106 C 58.617188 106.238281 58.476562 106.492188 58.359375 106.757812 C 58.246094 107.023438 58.15625 107.300781 58.09375 107.585938 C 58.03125 107.867188 58 108.15625 57.996094 108.445312 C 57.988281 108.738281 58.011719 109.023438 58.066406 109.3125 C 58.207031 110.085938 58.40625 110.84375 58.664062 111.589844 C 58.921875 112.335938 59.234375 113.054688 59.601562 113.753906 C 59.964844 114.453125 60.382812 115.117188 60.847656 115.753906 C 61.316406 116.390625 61.828125 116.984375 62.382812 117.542969 C 62.9375 118.101562 63.535156 118.617188 64.167969 119.085938 C 64.800781 119.554688 65.464844 119.972656 66.164062 120.339844 C 66.859375 120.707031 67.578125 121.023438 68.324219 121.28125 C 69.066406 121.542969 69.828125 121.746094 70.601562 121.890625 C 70.25 125.015625 71.394531 128.226562 75 128.3125 C 78.695312 128.226562 79.75 124.925781 79.398438 121.804688 C 80.601562 121.511719 81.742188 121.0625 82.820312 120.457031 C 83.902344 119.851562 84.878906 119.109375 85.75 118.230469 C 86.625 117.355469 87.363281 116.375 87.964844 115.292969 C 88.570312 114.214844 89.011719 113.070312 89.300781 111.867188 C 89.585938 110.664062 89.707031 109.441406 89.65625 108.207031 C 89.605469 106.96875 89.386719 105.761719 89 104.585938 C 88.617188 103.410156 88.078125 102.304688 87.390625 101.277344 C 86.699219 100.25 85.882812 99.335938 84.941406 98.535156 L 70.644531 86.65625 C 70.269531 86.363281 69.949219 86.019531 69.6875 85.621094 C 69.421875 85.226562 69.226562 84.796875 69.097656 84.335938 C 68.972656 83.878906 68.921875 83.410156 68.945312 82.933594 C 68.96875 82.457031 69.066406 82 69.238281 81.554688 C 69.390625 81.109375 69.605469 80.695312 69.886719 80.316406 C 70.167969 79.9375 70.496094 79.609375 70.878906 79.332031 C 71.261719 79.058594 71.675781 78.847656 72.125 78.699219 C 72.574219 78.554688 73.03125 78.476562 73.503906 78.476562 L 76.277344 78.476562 C 76.730469 78.476562 77.179688 78.519531 77.621094 78.609375 C 78.066406 78.699219 78.5 78.828125 78.917969 79.003906 C 79.335938 79.175781 79.734375 79.390625 80.109375 79.640625 C 80.488281 79.894531 80.835938 80.179688 81.15625 80.5 C 81.476562 80.820312 81.761719 81.171875 82.015625 81.546875 C 82.265625 81.921875 82.480469 82.320312 82.652344 82.738281 C 82.828125 83.160156 82.957031 83.589844 83.046875 84.035156 C 83.136719 84.480469 83.179688 84.925781 83.183594 85.382812 C 83.183594 85.667969 83.210938 85.957031 83.265625 86.238281 C 83.324219 86.523438 83.40625 86.796875 83.515625 87.0625 C 83.628906 87.332031 83.761719 87.585938 83.921875 87.824219 C 84.082031 88.066406 84.265625 88.289062 84.46875 88.492188 C 84.675781 88.695312 84.898438 88.878906 85.136719 89.039062 C 85.375 89.199219 85.628906 89.335938 85.898438 89.445312 C 86.164062 89.554688 86.4375 89.640625 86.722656 89.695312 C 87.003906 89.75 87.292969 89.78125 87.582031 89.78125 C 87.871094 89.78125 88.15625 89.75 88.4375 89.695312 C 88.722656 89.640625 88.996094 89.554688 89.265625 89.445312 C 89.53125 89.335938 89.785156 89.199219 90.023438 89.039062 C 90.265625 88.878906 90.488281 88.695312 90.691406 88.492188 C 90.894531 88.289062 91.078125 88.066406 91.238281 87.824219 C 91.398438 87.585938 91.535156 87.332031 91.644531 87.0625 C 91.753906 86.796875 91.839844 86.523438 91.894531 86.238281 C 91.953125 85.957031 91.980469 85.667969 91.980469 85.382812 C 91.976562 84.480469 91.898438 83.589844 91.746094 82.703125 C 91.589844 81.820312 91.363281 80.953125 91.058594 80.109375 C 90.757812 79.261719 90.382812 78.449219 89.941406 77.664062 C 89.5 76.882812 88.992188 76.144531 88.425781 75.449219 C 87.855469 74.75 87.234375 74.109375 86.554688 73.519531 C 85.875 72.929688 85.152344 72.402344 84.382812 71.9375 C 83.613281 71.472656 82.8125 71.078125 81.972656 70.75 C 81.136719 70.421875 80.277344 70.167969 79.398438 69.984375 C 79.707031 66.816406 78.738281 63.5625 75 63.429688 C 71.21875 63.5625 70.292969 66.816406 70.601562 70.074219 C 69.390625 70.363281 68.246094 70.8125 67.160156 71.417969 C 66.078125 72.027344 65.09375 72.769531 64.214844 73.652344 C 63.335938 74.53125 62.59375 75.511719 61.988281 76.597656 C 61.382812 77.683594 60.933594 78.828125 60.644531 80.039062 C 60.355469 81.246094 60.234375 82.472656 60.285156 83.714844 C 60.335938 84.957031 60.554688 86.167969 60.941406 87.351562 C 61.324219 88.535156 61.863281 89.640625 62.554688 90.671875 C 63.25 91.707031 64.066406 92.625 65.015625 93.429688 L 79.3125 105.308594 C 79.699219 105.632812 80.027344 106.007812 80.292969 106.441406 C 80.558594 106.871094 80.746094 107.335938 80.859375 107.832031 C 80.96875 108.324219 81 108.824219 80.945312 109.328125 C 80.890625 109.832031 80.757812 110.3125 80.542969 110.773438 C 80.328125 111.234375 80.046875 111.644531 79.699219 112.011719 C 79.347656 112.378906 78.949219 112.679688 78.496094 112.914062 C 78.046875 113.144531 77.574219 113.300781 77.070312 113.378906 C 76.570312 113.453125 76.070312 113.445312 75.570312 113.359375 Z M 73.503906 78.476562 L 76.277344 78.476562 C 76.730469 78.476562 77.179688 78.519531 77.621094 78.609375 C 78.066406 78.699219 78.5 78.832031 78.917969 79.003906 C 79.335938 79.179688 79.734375 79.390625 80.109375 79.644531 C 80.488281 79.894531 80.835938 80.179688 81.15625 80.5 C 81.476562 80.820312 81.761719 81.171875 82.015625 81.546875 C 82.265625 81.925781 82.480469 82.320312 82.652344 82.738281 C 82.828125 83.160156 82.957031 83.589844 83.046875 84.035156 C 83.136719 84.480469 83.179688 84.929688 83.183594 85.382812 C 83.183594 85.671875 83.210938 85.957031 83.265625 86.238281 C 83.324219 86.523438 83.40625 86.796875 83.515625 87.066406 C 83.628906 87.332031 83.761719 87.585938 83.921875 87.824219 C 84.082031 88.066406 84.265625 88.289062 84.46875 88.492188 C 84.675781 88.695312 84.898438 88.878906 85.136719 89.039062 C 85.375 89.199219 85.628906 89.335938 85.898438 89.445312 C 86.164062 89.554688 86.4375 89.640625 86.722656 89.695312 C 87.003906 89.75 87.292969 89.78125 87.582031 89.78125 C 87.871094 89.78125 88.15625 89.75 88.4375 89.695312 C 88.722656 89.640625 88.996094 89.554688 89.265625 89.445312 C 89.53125 89.335938 89.785156 89.199219 90.023438 89.039062 C 90.265625 88.878906 90.488281 88.695312 90.691406 88.492188 C 90.894531 88.289062 91.078125 88.066406 91.238281 87.824219 C 91.398438 87.585938 91.535156 87.332031 91.644531 87.066406 C 91.753906 86.796875 91.839844 86.523438 91.894531 86.238281 C 91.953125 85.957031 91.980469 85.671875 91.980469 85.382812 C 91.976562 84.484375 91.898438 83.589844 91.746094 82.707031 C 91.589844 81.820312 91.363281 80.953125 91.058594 80.109375 C 90.757812 79.261719 90.382812 78.449219 89.941406 77.664062 C 89.5 76.882812 88.992188 76.144531 88.425781 75.449219 C 87.855469 74.75 87.234375 74.109375 86.554688 73.519531 C 85.875 72.929688 85.152344 72.402344 84.382812 71.9375 C 83.613281 71.472656 82.8125 71.078125 81.972656 70.75 C 81.136719 70.421875 80.277344 70.167969 79.398438 69.984375 C 79.707031 66.816406 78.738281 63.5625 75 63.429688 C 71.21875 63.5625 70.292969 66.816406 70.601562 70.074219 C 69.390625 70.363281 68.246094 70.8125 67.160156 71.421875 C 66.078125 72.027344 65.09375 72.769531 64.214844 73.652344 C 63.335938 74.53125 62.59375 75.511719 61.988281 76.597656 C 61.382812 77.683594 60.933594 78.828125 60.644531 80.039062 C 60.355469 81.246094 60.234375 82.472656 60.285156 83.714844 C 60.335938 84.957031 60.554688 86.167969 60.941406 87.351562 C 61.324219 88.535156 61.863281 89.640625 62.554688 90.671875 C 63.25 91.707031 64.066406 92.625 65.015625 93.429688 L 79.3125 105.308594 C 79.699219 105.632812 80.027344 106.007812 80.292969 106.441406 C 80.558594 106.875 80.746094 107.335938 80.859375 107.832031 C 80.96875 108.324219 80.996094 108.824219 80.945312 109.328125 C 80.890625 109.832031 80.757812 110.3125 80.542969 110.773438 C 80.328125 111.234375 80.046875 111.644531 79.699219 112.011719 C 79.347656 112.378906 78.945312 112.679688 78.496094 112.914062 C 78.046875 113.144531 77.574219 113.300781 77.070312 113.378906 C 76.570312 113.453125 76.070312 113.445312 75.570312 113.359375 C 75.191406 113.222656 74.808594 113.222656 74.429688 113.359375 C 73.992188 113.40625 73.558594 113.417969 73.121094 113.382812 C 72.683594 113.351562 72.253906 113.28125 71.828125 113.167969 C 71.40625 113.058594 70.996094 112.90625 70.601562 112.71875 C 70.207031 112.527344 69.832031 112.304688 69.480469 112.046875 C 69.125 111.789062 68.796875 111.5 68.5 111.179688 C 68.199219 110.859375 67.933594 110.515625 67.699219 110.144531 C 67.460938 109.777344 67.261719 109.386719 67.101562 108.980469 C 66.9375 108.574219 66.816406 108.15625 66.730469 107.726562 C 66.683594 107.441406 66.605469 107.164062 66.503906 106.894531 C 66.398438 106.621094 66.269531 106.363281 66.113281 106.121094 C 65.960938 105.875 65.78125 105.648438 65.582031 105.4375 C 65.382812 105.230469 65.164062 105.042969 64.925781 104.875 C 64.6875 104.710938 64.4375 104.570312 64.171875 104.453125 C 63.90625 104.339844 63.632812 104.25 63.347656 104.1875 C 63.066406 104.128906 62.777344 104.09375 62.488281 104.089844 C 62.199219 104.085938 61.914062 104.109375 61.628906 104.164062 C 61.339844 104.214844 61.0625 104.296875 60.792969 104.402344 C 60.523438 104.507812 60.265625 104.640625 60.023438 104.800781 C 59.777344 104.957031 59.550781 105.136719 59.34375 105.339844 C 59.132812 105.539062 58.945312 105.761719 58.78125 106 C 58.617188 106.238281 58.476562 106.492188 58.359375 106.757812 C 58.246094 107.023438 58.15625 107.300781 58.09375 107.585938 C 58.03125 107.867188 58 108.15625 57.996094 108.445312 C 57.988281 108.738281 58.011719 109.023438 58.066406 109.3125 C 58.207031 110.085938 58.40625 110.84375 58.664062 111.589844 C 58.921875 112.335938 59.234375 113.054688 59.601562 113.753906 C 59.964844 114.453125 60.382812 115.117188 60.847656 115.753906 C 61.316406 116.390625 61.828125 116.984375 62.382812 117.542969 C 62.9375 118.101562 63.535156 118.617188 64.167969 119.085938 C 64.800781 119.554688 65.464844 119.972656 66.164062 120.339844 C 66.859375 120.707031 67.578125 121.023438 68.324219 121.28125 C 69.066406 121.542969 69.828125 121.746094 70.601562 121.890625 C 70.25 125.015625 71.394531 128.226562 75 128.3125 C 78.695312 128.226562 79.75 124.925781 79.398438 121.804688 C 80.601562 121.511719 81.742188 121.0625 82.820312 120.457031 C 83.902344 119.851562 84.878906 119.109375 85.75 118.230469 C 86.625 117.355469 87.363281 116.375 87.964844 115.292969 C 88.570312 114.214844 89.011719 113.070312 89.300781 111.867188 C 89.585938 110.664062 89.707031 109.441406 89.65625 108.207031 C 89.605469 106.96875 89.386719 105.761719 89 104.585938 C 88.617188 103.410156 88.078125 102.304688 87.390625 101.277344 C 86.699219 100.25 85.882812 99.335938 84.941406 98.535156 L 70.644531 86.65625 C 70.269531 86.363281 69.949219 86.019531 69.6875 85.621094 C 69.421875 85.226562 69.226562 84.796875 69.097656 84.335938 C 68.972656 83.878906 68.921875 83.410156 68.945312 82.933594 C 68.96875 82.457031 69.066406 82 69.238281 81.554688 C 69.390625 81.109375 69.605469 80.695312 69.886719 80.316406 C 70.167969 79.9375 70.496094 79.609375 70.878906 79.332031 C 71.261719 79.058594 71.675781 78.847656 72.125 78.699219 C 72.574219 78.554688 73.03125 78.480469 73.503906 78.476562 Z M 73.503906 78.476562 L 76.277344 78.476562 C 76.730469 78.476562 77.179688 78.519531 77.621094 78.609375 C 78.066406 78.699219 78.5 78.832031 78.917969 79.003906 C 79.335938 79.179688 79.734375 79.390625 80.109375 79.644531 C 80.488281 79.894531 80.835938 80.179688 81.15625 80.5 C 81.476562 80.820312 81.761719 81.171875 82.015625 81.546875 C 82.265625 81.925781 82.480469 82.320312 82.652344 82.738281 C 82.828125 83.160156 82.957031 83.589844 83.046875 84.035156 C 83.136719 84.480469 83.179688 84.929688 83.183594 85.382812 C 83.183594 85.671875 83.210938 85.957031 83.265625 86.238281 C 83.324219 86.523438 83.40625 86.796875 83.515625 87.066406 C 83.628906 87.332031 83.761719 87.585938 83.921875 87.824219 C 84.082031 88.066406 84.265625 88.289062 84.46875 88.492188 C 84.675781 88.695312 84.898438 88.878906 85.136719 89.039062 C 85.375 89.199219 85.628906 89.335938 85.898438 89.445312 C 86.164062 89.554688 86.4375 89.640625 86.722656 89.695312 C 87.003906 89.75 87.292969 89.78125 87.582031 89.78125 C 87.871094 89.78125 88.15625 89.75 88.4375 89.695312 C 88.722656 89.640625 88.996094 89.554688 89.265625 89.445312 C 89.53125 89.335938 89.785156 89.199219 90.023438 89.039062 C 90.265625 88.878906 90.488281 88.695312 90.691406 88.492188 C 90.894531 88.289062 91.078125 88.066406 91.238281 87.824219 C 91.398438 87.585938 91.535156 87.332031 91.644531 87.066406 C 91.753906 86.796875 91.839844 86.523438 91.894531 86.238281 C 91.953125 85.957031 91.980469 85.671875 91.980469 85.382812 C 91.976562 84.484375 91.898438 83.589844 91.746094 82.707031 C 91.589844 81.820312 91.363281 80.953125 91.058594 80.109375 C 90.757812 79.261719 90.382812 78.449219 89.941406 77.664062 C 89.5 76.882812 88.992188 76.144531 88.425781 75.449219 C 87.855469 74.75 87.234375 74.109375 86.554688 73.519531 C 85.875 72.929688 85.152344 72.402344 84.382812 71.9375 C 83.613281 71.472656 82.8125 71.078125 81.972656 70.75 C 81.136719 70.421875 80.277344 70.167969 79.398438 69.984375 C 79.707031 66.816406 78.738281 63.5625 75 63.429688 C 71.21875 63.5625 70.292969 66.816406 70.601562 70.074219 C 69.390625 70.363281 68.246094 70.8125 67.160156 71.421875 C 66.078125 72.027344 65.09375 72.769531 64.214844 73.652344 C 63.335938 74.53125 62.59375 75.511719 61.988281 76.597656 C 61.382812 77.683594 60.933594 78.828125 60.644531 80.039062 C 60.355469 81.246094 60.234375 82.472656 60.285156 83.714844 C 60.335938 84.957031 60.554688 86.167969 60.941406 87.351562 C 61.324219 88.535156 61.863281 89.640625 62.554688 90.671875 C 63.25 91.707031 64.066406 92.625 65.015625 93.429688 L 79.3125 105.308594 C 79.699219 105.632812 80.027344 106.007812 80.292969 106.441406 C 80.558594 106.875 80.746094 107.335938 80.859375 107.832031 C 80.96875 108.324219 80.996094 108.824219 80.945312 109.328125 C 80.890625 109.832031 80.757812 110.3125 80.542969 110.773438 C 80.328125 111.234375 80.046875 111.644531 79.699219 112.011719 C 79.347656 112.378906 78.945312 112.679688 78.496094 112.914062 C 78.046875 113.144531 77.574219 113.300781 77.070312 113.378906 C 76.570312 113.453125 76.070312 113.445312 75.570312 113.359375 C 75.191406 113.222656 74.808594 113.222656 74.429688 113.359375 C 73.992188 113.40625 73.558594 113.417969 73.121094 113.382812 C 72.683594 113.351562 72.253906 113.28125 71.828125 113.167969 C 71.40625 113.058594 70.996094 112.90625 70.601562 112.71875 C 70.207031 112.527344 69.832031 112.304688 69.480469 112.046875 C 69.125 111.789062 68.796875 111.5 68.5 111.179688 C 68.199219 110.859375 67.933594 110.515625 67.699219 110.144531 C 67.460938 109.777344 67.261719 109.386719 67.101562 108.980469 C 66.9375 108.574219 66.816406 108.15625 66.730469 107.726562 C 66.683594 107.441406 66.605469 107.164062 66.503906 106.894531 C 66.398438 106.621094 66.269531 106.363281 66.113281 106.121094 C 65.960938 105.875 65.78125 105.648438 65.582031 105.4375 C 65.382812 105.230469 65.164062 105.042969 64.925781 104.875 C 64.6875 104.710938 64.4375 104.570312 64.171875 104.453125 C 63.90625 104.339844 63.632812 104.25 63.347656 104.1875 C 63.066406 104.128906 62.777344 104.09375 62.488281 104.089844 C 62.199219 104.085938 61.914062 104.109375 61.628906 104.164062 C 61.339844 104.214844 61.0625 104.296875 60.792969 104.402344 C 60.523438 104.507812 60.265625 104.640625 60.023438 104.800781 C 59.777344 104.957031 59.550781 105.136719 59.34375 105.339844 C 59.132812 105.539062 58.945312 105.761719 58.78125 106 C 58.617188 106.238281 58.476562 106.492188 58.359375 106.757812 C 58.246094 107.023438 58.15625 107.300781 58.09375 107.585938 C 58.03125 107.867188 58 108.15625 57.996094 108.445312 C 57.988281 108.738281 58.011719 109.023438 58.066406 109.3125 C 58.207031 110.085938 58.40625 110.84375 58.664062 111.589844 C 58.921875 112.335938 59.234375 113.054688 59.601562 113.753906 C 59.964844 114.453125 60.382812 115.117188 60.847656 115.753906 C 61.316406 116.390625 61.828125 116.984375 62.382812 117.542969 C 62.9375 118.101562 63.535156 118.617188 64.167969 119.085938 C 64.800781 119.554688 65.464844 119.972656 66.164062 120.339844 C 66.859375 120.707031 67.578125 121.023438 68.324219 121.28125 C 69.066406 121.542969 69.828125 121.746094 70.601562 121.890625 C 70.25 125.015625 71.394531 128.226562 75 128.3125 C 78.695312 128.226562 79.75 124.925781 79.398438 121.804688 C 80.601562 121.511719 81.742188 121.0625 82.820312 120.457031 C 83.902344 119.851562 84.878906 119.109375 85.75 118.230469 C 86.625 117.355469 87.363281 116.375 87.964844 115.292969 C 88.570312 114.214844 89.011719 113.070312 89.300781 111.867188 C 89.585938 110.664062 89.707031 109.441406 89.65625 108.207031 C 89.605469 106.96875 89.386719 105.761719 89 104.585938 C 88.617188 103.410156 88.078125 102.304688 87.390625 101.277344 C 86.699219 100.25 85.882812 99.335938 84.941406 98.535156 L 70.644531 86.65625 C 70.269531 86.363281 69.949219 86.019531 69.6875 85.621094 C 69.421875 85.226562 69.226562 84.796875 69.097656 84.335938 C 68.972656 83.878906 68.921875 83.410156 68.945312 82.933594 C 68.96875 82.457031 69.066406 82 69.238281 81.554688 C 69.390625 81.109375 69.605469 80.695312 69.886719 80.316406 C 70.167969 79.9375 70.496094 79.609375 70.878906 79.332031 C 71.261719 79.058594 71.675781 78.847656 72.125 78.699219 C 72.574219 78.554688 73.03125 78.480469 73.503906 78.476562 Z M 73.503906 78.476562 " fill-opacity="1" fill-rule="nonzero"/></g></svg> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_opportunityIcon.data.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_opportunityIcon.data.xml new file mode 100644 index 00000000..e210469c --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_opportunityIcon.data.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<WebResource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <WebResourceId>{29374022-f8c8-ee11-9079-00224841f5ce}</WebResourceId> + <Name>p365i_opportunityIcon</Name> + <DisplayName>Opportunity Icon</DisplayName> + <LanguageCode>1033</LanguageCode> + <WebResourceType>11</WebResourceType> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsEnabledForMobileClient>1</IsEnabledForMobileClient> + <IsAvailableForMobileOffline>1</IsAvailableForMobileOffline> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <IsHidden>0</IsHidden> + <FileName>/WebResources/p365i_opportunityIcon29374022-F8C8-EE11-9079-00224841F5CE</FileName> +</WebResource> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_pricelistIcon b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_pricelistIcon new file mode 100644 index 00000000..f4d4d573 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_pricelistIcon @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" zoomAndPan="magnify" viewBox="0 0 150 149.999998" height="200" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><clipPath id="ad829088f0"><path d="M 18.65625 0 L 131.15625 0 L 131.15625 150 L 18.65625 150 Z M 18.65625 0 " clip-rule="nonzero"/></clipPath></defs><g clip-path="url(#ad829088f0)"><path fill="#000000" d="M 30.332031 3.347656 C 25.691406 3.347656 21.917969 7.125 21.917969 11.769531 L 21.917969 138.125 C 21.917969 142.769531 25.691406 146.550781 30.328125 146.550781 L 119.476562 146.550781 C 124.113281 146.550781 127.886719 142.769531 127.886719 138.125 L 127.886719 11.769531 C 127.886719 7.125 124.113281 3.351562 119.476562 3.351562 L 30.332031 3.351562 Z M 119.476562 149.820312 L 30.332031 149.820312 C 23.894531 149.820312 18.660156 144.570312 18.660156 138.125 L 18.660156 11.769531 C 18.660156 5.324219 23.894531 0.078125 30.328125 0.078125 L 119.476562 0.078125 C 125.914062 0.078125 131.152344 5.324219 131.152344 11.769531 L 131.152344 138.125 C 131.152344 144.570312 125.914062 149.820312 119.476562 149.820312 Z M 119.476562 149.820312 " fill-opacity="1" fill-rule="evenodd"/></g><path fill="#000000" d="M 74.90625 48.132812 C 70.019531 48.132812 66.046875 44.929688 66.046875 40.992188 C 66.050781 40.089844 66.78125 39.359375 67.679688 39.359375 C 68.582031 39.359375 69.3125 40.089844 69.3125 40.992188 C 69.3125 43.089844 71.871094 44.863281 74.90625 44.863281 C 77.933594 44.863281 80.492188 43.089844 80.492188 40.992188 C 80.496094 38.417969 78.789062 37.855469 74.613281 37.09375 C 71 36.441406 66.046875 35.542969 66.046875 29.980469 C 66.050781 26.042969 70.019531 22.839844 74.90625 22.839844 C 79.785156 22.839844 83.757812 26.042969 83.757812 29.980469 C 83.757812 30.882812 83.027344 31.613281 82.125 31.613281 C 81.226562 31.613281 80.496094 30.882812 80.496094 29.980469 C 80.496094 27.882812 77.933594 26.109375 74.90625 26.109375 C 71.871094 26.109375 69.3125 27.882812 69.3125 29.980469 C 69.3125 32.554688 71.015625 33.121094 75.195312 33.878906 C 78.808594 34.535156 83.757812 35.433594 83.757812 40.992188 C 83.757812 44.929688 79.785156 48.132812 74.90625 48.132812 Z M 74.90625 48.132812 " fill-opacity="1" fill-rule="evenodd"/><path fill="#000000" d="M 74.90625 52.726562 C 74 52.726562 73.273438 51.996094 73.273438 51.089844 L 73.273438 19.878906 C 73.273438 18.976562 74 18.246094 74.90625 18.246094 C 75.804688 18.246094 76.535156 18.976562 76.535156 19.878906 L 76.539062 51.089844 C 76.539062 51.996094 75.804688 52.726562 74.90625 52.726562 Z M 74.90625 52.726562 " fill-opacity="1" fill-rule="evenodd"/><path fill="#000000" d="M 74.90625 16.597656 C 64.503906 16.597656 56.042969 25.070312 56.042969 35.488281 C 56.042969 45.90625 64.503906 54.378906 74.90625 54.378906 C 85.300781 54.378906 93.761719 45.90625 93.761719 35.488281 C 93.765625 25.070312 85.300781 16.597656 74.90625 16.597656 Z M 74.90625 57.648438 C 62.703125 57.648438 52.777344 47.707031 52.777344 35.488281 C 52.78125 23.269531 62.703125 13.328125 74.90625 13.328125 C 87.105469 13.328125 97.027344 23.269531 97.027344 35.488281 C 97.027344 47.707031 87.101562 57.648438 74.90625 57.648438 Z M 74.90625 57.648438 " fill-opacity="1" fill-rule="evenodd"/><path fill="#000000" d="M 108.851562 73.042969 L 62.195312 73.042969 C 61.289062 73.042969 60.5625 72.308594 60.5625 71.40625 C 60.5625 70.503906 61.289062 69.773438 62.195312 69.773438 L 108.851562 69.773438 C 109.75 69.773438 110.480469 70.503906 110.480469 71.40625 C 110.480469 72.308594 109.75 73.042969 108.851562 73.042969 Z M 108.851562 73.042969 " fill-opacity="1" fill-rule="evenodd"/><path fill="#000000" d="M 108.851562 92.917969 L 62.195312 92.917969 C 61.289062 92.917969 60.5625 92.183594 60.5625 91.28125 C 60.5625 90.378906 61.289062 89.648438 62.195312 89.648438 L 108.851562 89.648438 C 109.75 89.648438 110.480469 90.378906 110.480469 91.28125 C 110.480469 92.183594 109.75 92.917969 108.851562 92.917969 Z M 108.851562 92.917969 " fill-opacity="1" fill-rule="evenodd"/><path fill="#000000" d="M 108.851562 112.792969 L 62.195312 112.792969 C 61.289062 112.792969 60.5625 112.058594 60.5625 111.15625 C 60.5625 110.25 61.289062 109.523438 62.195312 109.523438 L 108.851562 109.523438 C 109.75 109.523438 110.480469 110.25 110.480469 111.15625 C 110.480469 112.058594 109.75 112.792969 108.851562 112.792969 Z M 108.851562 112.792969 " fill-opacity="1" fill-rule="evenodd"/><path fill="#000000" d="M 108.851562 132.664062 L 62.195312 132.664062 C 61.289062 132.664062 60.5625 131.929688 60.5625 131.027344 C 60.5625 130.125 61.289062 129.394531 62.195312 129.394531 L 108.851562 129.394531 C 109.75 129.394531 110.480469 130.125 110.480469 131.027344 C 110.480469 131.929688 109.75 132.664062 108.851562 132.664062 Z M 108.851562 132.664062 " fill-opacity="1" fill-rule="evenodd"/><path fill="#000000" d="M 44.300781 76.949219 C 43.867188 76.949219 43.453125 76.777344 43.148438 76.472656 L 39.804688 73.121094 C 39.167969 72.484375 39.167969 71.449219 39.804688 70.808594 C 40.441406 70.171875 41.472656 70.171875 42.109375 70.8125 L 44.300781 73.003906 L 50.949219 66.34375 C 51.585938 65.707031 52.621094 65.707031 53.257812 66.34375 C 53.894531 66.984375 53.894531 68.015625 53.257812 68.65625 L 45.457031 76.472656 C 45.152344 76.777344 44.734375 76.949219 44.300781 76.949219 Z M 44.300781 76.949219 " fill-opacity="1" fill-rule="evenodd"/><path fill="#000000" d="M 44.300781 96.824219 C 43.886719 96.824219 43.46875 96.664062 43.148438 96.347656 L 39.804688 92.996094 C 39.167969 92.359375 39.167969 91.324219 39.804688 90.683594 C 40.441406 90.046875 41.472656 90.046875 42.109375 90.683594 L 44.300781 92.875 L 50.949219 86.21875 C 51.585938 85.582031 52.621094 85.582031 53.257812 86.21875 C 53.894531 86.855469 53.894531 87.890625 53.257812 88.53125 L 45.457031 96.347656 C 45.136719 96.664062 44.71875 96.824219 44.300781 96.824219 Z M 44.300781 96.824219 " fill-opacity="1" fill-rule="evenodd"/><path fill="#000000" d="M 44.300781 116.699219 C 43.886719 116.699219 43.46875 116.539062 43.148438 116.21875 L 39.804688 112.871094 C 39.167969 112.230469 39.167969 111.199219 39.804688 110.558594 C 40.441406 109.921875 41.472656 109.921875 42.109375 110.558594 L 44.300781 112.75 L 50.949219 106.09375 C 51.585938 105.453125 52.621094 105.453125 53.257812 106.09375 C 53.894531 106.730469 53.894531 107.765625 53.257812 108.40625 L 45.457031 116.21875 C 45.136719 116.539062 44.71875 116.699219 44.300781 116.699219 Z M 44.300781 116.699219 " fill-opacity="1" fill-rule="evenodd"/><path fill="#000000" d="M 44.300781 136.570312 C 43.886719 136.570312 43.46875 136.414062 43.148438 136.09375 L 39.804688 132.746094 C 39.167969 132.105469 39.167969 131.070312 39.804688 130.433594 C 40.441406 129.796875 41.472656 129.796875 42.109375 130.433594 L 44.300781 132.625 L 50.949219 125.964844 C 51.585938 125.328125 52.621094 125.328125 53.257812 125.964844 C 53.894531 126.605469 53.894531 127.640625 53.257812 128.277344 L 45.457031 136.09375 C 45.136719 136.414062 44.71875 136.570312 44.300781 136.570312 Z M 44.300781 136.570312 " fill-opacity="1" fill-rule="evenodd"/></svg> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_pricelistIcon.data.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_pricelistIcon.data.xml new file mode 100644 index 00000000..7fbf8cd7 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_pricelistIcon.data.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<WebResource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <WebResourceId>{5ffa87bd-f8c8-ee11-9078-00224840d636}</WebResourceId> + <Name>p365i_pricelistIcon</Name> + <DisplayName>Price List Icon</DisplayName> + <WebResourceType>11</WebResourceType> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsEnabledForMobileClient>1</IsEnabledForMobileClient> + <IsAvailableForMobileOffline>1</IsAvailableForMobileOffline> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <IsHidden>0</IsHidden> + <FileName>/WebResources/p365i_pricelistIcon5FFA87BD-F8C8-EE11-9078-00224840D636</FileName> +</WebResource> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_productsIcon b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_productsIcon new file mode 100644 index 00000000..520ca1fa --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_productsIcon @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" zoomAndPan="magnify" viewBox="0 0 150 149.999998" height="200" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><clipPath id="382052a3d8"><path d="M 0 12.28125 L 150 12.28125 L 150 137.53125 L 0 137.53125 Z M 0 12.28125 " clip-rule="nonzero"/></clipPath></defs><g clip-path="url(#382052a3d8)"><path fill="#000000" d="M 147.472656 20.769531 L 136.269531 20.769531 L 136.269531 14.699219 C 136.269531 13.367188 135.1875 12.289062 133.855469 12.289062 C 106.050781 12.289062 97.121094 14.703125 79.332031 19.515625 C 77.949219 19.890625 76.507812 20.277344 75 20.683594 C 73.492188 20.277344 72.050781 19.890625 70.667969 19.515625 C 52.878906 14.703125 43.949219 12.289062 16.144531 12.289062 C 14.8125 12.289062 13.730469 13.367188 13.730469 14.699219 L 13.730469 20.769531 L 2.527344 20.769531 C 1.195312 20.769531 0.113281 21.847656 0.113281 23.179688 L 0.113281 127.292969 C 0.113281 128.625 1.195312 129.703125 2.527344 129.703125 L 62.042969 129.703125 L 62.042969 129.75 C 62.042969 134.035156 65.535156 137.523438 69.832031 137.523438 L 80.285156 137.523438 C 84.578125 137.523438 88.070312 134.035156 88.070312 129.75 L 88.070312 129.703125 L 147.472656 129.703125 C 148.804688 129.703125 149.886719 128.625 149.886719 127.292969 L 149.886719 23.179688 C 149.886719 21.847656 148.804688 20.769531 147.472656 20.769531 Z M 80.597656 24.171875 C 97.972656 19.472656 106.1875 17.25 131.4375 17.117188 L 131.4375 113.03125 C 107.933594 113.230469 90.183594 116.351562 77.414062 122.546875 L 77.414062 25.03125 C 78.507812 24.734375 79.570312 24.449219 80.597656 24.171875 Z M 18.5625 17.117188 C 43.8125 17.25 52.027344 19.472656 69.402344 24.171875 C 70.433594 24.449219 71.488281 24.734375 72.585938 25.03125 L 72.585938 122.546875 C 59.816406 116.351562 42.066406 113.230469 18.5625 113.03125 Z M 145.054688 124.878906 L 85.65625 124.878906 C 84.320312 124.878906 83.238281 125.960938 83.238281 127.292969 L 83.238281 129.75 C 83.238281 131.375 81.914062 132.699219 80.285156 132.699219 L 69.832031 132.699219 C 68.199219 132.699219 66.875 131.375 66.875 129.75 L 66.875 127.292969 C 66.875 125.960938 65.792969 124.878906 64.460938 124.878906 L 4.945312 124.878906 L 4.945312 25.59375 L 13.730469 25.59375 L 13.730469 115.433594 C 13.730469 116.765625 14.8125 117.84375 16.144531 117.84375 C 42.335938 117.84375 61.191406 121.375 73.792969 128.640625 C 74.164062 128.855469 74.582031 128.964844 75 128.964844 C 75.417969 128.964844 75.835938 128.855469 76.207031 128.640625 C 88.808594 121.375 107.664062 117.84375 133.855469 117.84375 C 135.1875 117.84375 136.269531 116.765625 136.269531 115.433594 L 136.269531 25.59375 L 145.054688 25.59375 Z M 68.253906 56.15625 L 46.78125 43.777344 C 46.03125 43.347656 45.113281 43.347656 44.363281 43.777344 L 22.890625 56.15625 C 22.144531 56.589844 21.683594 57.382812 21.683594 58.246094 L 21.683594 83.003906 C 21.683594 83.867188 22.144531 84.664062 22.890625 85.09375 L 44.363281 97.472656 C 44.738281 97.6875 45.15625 97.796875 45.574219 97.796875 C 45.988281 97.796875 46.40625 97.6875 46.78125 97.472656 L 68.253906 85.09375 C 69.003906 84.664062 69.460938 83.867188 69.460938 83.003906 L 69.460938 58.246094 C 69.460938 57.382812 69.003906 56.589844 68.253906 56.15625 Z M 45.574219 67.839844 L 42.78125 66.230469 L 59.425781 56.636719 L 62.214844 58.246094 Z M 36.554688 62.640625 L 53.195312 53.046875 L 54.59375 53.851562 L 37.949219 63.445312 Z M 34.136719 66.820312 L 35.535156 67.625 L 35.535156 71.804688 L 34.136719 71 Z M 45.574219 48.652344 L 48.363281 50.261719 L 31.722656 59.855469 L 28.929688 58.246094 Z M 26.515625 62.425781 L 29.304688 64.035156 L 29.304688 72.390625 C 29.304688 73.253906 29.765625 74.046875 30.515625 74.480469 L 36.742188 78.070312 C 37.117188 78.285156 37.53125 78.394531 37.949219 78.394531 C 38.367188 78.394531 38.785156 78.285156 39.15625 78.070312 C 39.90625 77.636719 40.367188 76.84375 40.367188 75.980469 L 40.367188 70.410156 L 43.15625 72.019531 L 43.15625 91.207031 L 26.515625 81.613281 Z M 47.988281 91.207031 L 47.988281 72.019531 L 64.632812 62.425781 L 64.632812 81.613281 Z M 103.011719 53.066406 C 103.011719 51.734375 104.09375 50.652344 105.425781 50.652344 L 123.777344 50.652344 C 125.109375 50.652344 126.191406 51.734375 126.191406 53.066406 C 126.191406 54.398438 125.109375 55.476562 123.777344 55.476562 L 105.425781 55.476562 C 104.09375 55.476562 103.011719 54.398438 103.011719 53.066406 Z M 103.011719 45.269531 C 103.011719 43.9375 104.09375 42.855469 105.425781 42.855469 L 123.777344 42.855469 C 125.109375 42.855469 126.191406 43.9375 126.191406 45.269531 C 126.191406 46.601562 125.109375 47.679688 123.777344 47.679688 L 105.425781 47.679688 C 104.09375 47.679688 103.011719 46.601562 103.011719 45.269531 Z M 103.011719 66.726562 C 103.011719 65.394531 104.09375 64.316406 105.425781 64.316406 L 123.777344 64.316406 C 125.109375 64.316406 126.191406 65.394531 126.191406 66.726562 C 126.191406 68.058594 125.109375 69.140625 123.777344 69.140625 L 105.425781 69.140625 C 104.09375 69.140625 103.011719 68.058594 103.011719 66.726562 Z M 103.011719 74.523438 C 103.011719 73.191406 104.09375 72.113281 105.425781 72.113281 L 123.777344 72.113281 C 125.109375 72.113281 126.191406 73.191406 126.191406 74.523438 C 126.191406 75.855469 125.109375 76.9375 123.777344 76.9375 L 105.425781 76.9375 C 104.09375 76.9375 103.011719 75.855469 103.011719 74.523438 Z M 103.011719 95.984375 C 103.011719 94.652344 104.09375 93.570312 105.425781 93.570312 L 123.777344 93.570312 C 125.109375 93.570312 126.191406 94.652344 126.191406 95.984375 C 126.191406 97.316406 125.109375 98.394531 123.777344 98.394531 L 105.425781 98.394531 C 104.09375 98.394531 103.011719 97.316406 103.011719 95.984375 Z M 103.011719 88.1875 C 103.011719 86.855469 104.09375 85.773438 105.425781 85.773438 L 123.777344 85.773438 C 125.109375 85.773438 126.191406 86.855469 126.191406 88.1875 C 126.191406 89.519531 125.109375 90.597656 123.777344 90.597656 L 105.425781 90.597656 C 104.09375 90.597656 103.011719 89.519531 103.011719 88.1875 Z M 87.25 57.035156 L 93.835938 57.035156 C 96.367188 57.035156 98.425781 54.980469 98.425781 52.453125 L 98.425781 45.878906 C 98.425781 43.351562 96.367188 41.296875 93.835938 41.296875 L 87.25 41.296875 C 84.71875 41.296875 82.660156 43.351562 82.660156 45.878906 L 82.660156 52.453125 C 82.660156 54.980469 84.71875 57.035156 87.25 57.035156 Z M 87.492188 46.121094 L 93.59375 46.121094 L 93.59375 52.210938 L 87.492188 52.210938 Z M 87.25 78.496094 L 93.835938 78.496094 C 96.367188 78.496094 98.425781 76.441406 98.425781 73.914062 L 98.425781 67.335938 C 98.425781 64.8125 96.367188 62.753906 93.835938 62.753906 L 87.25 62.753906 C 84.71875 62.753906 82.660156 64.8125 82.660156 67.335938 L 82.660156 73.914062 C 82.660156 76.441406 84.71875 78.496094 87.25 78.496094 Z M 87.492188 67.578125 L 93.59375 67.578125 L 93.59375 73.671875 L 87.492188 73.671875 Z M 87.25 99.953125 L 93.835938 99.953125 C 96.367188 99.953125 98.425781 97.898438 98.425781 95.371094 L 98.425781 88.796875 C 98.425781 86.269531 96.367188 84.214844 93.835938 84.214844 L 87.25 84.214844 C 84.71875 84.214844 82.660156 86.269531 82.660156 88.796875 L 82.660156 95.371094 C 82.660156 97.898438 84.71875 99.953125 87.25 99.953125 Z M 87.492188 89.039062 L 93.59375 89.039062 L 93.59375 95.128906 L 87.492188 95.128906 Z M 87.492188 89.039062 " fill-opacity="1" fill-rule="nonzero"/></g></svg> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_productsIcon.data.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_productsIcon.data.xml new file mode 100644 index 00000000..910cef3b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_productsIcon.data.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<WebResource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <WebResourceId>{2487cfa8-f8c8-ee11-9079-00224841f5ce}</WebResourceId> + <Name>p365i_productsIcon</Name> + <DisplayName>Products Icon</DisplayName> + <WebResourceType>11</WebResourceType> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsEnabledForMobileClient>0</IsEnabledForMobileClient> + <IsAvailableForMobileOffline>0</IsAvailableForMobileOffline> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <IsHidden>0</IsHidden> + <FileName>/WebResources/p365i_productsIcon2487CFA8-F8C8-EE11-9079-00224841F5CE</FileName> +</WebResource> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_prospectIcon b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_prospectIcon new file mode 100644 index 00000000..56617e42 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_prospectIcon @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" zoomAndPan="magnify" viewBox="0 0 150 149.999998" height="200" preserveAspectRatio="xMidYMid meet" version="1.0"><path fill="#000000" d="M 54.574219 9.640625 C 29.800781 9.640625 9.640625 29.800781 9.640625 54.574219 C 9.640625 79.351562 29.800781 99.511719 54.574219 99.511719 C 79.351562 99.511719 99.511719 79.351562 99.511719 54.574219 C 99.511719 29.800781 79.351562 9.640625 54.574219 9.640625 Z M 54.574219 14.542969 C 76.648438 14.542969 94.609375 32.5 94.609375 54.574219 C 94.609375 63.703125 91.503906 72.097656 86.339844 78.839844 C 82.125 69.878906 74.402344 63.207031 65.148438 60.292969 C 70.105469 56.90625 73.367188 51.214844 73.367188 44.769531 C 73.367188 34.410156 64.9375 25.980469 54.574219 25.980469 C 44.214844 25.980469 35.785156 34.410156 35.785156 44.769531 C 35.785156 51.214844 39.046875 56.90625 44.003906 60.292969 C 34.75 63.207031 27.027344 69.878906 22.808594 78.839844 C 17.648438 72.097656 14.542969 63.703125 14.542969 54.574219 C 14.542969 32.5 32.5 14.542969 54.574219 14.542969 Z M 40.6875 44.769531 C 40.6875 37.113281 46.917969 30.882812 54.574219 30.882812 C 62.234375 30.882812 68.464844 37.113281 68.464844 44.769531 C 68.464844 52.429688 62.234375 58.660156 54.574219 58.660156 C 46.917969 58.660156 40.6875 52.429688 40.6875 44.769531 Z M 26.375 82.953125 C 30.859375 71.300781 42 63.5625 54.574219 63.5625 C 67.148438 63.5625 78.292969 71.300781 82.777344 82.953125 C 75.535156 90.152344 65.566406 94.609375 54.574219 94.609375 C 43.582031 94.609375 33.613281 90.152344 26.375 82.953125 Z M 26.375 82.953125 " fill-opacity="1" fill-rule="nonzero"/><path fill="#000000" d="M 143.984375 122.03125 L 116.253906 94.300781 C 113.347656 91.398438 108.949219 90.941406 105.527344 92.851562 L 99.046875 86.367188 C 105.480469 77.394531 109.3125 66.433594 109.3125 54.574219 C 109.3125 24.394531 84.757812 -0.164062 54.574219 -0.164062 C 24.394531 -0.164062 -0.164062 24.394531 -0.164062 54.574219 C -0.164062 84.757812 24.394531 109.3125 54.574219 109.3125 C 66.433594 109.3125 77.394531 105.480469 86.367188 99.046875 L 92.855469 105.535156 C 90.976562 108.953125 91.429688 113.386719 94.300781 116.25 C 94.300781 116.25 122.019531 143.96875 122.03125 143.980469 C 127.984375 149.933594 138.039062 149.925781 143.984375 143.980469 C 149.96875 137.996094 149.964844 128.007812 143.984375 122.03125 Z M 54.574219 104.410156 C 27.097656 104.410156 4.738281 82.054688 4.738281 54.574219 C 4.738281 27.097656 27.097656 4.738281 54.574219 4.738281 C 82.054688 4.738281 104.410156 27.097656 104.410156 54.574219 C 104.410156 82.054688 82.054688 104.410156 54.574219 104.410156 Z M 90.25 96 C 92.308594 94.226562 94.226562 92.308594 96 90.25 L 101.792969 96.046875 L 96.046875 101.792969 Z M 140.515625 140.515625 C 136.375 144.65625 129.636719 144.660156 125.496094 140.515625 C 125.496094 140.515625 97.851562 112.875 97.765625 112.785156 C 96.191406 111.210938 96.199219 108.578125 97.765625 107.007812 C 97.765625 107.007812 106.984375 97.792969 107.007812 97.765625 C 108.578125 96.199219 111.226562 96.207031 112.789062 97.765625 C 112.789062 97.765625 140.5 125.480469 140.515625 125.496094 C 144.613281 129.59375 144.617188 136.421875 140.515625 140.515625 Z M 140.515625 140.515625 " fill-opacity="1" fill-rule="nonzero"/></svg> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_prospectIcon.data.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_prospectIcon.data.xml new file mode 100644 index 00000000..4a374806 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_prospectIcon.data.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<WebResource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <WebResourceId>{bdff8d96-f8c8-ee11-9079-6045bd127823}</WebResourceId> + <Name>p365i_prospectIcon</Name> + <DisplayName>Prospect Icon</DisplayName> + <WebResourceType>11</WebResourceType> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsEnabledForMobileClient>1</IsEnabledForMobileClient> + <IsAvailableForMobileOffline>1</IsAvailableForMobileOffline> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <IsHidden>0</IsHidden> + <FileName>/WebResources/p365i_prospectIconBDFF8D96-F8C8-EE11-9079-6045BD127823</FileName> +</WebResource> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_quote.js b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_quote.js new file mode 100644 index 00000000..c57e6ee8 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_quote.js @@ -0,0 +1,62 @@ +"use strict"; +var P365I_CRM; +(function (P365I_CRM) { + var Entities; + (function (Entities) { + var Quote; + (function (Quote) { + let FORM_CONTEXT; + let GLOBAL_CONTEXT; + let FORM_ID; + let FORM_TYPE; + let LEXICON; + let HELPERS; + let REFRESHCOUNT = 0; + function onFormLoad(executionContext) { + console.log('OnFormLoad Triggered'); + FORM_CONTEXT = executionContext.getFormContext(); + GLOBAL_CONTEXT = Xrm.Utility.getGlobalContext(); + FORM_ID = FORM_CONTEXT.ui.formSelector.getCurrentItem() ? FORM_CONTEXT.ui.formSelector.getCurrentItem().getId().toUpperCase() : ""; + FORM_TYPE = FORM_CONTEXT.ui.getFormType(); + LEXICON = P365I_CRM.Common.Enums; + HELPERS = P365I_CRM.Common.Helpers; + FORM_CONTEXT.data.entity.addOnSave(function () { onFormSave(executionContext); }); + FORM_CONTEXT.data.entity.addOnPostSave(function () { onFormPostSave(executionContext); }); + addOnchangeFunctionsToAttributes(); + FORM_CONTEXT.getControl("Subgrid_products").addOnLoad(subgridOnLoad); + } + Quote.onFormLoad = onFormLoad; + function onFormSave(executionContext) { + console.log(`onFormSave Triggered`); + } + Quote.onFormSave = onFormSave; + async function onFormPostSave(executionContext) { + console.log(`onFormPostSave Triggered`); + } + Quote.onFormPostSave = onFormPostSave; + function addOnchangeFunctionsToAttributes() { + console.log(`addOnchangeFunctionsToAttributes Triggered`); + } + Quote.addOnchangeFunctionsToAttributes = addOnchangeFunctionsToAttributes; + function subgridOnLoad() { + console.log(`subgridOnLoad Triggered`); + let subgridTotalRecordCount = FORM_CONTEXT.getControl("Subgrid_products").getGrid().getTotalRecordCount(); + if (REFRESHCOUNT == 0 && subgridTotalRecordCount == -1) { + } + else if (REFRESHCOUNT == 0 && subgridTotalRecordCount > 0) { + REFRESHCOUNT = REFRESHCOUNT + 1; + FORM_CONTEXT.data.refresh(false); + } + else if (REFRESHCOUNT == 1 && subgridTotalRecordCount > 0) { + REFRESHCOUNT = 0; + } + else if (REFRESHCOUNT > 0 && subgridTotalRecordCount == -1) { + REFRESHCOUNT = 0; + FORM_CONTEXT.data.refresh(false); + } + } + Quote.subgridOnLoad = subgridOnLoad; + })(Quote = Entities.Quote || (Entities.Quote = {})); + })(Entities = P365I_CRM.Entities || (P365I_CRM.Entities = {})); +})(P365I_CRM || (P365I_CRM = {})); +//# sourceMappingURL=quote.js.map \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_quote.js.data.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_quote.js.data.xml new file mode 100644 index 00000000..0df59766 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_quote.js.data.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<WebResource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <WebResourceId>{0bd1fd5b-4fca-ee11-9079-00224841f5ce}</WebResourceId> + <Name>p365i_quote.js</Name> + <DisplayName>p365i_quote.js</DisplayName> + <WebResourceType>3</WebResourceType> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsEnabledForMobileClient>0</IsEnabledForMobileClient> + <IsAvailableForMobileOffline>0</IsAvailableForMobileOffline> + <DependencyXml><Dependencies><Dependency componentType="WebResource"><Library name="p365i_helpers.js" displayName="p365i_helpers.js" languagecode="" description="" libraryUniqueId="{4e27debb-1bec-ae6a-a1c3-02169bd6a99a}"/></Dependency></Dependencies></DependencyXml> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <IsHidden>0</IsHidden> + <FileName>/WebResources/p365i_quotejs0BD1FD5B-4FCA-EE11-9079-00224841F5CE</FileName> +</WebResource> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_quoteIcon b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_quoteIcon new file mode 100644 index 00000000..c937c590 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_quoteIcon @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" zoomAndPan="magnify" viewBox="0 0 150 149.999998" height="200" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><clipPath id="8a243ad223"><path d="M 1.03125 0 L 148.78125 0 L 148.78125 148 L 1.03125 148 Z M 1.03125 0 " clip-rule="nonzero"/></clipPath></defs><path fill="#000000" d="M 102.339844 84.566406 L 101.59375 84.566406 C 101.355469 84.566406 101.125 84.609375 100.902344 84.703125 C 100.683594 84.792969 100.488281 84.925781 100.320312 85.09375 C 100.148438 85.261719 100.019531 85.457031 99.929688 85.679688 C 99.835938 85.898438 99.792969 86.128906 99.792969 86.367188 C 99.792969 86.609375 99.835938 86.839844 99.929688 87.058594 C 100.019531 87.28125 100.148438 87.476562 100.320312 87.644531 C 100.488281 87.8125 100.683594 87.945312 100.902344 88.035156 C 101.125 88.128906 101.355469 88.171875 101.59375 88.171875 L 102.339844 88.171875 C 102.582031 88.171875 102.808594 88.128906 103.03125 88.035156 C 103.25 87.945312 103.445312 87.8125 103.617188 87.644531 C 103.785156 87.476562 103.914062 87.28125 104.007812 87.058594 C 104.097656 86.839844 104.144531 86.609375 104.144531 86.367188 C 104.144531 86.128906 104.097656 85.898438 104.007812 85.679688 C 103.914062 85.457031 103.785156 85.261719 103.617188 85.09375 C 103.445312 84.925781 103.25 84.792969 103.03125 84.703125 C 102.808594 84.609375 102.582031 84.566406 102.339844 84.566406 Z M 102.339844 84.566406 " fill-opacity="1" fill-rule="nonzero"/><path fill="#000000" d="M 92.851562 84.566406 L 87.199219 84.566406 C 86.960938 84.566406 86.730469 84.609375 86.511719 84.703125 C 86.289062 84.792969 86.097656 84.925781 85.925781 85.09375 C 85.757812 85.261719 85.628906 85.457031 85.535156 85.679688 C 85.445312 85.898438 85.398438 86.128906 85.398438 86.367188 C 85.398438 86.609375 85.445312 86.839844 85.535156 87.058594 C 85.628906 87.28125 85.757812 87.476562 85.925781 87.644531 C 86.097656 87.8125 86.289062 87.945312 86.511719 88.035156 C 86.730469 88.128906 86.960938 88.171875 87.199219 88.171875 L 92.851562 88.171875 C 93.09375 88.171875 93.320312 88.128906 93.542969 88.035156 C 93.761719 87.945312 93.957031 87.8125 94.128906 87.644531 C 94.296875 87.476562 94.425781 87.28125 94.519531 87.058594 C 94.609375 86.839844 94.65625 86.609375 94.65625 86.367188 C 94.65625 86.128906 94.609375 85.898438 94.519531 85.679688 C 94.425781 85.457031 94.296875 85.261719 94.128906 85.09375 C 93.957031 84.925781 93.761719 84.792969 93.542969 84.703125 C 93.320312 84.609375 93.09375 84.566406 92.851562 84.566406 Z M 92.851562 84.566406 " fill-opacity="1" fill-rule="nonzero"/><path fill="#000000" d="M 78.339844 84.566406 L 42.019531 84.566406 C 41.78125 84.566406 41.550781 84.609375 41.332031 84.703125 C 41.109375 84.792969 40.914062 84.925781 40.746094 85.09375 C 40.578125 85.261719 40.449219 85.457031 40.355469 85.679688 C 40.265625 85.898438 40.21875 86.128906 40.21875 86.367188 C 40.21875 86.609375 40.265625 86.839844 40.355469 87.058594 C 40.449219 87.28125 40.578125 87.476562 40.746094 87.644531 C 40.914062 87.8125 41.109375 87.945312 41.332031 88.035156 C 41.550781 88.128906 41.78125 88.171875 42.019531 88.171875 L 78.339844 88.171875 C 78.578125 88.171875 78.808594 88.128906 79.027344 88.035156 C 79.25 87.945312 79.445312 87.8125 79.613281 87.644531 C 79.78125 87.476562 79.914062 87.28125 80.003906 87.058594 C 80.09375 86.839844 80.140625 86.609375 80.140625 86.367188 C 80.140625 86.128906 80.09375 85.898438 80.003906 85.679688 C 79.914062 85.457031 79.78125 85.261719 79.613281 85.09375 C 79.445312 84.925781 79.25 84.792969 79.027344 84.703125 C 78.808594 84.609375 78.578125 84.566406 78.339844 84.566406 Z M 78.339844 84.566406 " fill-opacity="1" fill-rule="nonzero"/><path fill="#000000" d="M 102.339844 97.332031 L 101.59375 97.332031 C 101.355469 97.332031 101.125 97.378906 100.902344 97.472656 C 100.683594 97.5625 100.488281 97.691406 100.320312 97.863281 C 100.148438 98.03125 100.019531 98.226562 99.929688 98.445312 C 99.835938 98.667969 99.792969 98.898438 99.792969 99.136719 C 99.792969 99.375 99.835938 99.605469 99.929688 99.828125 C 100.019531 100.046875 100.148438 100.242188 100.320312 100.414062 C 100.488281 100.582031 100.683594 100.710938 100.902344 100.804688 C 101.125 100.894531 101.355469 100.941406 101.59375 100.941406 L 102.339844 100.941406 C 102.582031 100.941406 102.808594 100.894531 103.03125 100.804688 C 103.25 100.710938 103.445312 100.582031 103.617188 100.414062 C 103.785156 100.242188 103.914062 100.046875 104.007812 99.828125 C 104.097656 99.605469 104.144531 99.375 104.144531 99.136719 C 104.144531 98.898438 104.097656 98.667969 104.007812 98.445312 C 103.914062 98.226562 103.785156 98.03125 103.617188 97.863281 C 103.445312 97.691406 103.25 97.5625 103.03125 97.472656 C 102.808594 97.378906 102.582031 97.332031 102.339844 97.332031 Z M 102.339844 97.332031 " fill-opacity="1" fill-rule="nonzero"/><path fill="#000000" d="M 92.851562 97.332031 L 87.199219 97.332031 C 86.960938 97.332031 86.730469 97.378906 86.511719 97.472656 C 86.289062 97.5625 86.097656 97.691406 85.925781 97.863281 C 85.757812 98.03125 85.628906 98.226562 85.535156 98.445312 C 85.445312 98.667969 85.398438 98.898438 85.398438 99.136719 C 85.398438 99.375 85.445312 99.605469 85.535156 99.828125 C 85.628906 100.046875 85.757812 100.242188 85.925781 100.414062 C 86.097656 100.582031 86.289062 100.710938 86.511719 100.804688 C 86.730469 100.894531 86.960938 100.941406 87.199219 100.941406 L 92.851562 100.941406 C 93.09375 100.941406 93.320312 100.894531 93.542969 100.804688 C 93.761719 100.710938 93.957031 100.582031 94.128906 100.414062 C 94.296875 100.242188 94.425781 100.046875 94.519531 99.828125 C 94.609375 99.605469 94.65625 99.375 94.65625 99.136719 C 94.65625 98.898438 94.609375 98.667969 94.519531 98.445312 C 94.425781 98.226562 94.296875 98.03125 94.128906 97.863281 C 93.957031 97.691406 93.761719 97.5625 93.542969 97.472656 C 93.320312 97.378906 93.09375 97.332031 92.851562 97.332031 Z M 92.851562 97.332031 " fill-opacity="1" fill-rule="nonzero"/><path fill="#000000" d="M 78.339844 97.332031 L 42.019531 97.332031 C 41.78125 97.332031 41.550781 97.378906 41.332031 97.472656 C 41.109375 97.5625 40.914062 97.691406 40.746094 97.863281 C 40.578125 98.03125 40.449219 98.226562 40.355469 98.445312 C 40.265625 98.667969 40.21875 98.898438 40.21875 99.136719 C 40.21875 99.375 40.265625 99.605469 40.355469 99.828125 C 40.449219 100.046875 40.578125 100.242188 40.746094 100.414062 C 40.914062 100.582031 41.109375 100.710938 41.332031 100.804688 C 41.550781 100.894531 41.78125 100.941406 42.019531 100.941406 L 78.339844 100.941406 C 78.578125 100.941406 78.808594 100.894531 79.027344 100.804688 C 79.25 100.710938 79.445312 100.582031 79.613281 100.414062 C 79.78125 100.242188 79.914062 100.046875 80.003906 99.828125 C 80.09375 99.605469 80.140625 99.375 80.140625 99.136719 C 80.140625 98.898438 80.09375 98.667969 80.003906 98.445312 C 79.914062 98.226562 79.78125 98.03125 79.613281 97.863281 C 79.445312 97.691406 79.25 97.5625 79.027344 97.472656 C 78.808594 97.378906 78.578125 97.332031 78.339844 97.332031 Z M 78.339844 97.332031 " fill-opacity="1" fill-rule="nonzero"/><path fill="#000000" d="M 102.339844 59.027344 L 101.59375 59.027344 C 101.355469 59.027344 101.125 59.074219 100.902344 59.164062 C 100.683594 59.257812 100.488281 59.386719 100.320312 59.554688 C 100.148438 59.726562 100.019531 59.921875 99.929688 60.140625 C 99.835938 60.363281 99.792969 60.59375 99.792969 60.832031 C 99.792969 61.070312 99.835938 61.300781 99.929688 61.523438 C 100.019531 61.742188 100.148438 61.9375 100.320312 62.105469 C 100.488281 62.277344 100.683594 62.40625 100.902344 62.5 C 101.125 62.589844 101.355469 62.636719 101.59375 62.636719 L 102.339844 62.636719 C 102.582031 62.636719 102.808594 62.589844 103.03125 62.5 C 103.25 62.40625 103.445312 62.277344 103.617188 62.105469 C 103.785156 61.9375 103.914062 61.742188 104.007812 61.523438 C 104.097656 61.300781 104.144531 61.070312 104.144531 60.832031 C 104.144531 60.59375 104.097656 60.363281 104.007812 60.140625 C 103.914062 59.921875 103.785156 59.726562 103.617188 59.554688 C 103.445312 59.386719 103.25 59.257812 103.03125 59.164062 C 102.808594 59.074219 102.582031 59.027344 102.339844 59.027344 Z M 102.339844 59.027344 " fill-opacity="1" fill-rule="nonzero"/><path fill="#000000" d="M 92.851562 59.027344 L 87.199219 59.027344 C 86.960938 59.027344 86.730469 59.074219 86.511719 59.164062 C 86.289062 59.257812 86.097656 59.386719 85.925781 59.554688 C 85.757812 59.726562 85.628906 59.921875 85.535156 60.140625 C 85.445312 60.363281 85.398438 60.59375 85.398438 60.832031 C 85.398438 61.070312 85.445312 61.300781 85.535156 61.523438 C 85.628906 61.742188 85.757812 61.9375 85.925781 62.105469 C 86.097656 62.277344 86.289062 62.40625 86.511719 62.5 C 86.730469 62.589844 86.960938 62.636719 87.199219 62.636719 L 92.851562 62.636719 C 93.09375 62.636719 93.320312 62.589844 93.542969 62.5 C 93.761719 62.40625 93.957031 62.277344 94.128906 62.105469 C 94.296875 61.9375 94.425781 61.742188 94.519531 61.523438 C 94.609375 61.300781 94.65625 61.070312 94.65625 60.832031 C 94.65625 60.59375 94.609375 60.363281 94.519531 60.140625 C 94.425781 59.921875 94.296875 59.726562 94.128906 59.554688 C 93.957031 59.386719 93.761719 59.257812 93.542969 59.164062 C 93.320312 59.074219 93.09375 59.027344 92.851562 59.027344 Z M 92.851562 59.027344 " fill-opacity="1" fill-rule="nonzero"/><path fill="#000000" d="M 78.339844 59.027344 L 42.019531 59.027344 C 41.78125 59.027344 41.550781 59.074219 41.332031 59.164062 C 41.109375 59.257812 40.914062 59.386719 40.746094 59.554688 C 40.578125 59.726562 40.449219 59.921875 40.355469 60.140625 C 40.265625 60.363281 40.21875 60.59375 40.21875 60.832031 C 40.21875 61.070312 40.265625 61.300781 40.355469 61.523438 C 40.449219 61.742188 40.578125 61.9375 40.746094 62.105469 C 40.914062 62.277344 41.109375 62.40625 41.332031 62.5 C 41.550781 62.589844 41.78125 62.636719 42.019531 62.636719 L 78.339844 62.636719 C 78.578125 62.636719 78.808594 62.589844 79.027344 62.5 C 79.25 62.40625 79.445312 62.277344 79.613281 62.105469 C 79.78125 61.9375 79.914062 61.742188 80.003906 61.523438 C 80.09375 61.300781 80.140625 61.070312 80.140625 60.832031 C 80.140625 60.59375 80.09375 60.363281 80.003906 60.140625 C 79.914062 59.921875 79.78125 59.726562 79.613281 59.554688 C 79.445312 59.386719 79.25 59.257812 79.027344 59.164062 C 78.808594 59.074219 78.578125 59.027344 78.339844 59.027344 Z M 78.339844 59.027344 " fill-opacity="1" fill-rule="nonzero"/><path fill="#000000" d="M 102.339844 71.796875 L 101.59375 71.796875 C 101.355469 71.796875 101.125 71.84375 100.902344 71.933594 C 100.683594 72.023438 100.488281 72.15625 100.320312 72.324219 C 100.148438 72.492188 100.019531 72.6875 99.929688 72.910156 C 99.835938 73.128906 99.792969 73.359375 99.792969 73.601562 C 99.792969 73.839844 99.835938 74.070312 99.929688 74.289062 C 100.019531 74.511719 100.148438 74.707031 100.320312 74.875 C 100.488281 75.042969 100.683594 75.175781 100.902344 75.265625 C 101.125 75.359375 101.355469 75.402344 101.59375 75.402344 L 102.339844 75.402344 C 102.582031 75.402344 102.808594 75.359375 103.03125 75.265625 C 103.25 75.175781 103.445312 75.042969 103.617188 74.875 C 103.785156 74.707031 103.914062 74.511719 104.007812 74.289062 C 104.097656 74.070312 104.144531 73.839844 104.144531 73.601562 C 104.144531 73.359375 104.097656 73.128906 104.007812 72.910156 C 103.914062 72.6875 103.785156 72.492188 103.617188 72.324219 C 103.445312 72.15625 103.25 72.023438 103.03125 71.933594 C 102.808594 71.84375 102.582031 71.796875 102.339844 71.796875 Z M 102.339844 71.796875 " fill-opacity="1" fill-rule="nonzero"/><path fill="#000000" d="M 92.851562 71.796875 L 87.199219 71.796875 C 86.960938 71.796875 86.730469 71.84375 86.511719 71.933594 C 86.289062 72.023438 86.097656 72.15625 85.925781 72.324219 C 85.757812 72.492188 85.628906 72.6875 85.535156 72.910156 C 85.445312 73.128906 85.398438 73.359375 85.398438 73.601562 C 85.398438 73.839844 85.445312 74.070312 85.535156 74.289062 C 85.628906 74.511719 85.757812 74.707031 85.925781 74.875 C 86.097656 75.042969 86.289062 75.175781 86.511719 75.265625 C 86.730469 75.359375 86.960938 75.402344 87.199219 75.402344 L 92.851562 75.402344 C 93.09375 75.402344 93.320312 75.359375 93.542969 75.265625 C 93.761719 75.175781 93.957031 75.042969 94.128906 74.875 C 94.296875 74.707031 94.425781 74.511719 94.519531 74.289062 C 94.609375 74.070312 94.65625 73.839844 94.65625 73.601562 C 94.65625 73.359375 94.609375 73.128906 94.519531 72.910156 C 94.425781 72.6875 94.296875 72.492188 94.128906 72.324219 C 93.957031 72.15625 93.761719 72.023438 93.542969 71.933594 C 93.320312 71.84375 93.09375 71.796875 92.851562 71.796875 Z M 92.851562 71.796875 " fill-opacity="1" fill-rule="nonzero"/><path fill="#000000" d="M 78.339844 71.796875 L 42.019531 71.796875 C 41.78125 71.796875 41.550781 71.84375 41.332031 71.933594 C 41.109375 72.023438 40.914062 72.15625 40.746094 72.324219 C 40.578125 72.492188 40.449219 72.6875 40.355469 72.910156 C 40.265625 73.128906 40.21875 73.359375 40.21875 73.601562 C 40.21875 73.839844 40.265625 74.070312 40.355469 74.289062 C 40.449219 74.511719 40.578125 74.707031 40.746094 74.875 C 40.914062 75.042969 41.109375 75.175781 41.332031 75.265625 C 41.550781 75.359375 41.78125 75.402344 42.019531 75.402344 L 78.339844 75.402344 C 78.578125 75.402344 78.808594 75.359375 79.027344 75.265625 C 79.25 75.175781 79.445312 75.042969 79.613281 74.875 C 79.78125 74.707031 79.914062 74.511719 80.003906 74.289062 C 80.09375 74.070312 80.140625 73.839844 80.140625 73.601562 C 80.140625 73.359375 80.09375 73.128906 80.003906 72.910156 C 79.914062 72.6875 79.78125 72.492188 79.613281 72.324219 C 79.445312 72.15625 79.25 72.023438 79.027344 71.933594 C 78.808594 71.84375 78.578125 71.796875 78.339844 71.796875 Z M 78.339844 71.796875 " fill-opacity="1" fill-rule="nonzero"/><path fill="#000000" d="M 102.339844 33.492188 L 101.59375 33.492188 C 101.355469 33.492188 101.125 33.535156 100.902344 33.628906 C 100.683594 33.71875 100.488281 33.847656 100.320312 34.019531 C 100.148438 34.1875 100.019531 34.382812 99.929688 34.605469 C 99.835938 34.824219 99.792969 35.054688 99.792969 35.292969 C 99.792969 35.535156 99.835938 35.765625 99.929688 35.984375 C 100.019531 36.207031 100.148438 36.402344 100.320312 36.570312 C 100.488281 36.738281 100.683594 36.871094 100.902344 36.960938 C 101.125 37.050781 101.355469 37.097656 101.59375 37.097656 L 102.339844 37.097656 C 102.582031 37.097656 102.808594 37.050781 103.03125 36.960938 C 103.25 36.871094 103.445312 36.738281 103.617188 36.570312 C 103.785156 36.402344 103.914062 36.207031 104.007812 35.984375 C 104.097656 35.765625 104.144531 35.535156 104.144531 35.292969 C 104.144531 35.054688 104.097656 34.824219 104.007812 34.605469 C 103.914062 34.382812 103.785156 34.1875 103.617188 34.019531 C 103.445312 33.847656 103.25 33.71875 103.03125 33.628906 C 102.808594 33.535156 102.582031 33.492188 102.339844 33.492188 Z M 102.339844 33.492188 " fill-opacity="1" fill-rule="nonzero"/><path fill="#000000" d="M 92.851562 33.492188 L 87.199219 33.492188 C 86.960938 33.492188 86.730469 33.535156 86.511719 33.628906 C 86.289062 33.71875 86.097656 33.847656 85.925781 34.019531 C 85.757812 34.1875 85.628906 34.382812 85.535156 34.605469 C 85.445312 34.824219 85.398438 35.054688 85.398438 35.292969 C 85.398438 35.535156 85.445312 35.765625 85.535156 35.984375 C 85.628906 36.207031 85.757812 36.402344 85.925781 36.570312 C 86.097656 36.738281 86.289062 36.871094 86.511719 36.960938 C 86.730469 37.050781 86.960938 37.097656 87.199219 37.097656 L 92.851562 37.097656 C 93.09375 37.097656 93.320312 37.050781 93.542969 36.960938 C 93.761719 36.871094 93.957031 36.738281 94.128906 36.570312 C 94.296875 36.402344 94.425781 36.207031 94.519531 35.984375 C 94.609375 35.765625 94.65625 35.535156 94.65625 35.292969 C 94.65625 35.054688 94.609375 34.824219 94.519531 34.605469 C 94.425781 34.382812 94.296875 34.1875 94.128906 34.019531 C 93.957031 33.847656 93.761719 33.71875 93.542969 33.628906 C 93.320312 33.535156 93.09375 33.492188 92.851562 33.492188 Z M 92.851562 33.492188 " fill-opacity="1" fill-rule="nonzero"/><path fill="#000000" d="M 78.339844 33.492188 L 42.019531 33.492188 C 41.78125 33.492188 41.550781 33.535156 41.332031 33.628906 C 41.109375 33.71875 40.914062 33.847656 40.746094 34.019531 C 40.578125 34.1875 40.449219 34.382812 40.355469 34.605469 C 40.265625 34.824219 40.21875 35.054688 40.21875 35.292969 C 40.21875 35.535156 40.265625 35.765625 40.355469 35.984375 C 40.449219 36.207031 40.578125 36.402344 40.746094 36.570312 C 40.914062 36.738281 41.109375 36.871094 41.332031 36.960938 C 41.550781 37.050781 41.78125 37.097656 42.019531 37.097656 L 78.339844 37.097656 C 78.578125 37.097656 78.808594 37.050781 79.027344 36.960938 C 79.25 36.871094 79.445312 36.738281 79.613281 36.570312 C 79.78125 36.402344 79.914062 36.207031 80.003906 35.984375 C 80.09375 35.765625 80.140625 35.535156 80.140625 35.292969 C 80.140625 35.054688 80.09375 34.824219 80.003906 34.605469 C 79.914062 34.382812 79.78125 34.1875 79.613281 34.019531 C 79.445312 33.847656 79.25 33.71875 79.027344 33.628906 C 78.808594 33.535156 78.578125 33.492188 78.339844 33.492188 Z M 78.339844 33.492188 " fill-opacity="1" fill-rule="nonzero"/><path fill="#000000" d="M 102.339844 46.257812 L 101.59375 46.257812 C 101.355469 46.257812 101.125 46.304688 100.902344 46.394531 C 100.683594 46.488281 100.488281 46.617188 100.320312 46.789062 C 100.148438 46.957031 100.019531 47.152344 99.929688 47.371094 C 99.835938 47.59375 99.792969 47.824219 99.792969 48.0625 C 99.792969 48.300781 99.835938 48.53125 99.929688 48.753906 C 100.019531 48.972656 100.148438 49.167969 100.320312 49.339844 C 100.488281 49.507812 100.683594 49.636719 100.902344 49.730469 C 101.125 49.820312 101.355469 49.867188 101.59375 49.867188 L 102.339844 49.867188 C 102.582031 49.867188 102.808594 49.820312 103.03125 49.730469 C 103.25 49.636719 103.445312 49.507812 103.617188 49.339844 C 103.785156 49.167969 103.914062 48.972656 104.007812 48.753906 C 104.097656 48.53125 104.144531 48.300781 104.144531 48.0625 C 104.144531 47.824219 104.097656 47.59375 104.007812 47.371094 C 103.914062 47.152344 103.785156 46.957031 103.617188 46.789062 C 103.445312 46.617188 103.25 46.488281 103.03125 46.394531 C 102.808594 46.304688 102.582031 46.257812 102.339844 46.257812 Z M 102.339844 46.257812 " fill-opacity="1" fill-rule="nonzero"/><path fill="#000000" d="M 92.851562 46.257812 L 87.199219 46.257812 C 86.960938 46.257812 86.730469 46.304688 86.511719 46.394531 C 86.289062 46.488281 86.097656 46.617188 85.925781 46.789062 C 85.757812 46.957031 85.628906 47.152344 85.535156 47.371094 C 85.445312 47.59375 85.398438 47.824219 85.398438 48.0625 C 85.398438 48.300781 85.445312 48.53125 85.535156 48.753906 C 85.628906 48.972656 85.757812 49.167969 85.925781 49.339844 C 86.097656 49.507812 86.289062 49.636719 86.511719 49.730469 C 86.730469 49.820312 86.960938 49.867188 87.199219 49.867188 L 92.851562 49.867188 C 93.09375 49.867188 93.320312 49.820312 93.542969 49.730469 C 93.761719 49.636719 93.957031 49.507812 94.128906 49.339844 C 94.296875 49.167969 94.425781 48.972656 94.519531 48.753906 C 94.609375 48.53125 94.65625 48.300781 94.65625 48.0625 C 94.65625 47.824219 94.609375 47.59375 94.519531 47.371094 C 94.425781 47.152344 94.296875 46.957031 94.128906 46.789062 C 93.957031 46.617188 93.761719 46.488281 93.542969 46.394531 C 93.320312 46.304688 93.09375 46.257812 92.851562 46.257812 Z M 92.851562 46.257812 " fill-opacity="1" fill-rule="nonzero"/><path fill="#000000" d="M 78.339844 46.257812 L 42.019531 46.257812 C 41.78125 46.257812 41.550781 46.304688 41.332031 46.394531 C 41.109375 46.488281 40.914062 46.617188 40.746094 46.789062 C 40.578125 46.957031 40.449219 47.152344 40.355469 47.371094 C 40.265625 47.59375 40.21875 47.824219 40.21875 48.0625 C 40.21875 48.300781 40.265625 48.53125 40.355469 48.753906 C 40.449219 48.972656 40.578125 49.167969 40.746094 49.339844 C 40.914062 49.507812 41.109375 49.636719 41.332031 49.730469 C 41.550781 49.820312 41.78125 49.867188 42.019531 49.867188 L 78.339844 49.867188 C 78.578125 49.867188 78.808594 49.820312 79.027344 49.730469 C 79.25 49.636719 79.445312 49.507812 79.613281 49.339844 C 79.78125 49.167969 79.914062 48.972656 80.003906 48.753906 C 80.09375 48.53125 80.140625 48.300781 80.140625 48.0625 C 80.140625 47.824219 80.09375 47.59375 80.003906 47.371094 C 79.914062 47.152344 79.78125 46.957031 79.613281 46.789062 C 79.445312 46.617188 79.25 46.488281 79.027344 46.394531 C 78.808594 46.304688 78.578125 46.257812 78.339844 46.257812 Z M 78.339844 46.257812 " fill-opacity="1" fill-rule="nonzero"/><path fill="#000000" d="M 107.316406 134.171875 C 107.488281 134.339844 107.683594 134.46875 107.902344 134.5625 C 108.125 134.652344 108.351562 134.699219 108.59375 134.699219 C 108.832031 134.699219 109.0625 134.652344 109.28125 134.5625 C 109.503906 134.46875 109.695312 134.339844 109.867188 134.171875 L 125.195312 118.820312 C 125.363281 118.652344 125.492188 118.457031 125.585938 118.234375 C 125.675781 118.015625 125.722656 117.785156 125.722656 117.546875 C 125.722656 117.304688 125.675781 117.078125 125.585938 116.855469 C 125.492188 116.632812 125.363281 116.4375 125.195312 116.269531 C 125.027344 116.101562 124.832031 115.96875 124.609375 115.878906 C 124.390625 115.789062 124.160156 115.742188 123.921875 115.742188 C 123.683594 115.742188 123.453125 115.789062 123.230469 115.878906 C 123.011719 115.96875 122.816406 116.101562 122.648438 116.269531 L 107.316406 131.617188 C 107.148438 131.789062 107.019531 131.984375 106.925781 132.203125 C 106.835938 132.425781 106.789062 132.65625 106.789062 132.894531 C 106.789062 133.132812 106.835938 133.363281 106.925781 133.585938 C 107.019531 133.804688 107.148438 134 107.316406 134.171875 Z M 107.316406 134.171875 " fill-opacity="1" fill-rule="nonzero"/><path fill="#000000" d="M 110.195312 125.355469 C 110.671875 125.355469 111.140625 125.300781 111.601562 125.191406 C 112.066406 125.082031 112.507812 124.925781 112.933594 124.714844 C 113.359375 124.503906 113.757812 124.246094 114.125 123.945312 C 114.492188 123.644531 114.820312 123.304688 115.109375 122.925781 C 115.398438 122.546875 115.640625 122.144531 115.835938 121.710938 C 116.03125 121.277344 116.175781 120.824219 116.265625 120.359375 C 116.359375 119.894531 116.398438 119.421875 116.382812 118.945312 C 116.367188 118.472656 116.296875 118.003906 116.171875 117.546875 C 116.050781 117.085938 115.875 116.644531 115.652344 116.226562 C 115.429688 115.808594 115.160156 115.417969 114.847656 115.0625 C 114.53125 114.703125 114.183594 114.386719 113.796875 114.109375 C 113.410156 113.835938 113 113.605469 112.558594 113.421875 C 112.121094 113.242188 111.667969 113.113281 111.199219 113.035156 C 110.730469 112.957031 110.257812 112.933594 109.785156 112.964844 C 109.308594 112.996094 108.847656 113.082031 108.390625 113.21875 C 107.9375 113.359375 107.503906 113.546875 107.09375 113.785156 C 106.683594 114.023438 106.304688 114.304688 105.957031 114.628906 C 105.609375 114.957031 105.304688 115.316406 105.042969 115.710938 C 104.777344 116.105469 104.5625 116.527344 104.394531 116.972656 C 104.226562 117.417969 104.113281 117.875 104.050781 118.347656 C 103.988281 118.820312 103.984375 119.292969 104.03125 119.765625 C 104.078125 120.238281 104.175781 120.699219 104.328125 121.148438 C 104.480469 121.601562 104.683594 122.027344 104.933594 122.429688 C 105.1875 122.835938 105.480469 123.203125 105.816406 123.539062 C 106.394531 124.121094 107.066406 124.570312 107.824219 124.886719 C 108.585938 125.199219 109.375 125.355469 110.195312 125.355469 Z M 108.363281 117.316406 C 108.609375 117.074219 108.886719 116.886719 109.207031 116.753906 C 109.523438 116.625 109.855469 116.558594 110.199219 116.558594 C 110.542969 116.558594 110.875 116.625 111.191406 116.753906 C 111.507812 116.886719 111.789062 117.074219 112.03125 117.316406 C 112.273438 117.5625 112.460938 117.84375 112.59375 118.160156 C 112.726562 118.476562 112.792969 118.808594 112.792969 119.152344 C 112.792969 119.496094 112.726562 119.828125 112.59375 120.148438 C 112.460938 120.464844 112.273438 120.746094 112.03125 120.988281 C 111.789062 121.234375 111.507812 121.421875 111.191406 121.550781 C 110.875 121.683594 110.542969 121.75 110.199219 121.75 C 109.855469 121.75 109.523438 121.683594 109.207031 121.550781 C 108.886719 121.421875 108.609375 121.234375 108.363281 120.988281 C 108.121094 120.746094 107.933594 120.464844 107.800781 120.148438 C 107.667969 119.828125 107.601562 119.5 107.601562 119.152344 C 107.601562 118.808594 107.667969 118.476562 107.800781 118.160156 C 107.929688 117.839844 108.121094 117.5625 108.363281 117.316406 Z M 108.363281 117.316406 " fill-opacity="1" fill-rule="nonzero"/><path fill="#000000" d="M 117.933594 126.902344 C 117.648438 127.1875 117.390625 127.503906 117.164062 127.839844 C 116.9375 128.179688 116.746094 128.539062 116.589844 128.914062 C 116.433594 129.289062 116.316406 129.679688 116.238281 130.078125 C 116.160156 130.476562 116.121094 130.878906 116.121094 131.289062 C 116.121094 131.695312 116.160156 132.097656 116.238281 132.5 C 116.316406 132.898438 116.433594 133.285156 116.589844 133.664062 C 116.746094 134.039062 116.9375 134.394531 117.164062 134.734375 C 117.390625 135.074219 117.648438 135.386719 117.933594 135.675781 C 118.222656 135.964844 118.535156 136.21875 118.875 136.445312 C 119.210938 136.671875 119.570312 136.863281 119.945312 137.019531 C 120.320312 137.175781 120.707031 137.292969 121.105469 137.375 C 121.507812 137.453125 121.910156 137.492188 122.316406 137.492188 C 122.722656 137.492188 123.125 137.453125 123.523438 137.375 C 123.921875 137.292969 124.3125 137.175781 124.6875 137.019531 C 125.0625 136.863281 125.421875 136.671875 125.757812 136.445312 C 126.097656 136.21875 126.410156 135.964844 126.695312 135.675781 C 126.984375 135.386719 127.242188 135.074219 127.46875 134.734375 C 127.695312 134.394531 127.882812 134.039062 128.039062 133.664062 C 128.195312 133.285156 128.3125 132.898438 128.394531 132.5 C 128.472656 132.097656 128.511719 131.695312 128.511719 131.289062 C 128.511719 130.878906 128.472656 130.476562 128.394531 130.078125 C 128.3125 129.679688 128.195312 129.289062 128.039062 128.914062 C 127.882812 128.539062 127.695312 128.179688 127.46875 127.839844 C 127.242188 127.503906 126.984375 127.1875 126.695312 126.902344 C 126.410156 126.613281 126.097656 126.355469 125.757812 126.128906 C 125.417969 125.90625 125.0625 125.714844 124.6875 125.558594 C 124.308594 125.402344 123.921875 125.285156 123.523438 125.207031 C 123.125 125.125 122.722656 125.085938 122.316406 125.085938 C 121.910156 125.085938 121.507812 125.125 121.105469 125.207031 C 120.707031 125.285156 120.320312 125.402344 119.945312 125.558594 C 119.570312 125.714844 119.210938 125.90625 118.875 126.128906 C 118.535156 126.355469 118.222656 126.613281 117.933594 126.902344 Z M 124.148438 129.453125 C 124.292969 129.59375 124.414062 129.746094 124.519531 129.917969 C 124.625 130.085938 124.710938 130.265625 124.773438 130.453125 C 124.839844 130.644531 124.878906 130.835938 124.898438 131.035156 C 124.917969 131.234375 124.917969 131.429688 124.890625 131.628906 C 124.863281 131.828125 124.816406 132.019531 124.746094 132.207031 C 124.675781 132.390625 124.585938 132.566406 124.476562 132.734375 C 124.367188 132.898438 124.238281 133.050781 124.09375 133.1875 C 123.949219 133.324219 123.789062 133.441406 123.617188 133.542969 C 123.445312 133.640625 123.261719 133.71875 123.070312 133.777344 C 122.882812 133.835938 122.6875 133.871094 122.488281 133.886719 C 122.289062 133.898438 122.09375 133.890625 121.894531 133.855469 C 121.699219 133.824219 121.507812 133.769531 121.324219 133.695312 C 121.140625 133.617188 120.96875 133.519531 120.804688 133.40625 C 120.644531 133.289062 120.496094 133.15625 120.367188 133.007812 C 120.234375 132.855469 120.121094 132.695312 120.027344 132.519531 C 119.933594 132.34375 119.863281 132.15625 119.808594 131.964844 C 119.757812 131.773438 119.730469 131.578125 119.722656 131.378906 C 119.714844 131.179688 119.730469 130.980469 119.769531 130.785156 C 119.808594 130.589844 119.871094 130.402344 119.953125 130.21875 C 120.035156 130.039062 120.136719 129.867188 120.257812 129.710938 C 120.378906 129.550781 120.515625 129.410156 120.667969 129.285156 C 120.824219 129.15625 120.988281 129.050781 121.167969 128.960938 C 121.347656 128.871094 121.53125 128.804688 121.726562 128.761719 C 121.921875 128.714844 122.117188 128.691406 122.316406 128.691406 C 123.03125 128.691406 123.644531 128.945312 124.148438 129.453125 Z M 124.148438 129.453125 " fill-opacity="1" fill-rule="nonzero"/><g clip-path="url(#8a243ad223)"><path fill="#000000" d="M 133.34375 0.421875 L 39.613281 0 L 39.539062 0 C 38.992188 0 38.441406 0.0273438 37.894531 0.0820312 C 37.347656 0.136719 36.800781 0.214844 36.261719 0.324219 C 35.722656 0.429688 35.1875 0.5625 34.664062 0.722656 C 34.136719 0.882812 33.617188 1.066406 33.109375 1.277344 C 32.601562 1.488281 32.105469 1.722656 31.617188 1.984375 C 31.132812 2.242188 30.660156 2.523438 30.203125 2.828125 C 29.746094 3.136719 29.300781 3.460938 28.875 3.8125 C 28.449219 4.160156 28.042969 4.527344 27.652344 4.917969 C 27.261719 5.304688 26.890625 5.714844 26.542969 6.136719 C 26.191406 6.5625 25.863281 7.003906 25.558594 7.460938 C 25.25 7.917969 24.964844 8.390625 24.707031 8.875 C 24.445312 9.359375 24.207031 9.859375 23.996094 10.367188 C 23.785156 10.875 23.597656 11.390625 23.433594 11.917969 C 23.273438 12.445312 23.136719 12.980469 23.027344 13.519531 C 22.917969 14.058594 22.835938 14.605469 22.78125 15.152344 C 22.726562 15.699219 22.695312 16.25 22.691406 16.800781 L 22.683594 19.402344 C 22.257812 19.488281 21.84375 19.609375 21.441406 19.765625 C 21.035156 19.921875 20.648438 20.113281 20.277344 20.335938 C 19.90625 20.558594 19.554688 20.8125 19.226562 21.097656 C 18.898438 21.382812 18.597656 21.691406 18.324219 22.027344 C 18.050781 22.363281 17.804688 22.722656 17.59375 23.101562 C 17.378906 23.480469 17.203125 23.871094 17.054688 24.28125 C 16.910156 24.691406 16.800781 25.109375 16.730469 25.539062 C 16.65625 25.964844 16.621094 26.398438 16.621094 26.832031 L 16.570312 65.265625 C 16.570312 65.503906 16.613281 65.734375 16.707031 65.953125 C 16.796875 66.175781 16.925781 66.371094 17.097656 66.539062 C 17.265625 66.707031 17.460938 66.839844 17.679688 66.929688 C 17.902344 67.023438 18.128906 67.070312 18.371094 67.070312 C 18.609375 67.070312 18.835938 67.023438 19.058594 66.933594 C 19.28125 66.84375 19.472656 66.710938 19.644531 66.542969 C 19.8125 66.375 19.941406 66.179688 20.035156 65.957031 C 20.125 65.738281 20.171875 65.507812 20.171875 65.269531 L 20.214844 34.390625 L 22.429688 34.390625 L 22.359375 82.601562 L 20.148438 82.597656 L 20.152344 80.300781 C 20.152344 80.0625 20.105469 79.832031 20.015625 79.609375 C 19.925781 79.390625 19.792969 79.195312 19.625 79.023438 C 19.457031 78.855469 19.261719 78.722656 19.039062 78.632812 C 18.820312 78.542969 18.589844 78.496094 18.351562 78.496094 C 18.113281 78.496094 17.882812 78.539062 17.660156 78.632812 C 17.441406 78.722656 17.246094 78.855469 17.078125 79.023438 C 16.910156 79.191406 16.777344 79.386719 16.6875 79.605469 C 16.59375 79.828125 16.550781 80.058594 16.550781 80.296875 L 16.542969 84.398438 C 16.542969 84.683594 16.609375 84.949219 16.734375 85.203125 L 22.394531 96.578125 L 22.351562 114.691406 C 20.351562 114.699219 18.46875 115.171875 16.699219 116.101562 C 16.074219 116.429688 15.417969 116.679688 14.734375 116.847656 C 14.050781 117.019531 13.355469 117.101562 12.652344 117.101562 C 11.945312 117.101562 11.25 117.019531 10.566406 116.847656 C 9.882812 116.679688 9.226562 116.429688 8.605469 116.101562 L 3.71875 113.535156 C 3.582031 113.460938 3.4375 113.40625 3.289062 113.371094 C 3.136719 113.339844 2.984375 113.324219 2.828125 113.328125 C 2.671875 113.332031 2.519531 113.355469 2.371094 113.402344 C 2.222656 113.445312 2.082031 113.507812 1.949219 113.585938 C 1.816406 113.667969 1.699219 113.761719 1.589844 113.875 C 1.480469 113.984375 1.390625 114.109375 1.3125 114.246094 C 1.238281 114.378906 1.179688 114.523438 1.140625 114.671875 C 1.101562 114.824219 1.082031 114.976562 1.082031 115.128906 L 1.082031 122.847656 C 1.082031 123.445312 1.109375 124.042969 1.171875 124.636719 C 1.230469 125.234375 1.316406 125.824219 1.433594 126.414062 C 1.550781 127 1.699219 127.582031 1.871094 128.152344 C 2.046875 128.726562 2.246094 129.289062 2.476562 129.84375 C 2.707031 130.394531 2.960938 130.9375 3.242188 131.464844 C 3.527344 131.992188 3.832031 132.503906 4.164062 133.003906 C 4.496094 133.5 4.855469 133.980469 5.234375 134.445312 C 5.613281 134.90625 6.011719 135.347656 6.4375 135.773438 C 6.859375 136.195312 7.300781 136.597656 7.765625 136.976562 C 8.226562 137.359375 8.707031 137.714844 9.203125 138.046875 C 9.699219 138.378906 10.210938 138.6875 10.738281 138.96875 C 11.265625 139.253906 11.808594 139.507812 12.359375 139.738281 C 12.910156 139.96875 13.472656 140.167969 14.046875 140.34375 C 14.617188 140.519531 15.199219 140.664062 15.785156 140.78125 C 16.371094 140.898438 16.960938 140.988281 17.558594 141.046875 C 18.152344 141.105469 18.75 141.136719 19.347656 141.136719 L 98.445312 141.136719 C 98.527344 141.136719 98.605469 141.136719 98.6875 141.136719 C 99.144531 141.136719 99.601562 141.121094 100.054688 141.085938 C 100.695312 141.738281 101.367188 142.351562 102.078125 142.921875 C 102.789062 143.492188 103.53125 144.019531 104.304688 144.5 C 105.078125 144.980469 105.878906 145.414062 106.703125 145.796875 C 107.53125 146.183594 108.375 146.515625 109.242188 146.800781 C 110.109375 147.082031 110.988281 147.3125 111.882812 147.488281 C 112.773438 147.664062 113.675781 147.785156 114.585938 147.855469 C 115.492188 147.921875 116.402344 147.933594 117.3125 147.890625 C 118.222656 147.847656 119.125 147.753906 120.023438 147.601562 C 120.921875 147.449219 121.808594 147.246094 122.683594 146.988281 C 123.554688 146.730469 124.410156 146.417969 125.246094 146.058594 C 126.082031 145.695312 126.894531 145.285156 127.679688 144.828125 C 128.46875 144.367188 129.226562 143.863281 129.949219 143.3125 C 130.675781 142.761719 131.367188 142.167969 132.023438 141.535156 C 132.675781 140.898438 133.292969 140.230469 133.863281 139.519531 C 134.4375 138.8125 134.96875 138.070312 135.453125 137.300781 C 135.9375 136.527344 136.375 135.730469 136.761719 134.90625 C 137.152344 134.078125 137.488281 133.234375 137.777344 132.367188 C 138.0625 131.503906 138.296875 130.625 138.480469 129.730469 C 138.660156 128.835938 138.785156 127.933594 138.859375 127.027344 C 138.933594 126.117188 138.949219 125.207031 138.914062 124.292969 C 138.875 123.382812 138.785156 122.476562 138.636719 121.578125 C 138.492188 120.675781 138.292969 119.789062 138.039062 118.914062 C 137.785156 118.035156 137.480469 117.179688 137.125 116.339844 C 136.769531 115.5 136.363281 114.6875 135.910156 113.894531 C 135.453125 113.105469 134.953125 112.34375 134.40625 111.613281 C 133.863281 110.882812 133.273438 110.191406 132.644531 109.53125 C 132.015625 108.871094 131.347656 108.253906 130.644531 107.675781 C 129.9375 107.097656 129.203125 106.5625 128.433594 106.070312 C 127.667969 105.582031 126.871094 105.140625 126.050781 104.746094 C 125.226562 104.351562 124.386719 104.011719 123.523438 103.71875 C 122.660156 103.425781 121.78125 103.1875 120.890625 103 C 120 102.8125 119.097656 102.683594 118.191406 102.605469 L 118.328125 60.988281 C 118.328125 60.746094 118.28125 60.519531 118.191406 60.296875 C 118.101562 60.074219 117.972656 59.878906 117.804688 59.710938 C 117.636719 59.539062 117.441406 59.410156 117.21875 59.316406 C 117 59.222656 116.769531 59.179688 116.53125 59.175781 C 116.292969 59.175781 116.0625 59.222656 115.839844 59.3125 C 115.621094 59.402344 115.425781 59.53125 115.253906 59.703125 C 115.085938 59.871094 114.953125 60.066406 114.863281 60.285156 C 114.769531 60.507812 114.722656 60.734375 114.722656 60.976562 L 114.589844 102.585938 C 114.101562 102.621094 113.617188 102.671875 113.132812 102.738281 C 112.648438 102.804688 112.167969 102.886719 111.691406 102.988281 C 111.210938 103.085938 110.738281 103.199219 110.265625 103.328125 C 109.796875 103.457031 109.328125 103.597656 108.867188 103.757812 C 108.40625 103.917969 107.949219 104.089844 107.5 104.277344 C 107.046875 104.46875 106.605469 104.671875 106.167969 104.886719 C 105.730469 105.105469 105.300781 105.335938 104.878906 105.582031 C 104.453125 105.828125 104.039062 106.085938 103.632812 106.355469 C 103.230469 106.628906 102.832031 106.914062 102.445312 107.210938 C 102.058594 107.507812 101.679688 107.816406 101.3125 108.140625 C 100.945312 108.460938 100.589844 108.796875 100.242188 109.140625 C 99.898438 109.484375 99.5625 109.84375 99.238281 110.207031 C 98.917969 110.574219 98.605469 110.953125 98.308594 111.339844 C 98.007812 111.726562 97.722656 112.121094 97.449219 112.527344 C 97.175781 112.933594 96.917969 113.347656 96.671875 113.769531 C 96.425781 114.191406 96.191406 114.621094 95.972656 115.058594 C 95.753906 115.496094 95.550781 115.9375 95.363281 116.390625 C 95.171875 116.839844 94.996094 117.296875 94.835938 117.757812 C 94.675781 118.21875 94.53125 118.6875 94.402344 119.15625 C 94.269531 119.628906 94.15625 120.105469 94.054688 120.582031 C 93.957031 121.0625 93.871094 121.542969 93.804688 122.027344 C 93.734375 122.511719 93.683594 122.996094 93.644531 123.484375 C 93.609375 123.972656 93.585938 124.460938 93.582031 124.949219 C 93.578125 125.4375 93.585938 125.925781 93.613281 126.414062 C 93.636719 126.902344 93.679688 127.390625 93.738281 127.875 C 93.796875 128.359375 93.867188 128.84375 93.957031 129.324219 C 94.046875 129.804688 94.148438 130.28125 94.269531 130.757812 C 94.386719 131.230469 94.523438 131.699219 94.671875 132.164062 C 94.824219 132.628906 94.988281 133.089844 95.167969 133.542969 C 95.347656 134 95.539062 134.449219 95.75 134.890625 C 95.957031 135.332031 96.179688 135.765625 96.417969 136.195312 C 96.652344 136.621094 96.902344 137.042969 97.167969 137.453125 C 96.195312 137.359375 95.242188 137.175781 94.304688 136.90625 C 93.367188 136.632812 92.464844 136.277344 91.589844 135.839844 C 90.71875 135.402344 89.894531 134.886719 89.117188 134.296875 C 88.339844 133.707031 87.625 133.050781 86.96875 132.328125 C 86.3125 131.605469 85.726562 130.828125 85.214844 129.996094 C 84.703125 129.164062 84.269531 128.292969 83.917969 127.382812 C 83.566406 126.472656 83.300781 125.535156 83.121094 124.574219 C 82.941406 123.617188 82.851562 122.648438 82.847656 121.671875 L 82.847656 115.128906 C 82.847656 114.976562 82.828125 114.820312 82.789062 114.671875 C 82.75 114.523438 82.691406 114.378906 82.617188 114.242188 C 82.539062 114.109375 82.449219 113.984375 82.339844 113.875 C 82.230469 113.761719 82.113281 113.667969 81.980469 113.585938 C 81.847656 113.507812 81.707031 113.445312 81.554688 113.398438 C 81.40625 113.355469 81.257812 113.332031 81.101562 113.328125 C 80.945312 113.324219 80.792969 113.335938 80.640625 113.371094 C 80.492188 113.40625 80.347656 113.460938 80.210938 113.53125 L 75.320312 116.105469 C 74.695312 116.433594 74.042969 116.679688 73.355469 116.851562 C 72.671875 117.019531 71.976562 117.105469 71.273438 117.101562 C 70.566406 117.101562 69.871094 117.019531 69.1875 116.847656 C 68.503906 116.679688 67.847656 116.429688 67.222656 116.101562 C 66.34375 115.636719 65.417969 115.285156 64.449219 115.046875 C 63.480469 114.808594 62.5 114.6875 61.503906 114.6875 C 60.503906 114.6875 59.523438 114.808594 58.554688 115.046875 C 57.589844 115.285156 56.664062 115.636719 55.78125 116.101562 L 55.765625 116.109375 C 55.140625 116.4375 54.488281 116.683594 53.804688 116.851562 C 53.121094 117.019531 52.425781 117.101562 51.722656 117.101562 C 51.019531 117.101562 50.328125 117.015625 49.644531 116.847656 C 48.960938 116.679688 48.308594 116.429688 47.6875 116.101562 L 47.675781 116.097656 C 46.792969 115.632812 45.871094 115.285156 44.902344 115.046875 C 43.9375 114.808594 42.957031 114.6875 41.960938 114.6875 C 40.96875 114.6875 39.988281 114.808594 39.019531 115.046875 C 38.054688 115.285156 37.132812 115.632812 36.25 116.097656 L 36.238281 116.105469 C 35.613281 116.433594 34.960938 116.679688 34.273438 116.851562 C 33.589844 117.019531 32.894531 117.101562 32.191406 117.101562 C 31.488281 117.101562 30.792969 117.019531 30.109375 116.851562 C 29.421875 116.679688 28.769531 116.433594 28.144531 116.105469 L 28.136719 116.097656 C 27.4375 115.734375 26.710938 115.4375 25.957031 115.210938 L 25.996094 96.367188 L 31.578125 85.226562 C 31.707031 84.972656 31.769531 84.703125 31.769531 84.417969 L 31.847656 26.851562 C 31.847656 26.128906 31.75 25.421875 31.550781 24.726562 C 31.347656 24.03125 31.058594 23.378906 30.671875 22.765625 C 30.289062 22.152344 29.828125 21.605469 29.289062 21.125 C 28.75 20.640625 28.15625 20.246094 27.507812 19.929688 C 27.117188 19.734375 26.710938 19.578125 26.289062 19.46875 L 26.296875 16.816406 C 26.300781 15.945312 26.390625 15.085938 26.5625 14.234375 C 26.738281 13.386719 26.992188 12.558594 27.324219 11.757812 C 27.660156 10.957031 28.070312 10.195312 28.554688 9.476562 C 29.039062 8.757812 29.585938 8.089844 30.203125 7.476562 C 30.816406 6.863281 31.484375 6.316406 32.207031 5.835938 C 32.925781 5.355469 33.6875 4.949219 34.488281 4.617188 C 35.292969 4.285156 36.117188 4.035156 36.96875 3.863281 C 37.816406 3.695312 38.675781 3.609375 39.542969 3.609375 L 39.601562 3.609375 L 121.410156 3.875 C 120.398438 4.660156 119.484375 5.550781 118.671875 6.546875 C 117.863281 7.539062 117.171875 8.613281 116.605469 9.765625 C 116.039062 10.917969 115.609375 12.117188 115.316406 13.367188 C 115.019531 14.617188 114.871094 15.886719 114.863281 17.171875 L 114.773438 45.941406 C 114.769531 46.179688 114.816406 46.410156 114.90625 46.632812 C 114.996094 46.855469 115.128906 47.050781 115.296875 47.21875 C 115.464844 47.390625 115.660156 47.519531 115.878906 47.613281 C 116.097656 47.703125 116.328125 47.75 116.566406 47.75 C 116.808594 47.753906 117.035156 47.707031 117.257812 47.617188 C 117.480469 47.527344 117.675781 47.394531 117.84375 47.226562 C 118.011719 47.058594 118.144531 46.863281 118.234375 46.644531 C 118.328125 46.421875 118.375 46.191406 118.375 45.953125 L 118.390625 40.800781 L 118.398438 40.804688 C 120.796875 42.832031 124.386719 42.957031 126.722656 40.859375 C 126.980469 40.628906 127.269531 40.449219 127.59375 40.320312 C 127.917969 40.195312 128.25 40.128906 128.597656 40.121094 C 128.945312 40.117188 129.285156 40.175781 129.609375 40.292969 C 129.9375 40.410156 130.230469 40.582031 130.496094 40.808594 C 130.789062 41.058594 131.097656 41.277344 131.429688 41.472656 C 131.757812 41.664062 132.101562 41.828125 132.460938 41.960938 C 132.820312 42.09375 133.191406 42.191406 133.566406 42.257812 C 133.945312 42.324219 134.324219 42.355469 134.707031 42.355469 C 135.089844 42.355469 135.46875 42.320312 135.84375 42.25 C 136.222656 42.183594 136.589844 42.082031 136.949219 41.945312 C 137.304688 41.8125 137.648438 41.644531 137.980469 41.449219 C 138.308594 41.253906 138.617188 41.03125 138.90625 40.78125 C 139.164062 40.5625 139.453125 40.398438 139.769531 40.285156 C 140.085938 40.171875 140.414062 40.113281 140.753906 40.117188 C 141.089844 40.121094 141.414062 40.179688 141.730469 40.300781 C 142.046875 40.417969 142.332031 40.589844 142.585938 40.808594 L 145.609375 43.378906 C 145.929688 43.652344 146.304688 43.796875 146.730469 43.804688 C 147.152344 43.816406 147.535156 43.695312 147.871094 43.4375 C 148.347656 43.054688 148.585938 42.558594 148.578125 41.945312 L 148.699219 17.3125 C 148.714844 15.085938 148.304688 12.9375 147.46875 10.875 C 146.632812 8.808594 145.4375 6.980469 143.875 5.394531 C 142.464844 3.972656 140.851562 2.835938 139.042969 1.984375 C 137.234375 1.128906 135.335938 0.609375 133.34375 0.421875 Z M 116.257812 106.125 C 116.882812 106.125 117.503906 106.15625 118.125 106.21875 C 118.746094 106.277344 119.363281 106.371094 119.976562 106.492188 C 120.589844 106.613281 121.195312 106.765625 121.792969 106.949219 C 122.390625 107.128906 122.976562 107.339844 123.554688 107.578125 C 124.132812 107.816406 124.695312 108.085938 125.246094 108.378906 C 125.796875 108.675781 126.332031 108.996094 126.851562 109.34375 C 127.371094 109.691406 127.871094 110.0625 128.355469 110.460938 C 128.839844 110.855469 129.300781 111.277344 129.742188 111.71875 C 130.183594 112.160156 130.601562 112.625 131 113.105469 C 131.394531 113.589844 131.769531 114.09375 132.113281 114.613281 C 132.460938 115.132812 132.78125 115.667969 133.078125 116.21875 C 133.371094 116.769531 133.636719 117.335938 133.878906 117.914062 C 134.117188 118.492188 134.328125 119.078125 134.507812 119.679688 C 134.6875 120.277344 134.839844 120.882812 134.960938 121.496094 C 135.085938 122.109375 135.175781 122.726562 135.238281 123.351562 C 135.296875 123.972656 135.328125 124.597656 135.328125 125.222656 C 135.328125 125.847656 135.296875 126.472656 135.238281 127.09375 C 135.175781 127.714844 135.085938 128.335938 134.960938 128.949219 C 134.839844 129.5625 134.6875 130.167969 134.507812 130.765625 C 134.328125 131.363281 134.117188 131.953125 133.878906 132.53125 C 133.636719 133.109375 133.371094 133.671875 133.078125 134.222656 C 132.78125 134.777344 132.460938 135.3125 132.113281 135.832031 C 131.769531 136.351562 131.394531 136.851562 131 137.335938 C 130.601562 137.820312 130.183594 138.28125 129.742188 138.726562 C 129.300781 139.167969 128.839844 139.585938 128.355469 139.984375 C 127.875 140.378906 127.371094 140.753906 126.851562 141.101562 C 126.332031 141.449219 125.796875 141.769531 125.246094 142.0625 C 124.695312 142.359375 124.132812 142.625 123.554688 142.863281 C 122.976562 143.105469 122.390625 143.316406 121.792969 143.496094 C 121.195312 143.679688 120.589844 143.828125 119.976562 143.953125 C 119.363281 144.074219 118.746094 144.164062 118.125 144.226562 C 117.503906 144.289062 116.882812 144.320312 116.257812 144.320312 C 115.632812 144.320312 115.007812 144.289062 114.386719 144.226562 C 113.765625 144.164062 113.148438 144.074219 112.535156 143.953125 C 111.921875 143.828125 111.316406 143.679688 110.71875 143.496094 C 110.121094 143.316406 109.535156 143.105469 108.957031 142.863281 C 108.378906 142.625 107.816406 142.359375 107.265625 142.0625 C 106.714844 141.769531 106.179688 141.449219 105.660156 141.101562 C 105.140625 140.753906 104.640625 140.378906 104.15625 139.984375 C 103.675781 139.585938 103.210938 139.167969 102.769531 138.726562 C 102.328125 138.28125 101.910156 137.820312 101.511719 137.335938 C 101.117188 136.851562 100.746094 136.351562 100.398438 135.832031 C 100.050781 135.3125 99.730469 134.777344 99.4375 134.222656 C 99.140625 133.671875 98.875 133.109375 98.636719 132.53125 C 98.398438 131.953125 98.1875 131.363281 98.003906 130.765625 C 97.824219 130.167969 97.671875 129.5625 97.550781 128.949219 C 97.429688 128.332031 97.335938 127.714844 97.277344 127.09375 C 97.214844 126.472656 97.183594 125.847656 97.183594 125.222656 C 97.183594 124.597656 97.214844 123.972656 97.277344 123.351562 C 97.339844 122.726562 97.429688 122.109375 97.554688 121.496094 C 97.675781 120.882812 97.828125 120.277344 98.007812 119.679688 C 98.191406 119.082031 98.402344 118.496094 98.640625 117.917969 C 98.878906 117.339844 99.148438 116.773438 99.441406 116.222656 C 99.738281 115.671875 100.058594 115.136719 100.40625 114.617188 C 100.75 114.097656 101.125 113.59375 101.519531 113.113281 C 101.914062 112.628906 102.335938 112.167969 102.777344 111.722656 C 103.21875 111.28125 103.679688 110.863281 104.164062 110.464844 C 104.644531 110.070312 105.144531 109.695312 105.664062 109.347656 C 106.183594 109 106.71875 108.679688 107.269531 108.386719 C 107.820312 108.089844 108.382812 107.824219 108.960938 107.582031 C 109.539062 107.34375 110.125 107.132812 110.722656 106.953125 C 111.320312 106.769531 111.925781 106.617188 112.535156 106.496094 C 113.148438 106.371094 113.765625 106.28125 114.386719 106.21875 C 115.007812 106.15625 115.632812 106.125 116.257812 106.125 Z M 26.46875 119.296875 L 26.476562 119.300781 C 27.359375 119.765625 28.28125 120.117188 29.25 120.355469 C 30.214844 120.59375 31.195312 120.710938 32.191406 120.710938 C 33.183594 120.710938 34.167969 120.59375 35.132812 120.355469 C 36.097656 120.117188 37.023438 119.765625 37.902344 119.300781 L 37.914062 119.296875 C 38.539062 118.96875 39.195312 118.71875 39.878906 118.550781 C 40.5625 118.382812 41.257812 118.296875 41.960938 118.296875 C 42.667969 118.296875 43.359375 118.382812 44.046875 118.550781 C 44.730469 118.71875 45.382812 118.96875 46.007812 119.296875 L 46.019531 119.300781 C 46.902344 119.765625 47.828125 120.117188 48.792969 120.355469 C 49.761719 120.59375 50.742188 120.710938 51.738281 120.710938 C 52.734375 120.710938 53.714844 120.589844 54.683594 120.351562 C 55.648438 120.113281 56.574219 119.761719 57.453125 119.296875 L 57.472656 119.289062 C 58.09375 118.960938 58.75 118.714844 59.433594 118.546875 C 60.117188 118.378906 60.808594 118.296875 61.515625 118.296875 C 62.21875 118.296875 62.910156 118.382812 63.59375 118.550781 C 64.277344 118.722656 64.929688 118.96875 65.554688 119.296875 C 66.4375 119.761719 67.363281 120.113281 68.328125 120.351562 C 69.296875 120.589844 70.277344 120.710938 71.277344 120.710938 C 72.273438 120.710938 73.253906 120.589844 74.222656 120.351562 C 75.191406 120.113281 76.113281 119.761719 76.996094 119.296875 L 79.246094 118.113281 L 79.246094 121.671875 C 79.242188 122.949219 79.363281 124.214844 79.613281 125.46875 C 79.859375 126.722656 80.226562 127.941406 80.714844 129.125 C 81.203125 130.304688 81.804688 131.425781 82.515625 132.488281 C 83.226562 133.550781 84.035156 134.53125 84.941406 135.433594 C 85.703125 136.199219 86.523438 136.898438 87.402344 137.527344 L 19.347656 137.527344 C 18.382812 137.527344 17.429688 137.429688 16.488281 137.242188 C 15.542969 137.054688 14.625 136.773438 13.738281 136.40625 C 12.847656 136.035156 12.003906 135.582031 11.203125 135.046875 C 10.402344 134.511719 9.664062 133.902344 8.984375 133.222656 C 8.300781 132.539062 7.695312 131.800781 7.160156 131 C 6.625 130.195312 6.171875 129.351562 5.804688 128.460938 C 5.4375 127.570312 5.15625 126.652344 4.96875 125.707031 C 4.78125 124.761719 4.683594 123.808594 4.683594 122.84375 L 4.683594 118.117188 L 6.929688 119.296875 C 7.8125 119.761719 8.734375 120.113281 9.703125 120.351562 C 10.671875 120.589844 11.652344 120.710938 12.652344 120.710938 C 13.648438 120.710938 14.628906 120.589844 15.597656 120.351562 C 16.566406 120.113281 17.492188 119.761719 18.375 119.296875 C 18.996094 118.96875 19.652344 118.71875 20.335938 118.550781 C 21.019531 118.382812 21.714844 118.296875 22.421875 118.296875 C 23.125 118.296875 23.820312 118.382812 24.503906 118.550781 C 25.1875 118.71875 25.84375 118.96875 26.46875 119.296875 Z M 24.148438 92.011719 L 21.257812 86.207031 L 27.050781 86.214844 Z M 28.167969 82.609375 L 25.960938 82.605469 L 26.03125 34.394531 L 28.234375 34.398438 Z M 28.242188 26.847656 L 28.238281 30.792969 L 20.21875 30.78125 L 20.226562 26.835938 C 20.226562 26.574219 20.253906 26.3125 20.304688 26.054688 C 20.355469 25.796875 20.433594 25.546875 20.535156 25.300781 C 20.632812 25.058594 20.757812 24.828125 20.90625 24.609375 C 21.050781 24.390625 21.21875 24.1875 21.402344 24.003906 C 21.589844 23.816406 21.792969 23.648438 22.007812 23.503906 C 22.226562 23.359375 22.460938 23.234375 22.703125 23.132812 C 22.945312 23.03125 23.195312 22.957031 23.453125 22.90625 C 23.710938 22.851562 23.972656 22.828125 24.234375 22.828125 L 24.238281 22.828125 C 24.503906 22.828125 24.761719 22.851562 25.019531 22.90625 C 25.28125 22.957031 25.53125 23.03125 25.773438 23.132812 C 26.015625 23.234375 26.246094 23.359375 26.464844 23.507812 C 26.683594 23.652344 26.886719 23.820312 27.074219 24.007812 C 27.257812 24.191406 27.425781 24.394531 27.570312 24.617188 C 27.714844 24.835938 27.839844 25.066406 27.941406 25.308594 C 28.039062 25.554688 28.117188 25.804688 28.167969 26.0625 C 28.21875 26.320312 28.242188 26.582031 28.242188 26.847656 Z M 144.992188 38.121094 L 144.917969 38.0625 C 144.628906 37.8125 144.320312 37.59375 143.992188 37.402344 C 143.664062 37.207031 143.320312 37.046875 142.964844 36.914062 C 142.605469 36.78125 142.238281 36.679688 141.863281 36.613281 C 141.488281 36.546875 141.113281 36.515625 140.730469 36.515625 C 140.351562 36.515625 139.972656 36.546875 139.597656 36.613281 C 139.222656 36.679688 138.855469 36.78125 138.5 36.914062 C 138.140625 37.046875 137.796875 37.207031 137.46875 37.402344 C 137.140625 37.59375 136.832031 37.8125 136.542969 38.0625 C 136.28125 38.28125 135.992188 38.453125 135.675781 38.570312 C 135.355469 38.6875 135.023438 38.746094 134.683594 38.746094 C 134.34375 38.746094 134.015625 38.6875 133.695312 38.570312 C 133.375 38.453125 133.085938 38.28125 132.828125 38.0625 C 132.539062 37.8125 132.226562 37.59375 131.898438 37.402344 C 131.570312 37.207031 131.226562 37.046875 130.871094 36.914062 C 130.511719 36.78125 130.148438 36.683594 129.773438 36.613281 C 129.398438 36.546875 129.019531 36.515625 128.636719 36.515625 C 128.257812 36.515625 127.878906 36.546875 127.503906 36.613281 C 127.128906 36.683594 126.761719 36.78125 126.40625 36.914062 C 126.046875 37.046875 125.707031 37.207031 125.375 37.402344 C 125.046875 37.59375 124.738281 37.8125 124.449219 38.0625 C 124.191406 38.28125 123.902344 38.453125 123.582031 38.570312 C 123.261719 38.6875 122.933594 38.746094 122.59375 38.746094 C 122.253906 38.746094 121.921875 38.6875 121.601562 38.570312 C 121.285156 38.453125 120.996094 38.28125 120.734375 38.0625 L 118.410156 36.078125 L 118.46875 17.183594 C 118.472656 16.308594 118.5625 15.445312 118.738281 14.589844 C 118.910156 13.734375 119.164062 12.90625 119.503906 12.101562 C 119.839844 11.296875 120.25 10.53125 120.738281 9.808594 C 121.222656 9.082031 121.773438 8.414062 122.394531 7.796875 C 123.011719 7.179688 123.683594 6.632812 124.40625 6.148438 C 125.132812 5.664062 125.898438 5.253906 126.703125 4.921875 C 127.507812 4.589844 128.339844 4.335938 129.195312 4.164062 C 130.046875 3.996094 130.910156 3.910156 131.785156 3.910156 L 131.839844 3.910156 C 132.714844 3.914062 133.578125 4.003906 134.4375 4.179688 C 135.292969 4.351562 136.125 4.609375 136.929688 4.949219 C 137.734375 5.289062 138.5 5.703125 139.222656 6.191406 C 139.949219 6.679688 140.617188 7.234375 141.234375 7.855469 C 141.847656 8.480469 142.398438 9.152344 142.882812 9.882812 C 143.363281 10.613281 143.769531 11.382812 144.101562 12.191406 C 144.433594 13 144.683594 13.835938 144.851562 14.695312 C 145.019531 15.554688 145.101562 16.421875 145.097656 17.296875 Z M 144.992188 38.121094 " fill-opacity="1" fill-rule="nonzero"/></g></svg> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_quoteIcon.data.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_quoteIcon.data.xml new file mode 100644 index 00000000..3b0cb409 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_quoteIcon.data.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<WebResource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <WebResourceId>{7585a27c-f8c8-ee11-9078-00224840d636}</WebResourceId> + <Name>p365i_quoteIcon</Name> + <DisplayName>Quote Icon</DisplayName> + <LanguageCode>1033</LanguageCode> + <WebResourceType>11</WebResourceType> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsEnabledForMobileClient>1</IsEnabledForMobileClient> + <IsAvailableForMobileOffline>1</IsAvailableForMobileOffline> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <IsHidden>0</IsHidden> + <FileName>/WebResources/p365i_quoteIcon7585A27C-F8C8-EE11-9078-00224840D636</FileName> +</WebResource> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_salesunitIcon b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_salesunitIcon new file mode 100644 index 00000000..cd517e75 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_salesunitIcon @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" zoomAndPan="magnify" viewBox="0 0 150 149.999998" height="200" preserveAspectRatio="xMidYMid meet" version="1.0"><path fill="#100f0d" d="M 145 145 L 135 145 L 135 140 L 145 140 Z M 80 145 L 70 145 L 70 140 L 80 140 Z M 15 145 L 5 145 L 5 140 L 15 140 Z M 7.5 119.882812 L 7.5 120 L 17.5 120 L 17.5 125 L 5.898438 125 Z M 17.5 90 L 17.5 95 L 15.273438 95 L 16.835938 90 Z M 26.6875 17.5 L 72.5 17.5 L 72.5 25 L 23.691406 25 Z M 31.6875 5 L 72.5 5 L 72.5 12.5 L 28.691406 12.5 Z M 121.308594 12.5 L 77.5 12.5 L 77.5 5 L 118.308594 5 Z M 77.5 25 L 77.5 17.5 L 123.308594 17.5 L 126.308594 25 Z M 133.164062 90 L 134.726562 95 L 132.5 95 L 132.5 90 Z M 22.5 80 L 72.5 80 L 72.5 125 L 22.5 125 Z M 72.5 75 L 22.5 75 L 22.5 30 L 72.5 30 Z M 127.5 75 L 77.5 75 L 77.5 30 L 127.5 30 Z M 127.5 125 L 77.5 125 L 77.5 80 L 127.5 80 Z M 132.5 115 L 132.5 110 L 139.414062 110 L 140.976562 115 Z M 132.5 120 L 142.539062 120 L 144.101562 125 L 132.5 125 Z M 137.851562 105 L 132.5 105 L 132.5 100 L 136.289062 100 Z M 17.5 110 L 17.5 115 L 9.023438 115 L 10.585938 110 Z M 17.5 105 L 12.148438 105 L 13.710938 100 L 17.5 100 Z M 82.5 135 L 5 135 L 5 130 L 145 130 L 145 135 Z M 149.882812 126.757812 L 137.382812 86.757812 C 137.058594 85.710938 136.09375 85 135 85 L 132.5 85 L 132.5 27.5 C 132.5 27.46875 132.480469 27.441406 132.480469 27.402344 C 132.46875 27.117188 132.429688 26.835938 132.324219 26.570312 L 122.324219 1.574219 C 121.941406 0.625 121.023438 0 120 0 L 30 0 C 28.972656 0 28.054688 0.625 27.675781 1.574219 L 17.675781 26.570312 C 17.566406 26.835938 17.527344 27.117188 17.519531 27.402344 C 17.519531 27.441406 17.5 27.46875 17.5 27.5 L 17.5 85 L 15 85 C 13.90625 85 12.9375 85.710938 12.617188 86.757812 L 0.117188 126.757812 C 0.0898438 126.84375 0.109375 126.941406 0.0976562 127.03125 C 0.0585938 127.1875 0 127.332031 0 127.5 L 0 147.5 C 0 148.875 1.125 150 2.5 150 L 17.5 150 C 18.875 150 20 148.875 20 147.5 L 20 140 L 65 140 L 65 147.5 C 65 148.875 66.121094 150 67.5 150 L 82.5 150 C 83.875 150 85 148.875 85 147.5 L 85 140 L 130 140 L 130 147.5 C 130 148.875 131.121094 150 132.5 150 L 147.5 150 C 148.875 150 150 148.875 150 147.5 L 150 127.5 C 150 127.332031 149.929688 127.1875 149.902344 127.03125 C 149.890625 126.941406 149.910156 126.84375 149.882812 126.757812 " fill-opacity="1" fill-rule="nonzero"/><path fill="#100f0d" d="M 32.5 40 L 42.5 40 L 42.5 47.5 L 32.5 47.5 Z M 30 52.5 L 45 52.5 C 46.375 52.5 47.5 51.375 47.5 50 L 47.5 37.5 C 47.5 36.121094 46.375 35 45 35 L 30 35 C 28.621094 35 27.5 36.121094 27.5 37.5 L 27.5 50 C 27.5 51.375 28.621094 52.5 30 52.5 " fill-opacity="1" fill-rule="nonzero"/><path fill="#100f0d" d="M 87.5 40 L 97.5 40 L 97.5 47.5 L 87.5 47.5 Z M 85 52.5 L 100 52.5 C 101.375 52.5 102.5 51.375 102.5 50 L 102.5 37.5 C 102.5 36.121094 101.375 35 100 35 L 85 35 C 83.621094 35 82.5 36.121094 82.5 37.5 L 82.5 50 C 82.5 51.375 83.621094 52.5 85 52.5 " fill-opacity="1" fill-rule="nonzero"/><path fill="#100f0d" d="M 42.5 97.5 L 32.5 97.5 L 32.5 90 L 42.5 90 Z M 45 85 L 30 85 C 28.621094 85 27.5 86.121094 27.5 87.5 L 27.5 100 C 27.5 101.375 28.621094 102.5 30 102.5 L 45 102.5 C 46.375 102.5 47.5 101.375 47.5 100 L 47.5 87.5 C 47.5 86.121094 46.375 85 45 85 " fill-opacity="1" fill-rule="nonzero"/><path fill="#100f0d" d="M 87.5 90 L 97.5 90 L 97.5 97.5 L 87.5 97.5 Z M 85 102.5 L 100 102.5 C 101.375 102.5 102.5 101.375 102.5 100 L 102.5 87.5 C 102.5 86.121094 101.375 85 100 85 L 85 85 C 83.621094 85 82.5 86.121094 82.5 87.5 L 82.5 100 C 82.5 101.375 83.621094 102.5 85 102.5 " fill-opacity="1" fill-rule="nonzero"/><path fill="#100f0d" d="M 67.5 57.5 L 57.5 57.5 L 57.5 62.5 L 67.5 62.5 L 67.5 57.5 " fill-opacity="1" fill-rule="nonzero"/><path fill="#100f0d" d="M 67.5 65 L 57.5 65 L 57.5 70 L 67.5 70 L 67.5 65 " fill-opacity="1" fill-rule="nonzero"/><path fill="#100f0d" d="M 57.5 112.5 L 67.5 112.5 L 67.5 107.5 L 57.5 107.5 L 57.5 112.5 " fill-opacity="1" fill-rule="nonzero"/><path fill="#100f0d" d="M 57.5 120 L 67.5 120 L 67.5 115 L 57.5 115 L 57.5 120 " fill-opacity="1" fill-rule="nonzero"/><path fill="#100f0d" d="M 122.5 107.5 L 112.5 107.5 L 112.5 112.5 L 122.5 112.5 L 122.5 107.5 " fill-opacity="1" fill-rule="nonzero"/><path fill="#100f0d" d="M 122.5 115 L 112.5 115 L 112.5 120 L 122.5 120 L 122.5 115 " fill-opacity="1" fill-rule="nonzero"/><path fill="#100f0d" d="M 122.5 57.5 L 112.5 57.5 L 112.5 62.5 L 122.5 62.5 L 122.5 57.5 " fill-opacity="1" fill-rule="nonzero"/><path fill="#100f0d" d="M 122.5 65 L 112.5 65 L 112.5 70 L 122.5 70 L 122.5 65 " fill-opacity="1" fill-rule="nonzero"/></svg> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_salesunitIcon.data.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_salesunitIcon.data.xml new file mode 100644 index 00000000..d4714292 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/WebResources/p365i_salesunitIcon.data.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<WebResource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <WebResourceId>{516e93dc-f8c8-ee11-9079-6045bd127823}</WebResourceId> + <Name>p365i_salesunitIcon</Name> + <DisplayName>Sales Unit Icon</DisplayName> + <WebResourceType>11</WebResourceType> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsEnabledForMobileClient>1</IsEnabledForMobileClient> + <IsAvailableForMobileOffline>1</IsAvailableForMobileOffline> + <IsCustomizable>1</IsCustomizable> + <CanBeDeleted>1</CanBeDeleted> + <IsHidden>0</IsHidden> + <FileName>/WebResources/p365i_salesunitIcon516E93DC-F8C8-EE11-9079-6045BD127823</FileName> +</WebResource> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/PriceListCost-D9FFFDC6-F47B-EE11-8179-00224840D636.xaml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/PriceListCost-D9FFFDC6-F47B-EE11-8179-00224840D636.xaml new file mode 100644 index 00000000..75936a4d --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/PriceListCost-D9FFFDC6-F47B-EE11-8179-00224840D636.xaml @@ -0,0 +1,133 @@ +<Activity x:Class="XrmWorkflow00000000000000000000000000000000" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mcwc="clr-namespace:Microsoft.Crm.Workflow.ClientActivities;assembly=Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxs="clr-namespace:Microsoft.Xrm.Sdk;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxsq="clr-namespace:Microsoft.Xrm.Sdk.Query;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxswa="clr-namespace:Microsoft.Xrm.Sdk.Workflow.Activities;assembly=Microsoft.Xrm.Sdk.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:s="clr-namespace:System;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:srs="clr-namespace:System.Runtime.Serialization;assembly=System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:this="clr-namespace:" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> + <x:Members> + <x:Property Name="InputEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + <x:Property Name="CreatedEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + </x:Members> + <this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <mva:VisualBasic.Settings>Assembly references and imported namespaces for internal implementation</mva:VisualBasic.Settings> + <mxswa:Workflow> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionSequence, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionStep1"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Wait">False</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables"> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep2_condition" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_2" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="True" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep3_1" /> + </sco:Collection> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:GetEntityProperty Attribute="p365i_usepricelistcost" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[ConditionBranchStep2_1]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Boolean, "1" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Boolean" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[ConditionBranchStep2_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Equal</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { ConditionBranchStep2_2 }]</InArgument> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep2_1]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep2_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep2_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetVisibilityStep1: Hide Unit Cost"> + <mcwc:SetVisibility ControlId="p365i_unitcost" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" IsVisible="False" /> + </Sequence> + <Sequence DisplayName="SetAttributeValueStep3: New Action"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep3_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:SetEntityProperty Attribute="p365i_unitcost" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" Value="[SetAttributeValueStep3_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep3" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + <Sequence DisplayName="SetFieldRequiredLevelStep5: Unit cost not required"> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mcwc:SetFieldRequiredLevel ControlId="p365i_unitcost" ControlType="standard" DisplayName="SetFieldRequiredLevelStep5" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" RequiredLevel="None" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:String x:Key="Description">Use Price List Cost</x:String> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Boolean, "true" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Boolean" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[ConditionBranchStep3_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep3"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[True]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep3"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetVisibilityStep2: Show Unit Cost"> + <mcwc:SetVisibility ControlId="p365i_unitcost" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" IsVisible="True" /> + </Sequence> + <Sequence DisplayName="SetFieldRequiredLevelStep4: Unit cost required"> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mcwc:SetFieldRequiredLevel ControlId="p365i_unitcost" ControlType="standard" DisplayName="SetFieldRequiredLevelStep4" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" RequiredLevel="Required" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:String x:Key="Description"></x:String> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Boolean x:Key="ContainsElseBranch">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </mxswa:Workflow> +</Activity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/PriceListCost-D9FFFDC6-F47B-EE11-8179-00224840D636.xaml.data.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/PriceListCost-D9FFFDC6-F47B-EE11-8179-00224840D636.xaml.data.xml new file mode 100644 index 00000000..30c414cf --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/PriceListCost-D9FFFDC6-F47B-EE11-8179-00224840D636.xaml.data.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<Workflow WorkflowId="{d9fffdc6-f47b-ee11-8179-00224840d636}" Name="Price List Cost" Description="Click to add description" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <XamlFileName>/Workflows/PriceListCost-D9FFFDC6-F47B-EE11-8179-00224840D636.xaml</XamlFileName> + <Type>1</Type> + <Subprocess>0</Subprocess> + <Category>2</Category> + <Mode>1</Mode> + <Scope>4</Scope> + <OnDemand>0</OnDemand> + <TriggerOnCreate>0</TriggerOnCreate> + <TriggerOnDelete>0</TriggerOnDelete> + <AsyncAutodelete>0</AsyncAutodelete> + <SyncWorkflowLogOnFailure>0</SyncWorkflowLogOnFailure> + <StateCode>1</StateCode> + <StatusCode>2</StatusCode> + <RunAs>1</RunAs> + <IsTransacted>1</IsTransacted> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <BusinessProcessType>0</BusinessProcessType> + <IsCustomProcessingStepAllowedForOtherPublishers>1</IsCustomProcessingStepAllowedForOtherPublishers> + <ProcessTriggerScope>2</ProcessTriggerScope> + <PrimaryEntity>p365i_QuoteProduct</PrimaryEntity> + <LocalizedNames> + <LocalizedName languagecode="1033" description="Price List Cost" /> + </LocalizedNames> + <Descriptions> + <Description languagecode="1033" description="Click to add description" /> + </Descriptions> +</Workflow> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/ProspecttoOpportunity-1DBE38AA-526B-EE11-9AE7-6045BD127823.xaml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/ProspecttoOpportunity-1DBE38AA-526B-EE11-9AE7-6045BD127823.xaml new file mode 100644 index 00000000..f28aa43b --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/ProspecttoOpportunity-1DBE38AA-526B-EE11-9AE7-6045BD127823.xaml @@ -0,0 +1,428 @@ +<Activity x:Class="XrmWorkflow1dbe38aa526bee119ae76045bd127823" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mcwb="clr-namespace:Microsoft.Crm.Workflow.BusinessProcessFlowActivities;assembly=Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mcwo="clr-namespace:Microsoft.Crm.Workflow.ObjectModel;assembly=Microsoft.Crm, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxs="clr-namespace:Microsoft.Xrm.Sdk;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxswa="clr-namespace:Microsoft.Xrm.Sdk.Workflow.Activities;assembly=Microsoft.Xrm.Sdk.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:srs="clr-namespace:System.Runtime.Serialization;assembly=System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:this="clr-namespace:" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> + <x:Members> + <x:Property Name="InputEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + <x:Property Name="CreatedEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + </x:Members> + <this:XrmWorkflow1dbe38aa526bee119ae76045bd127823.InputEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow1dbe38aa526bee119ae76045bd127823.InputEntities> + <this:XrmWorkflow1dbe38aa526bee119ae76045bd127823.CreatedEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow1dbe38aa526bee119ae76045bd127823.CreatedEntities> + <mva:VisualBasic.Settings>Assembly references and imported namespaces for internal implementation</mva:VisualBasic.Settings> + <mxswa:Workflow> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.BusinessProcessFlowActivities.StageRelationshipCollectionComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="RelationshipCollectionStep1"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EntityComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EntityStep2: p365i_prospect"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StageComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StageStep3: Qualify"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep4: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep5"> + <mcwb:Control ClassId="270bd3db-d9af-4782-9025-509e298dec0a" ControlDisplayName="Parent Contact for prospect" ControlId="p365i_parentcontactfid" DataFieldName="p365i_parentcontactfid" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Existing Contact?" LabelId="599d710f-114d-4fae-92ef-0cd8d7576ce0" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">599d710f-114d-4fae-92ef-0cd8d7576ce0</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep6: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep7"> + <mcwb:Control ClassId="270bd3db-d9af-4782-9025-509e298dec0a" ControlDisplayName="Parent Accont for prospect" ControlId="p365i_parentaccountid" DataFieldName="p365i_parentaccountid" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Existing Account?" LabelId="f90b0a02-f4b2-4ea6-a4b0-eb6fc35f5912" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">f90b0a02-f4b2-4ea6-a4b0-eb6fc35f5912</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep8: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep9"> + <mcwb:Control ClassId="3ef39988-22bb-4f0b-bbbe-64b5a3748aee" ControlDisplayName="Purchase Timeframe" ControlId="p365i_purchasetimeframe" DataFieldName="p365i_purchasetimeframe" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Purchase Timeframe" LabelId="2d7c451e-c825-4690-9e2e-a9f4bfd4919f" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">2d7c451e-c825-4690-9e2e-a9f4bfd4919f</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep10: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep11"> + <mcwb:Control ClassId="533b9e00-756b-4312-95a0-dc888637ac78" ControlDisplayName="Budget Amount" ControlId="p365i_budgetamount" DataFieldName="p365i_budgetamount" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Estimated Budget" LabelId="687a4ad2-a214-46c1-ad32-d3e867786c94" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">687a4ad2-a214-46c1-ad32-d3e867786c94</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep12: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep13"> + <mcwb:Control ClassId="3ef39988-22bb-4f0b-bbbe-64b5a3748aee" ControlDisplayName="Purchase Process" ControlId="p365i_purchaseprocess" DataFieldName="p365i_purchaseprocess" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Purchase Process" LabelId="188a7d81-2caf-4126-a706-aea1863ebe00" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">188a7d81-2caf-4126-a706-aea1863ebe00</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep14: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep15"> + <mcwb:Control ClassId="67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed" ControlDisplayName="Decision Maker" ControlId="p365i_decisionmaker" DataFieldName="p365i_decisionmaker" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Identify Decision Maker" LabelId="2947c263-47bf-458e-aff4-444957e319b0" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">2947c263-47bf-458e-aff4-444957e319b0</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep16: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep17"> + <mcwb:Control ClassId="4273edbd-ac1d-40d3-9fb2-095c621b552d" ControlDisplayName="Description" ControlId="p365i_description" DataFieldName="p365i_description" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Capture Summary" LabelId="49028f58-2643-4c6f-8f58-40559089e92b" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">49028f58-2643-4c6f-8f58-40559089e92b</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Qualify" LabelId="eb423c02-4f3f-47a0-9590-1ee0070a6f97" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="StageId">eb423c02-4f3f-47a0-9590-1ee0070a6f97</x:String> + <x:String x:Key="StageCategory">0</x:String> + <x:String x:Key="NextStageId">6bd2ca1a-17bd-4e51-88ca-3572f39f22e3</x:String> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Null x:Key="RelationshipName" /> + <x:Null x:Key="AttributeName" /> + <x:Boolean x:Key="IsClosedLoop">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EntityComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EntityStep3: p365i_opportunity"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StageComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StageStep19: Develop"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep20: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep21"> + <mcwb:Control ClassId="4273edbd-ac1d-40d3-9fb2-095c621b552d" ControlDisplayName="Customer Need" ControlId="p365i_customerneed" DataFieldName="p365i_customerneed" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Customer Need" LabelId="12e25d18-a209-48b0-83b2-5e9c837d75e2" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">12e25d18-a209-48b0-83b2-5e9c837d75e2</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep22: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep23"> + <mcwb:Control ClassId="4273edbd-ac1d-40d3-9fb2-095c621b552d" ControlDisplayName="Proposed Solution" ControlId="p365i_proposedsolution" DataFieldName="p365i_proposedsolution" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Proposed Solution" LabelId="de93b36f-e4d9-474c-a0d9-dcac0452e2a7" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">de93b36f-e4d9-474c-a0d9-dcac0452e2a7</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Develop" LabelId="6bd2ca1a-17bd-4e51-88ca-3572f39f22e3" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="StageId">6bd2ca1a-17bd-4e51-88ca-3572f39f22e3</x:String> + <x:String x:Key="StageCategory">1</x:String> + <x:String x:Key="NextStageId">a81b0926-fa73-4f6a-806b-dda555fe44f2</x:String> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Null x:Key="RelationshipName" /> + <x:Null x:Key="AttributeName" /> + <x:Boolean x:Key="IsClosedLoop">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EntityComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EntityStep4: p365i_opportunity"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StageComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StageStep25: Propose"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep26: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep27"> + <mcwb:Control ClassId="67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed" ControlDisplayName="Develop Proposal" ControlId="p365i_developproposal" DataFieldName="p365i_developproposal" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Develop Proposal" LabelId="82b628bf-ffb4-4cb3-b1e7-f889751d384c" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">82b628bf-ffb4-4cb3-b1e7-f889751d384c</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep28: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep29"> + <mcwb:Control ClassId="67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed" ControlDisplayName="Complete Internal Review" ControlId="p365i_completeinternalreview" DataFieldName="p365i_completeinternalreview" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Complete Internal Review" LabelId="83a576a8-af2b-4b4a-843c-19addc068f19" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">83a576a8-af2b-4b4a-843c-19addc068f19</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep30: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep31"> + <mcwb:Control ClassId="67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed" ControlDisplayName="Present Proposal" ControlId="p365i_presentproposal" DataFieldName="p365i_presentproposal" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Present Proposal" LabelId="8c87c9d9-fdf9-4424-813c-04130cda12d6" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">8c87c9d9-fdf9-4424-813c-04130cda12d6</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Propose" LabelId="a81b0926-fa73-4f6a-806b-dda555fe44f2" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="StageId">a81b0926-fa73-4f6a-806b-dda555fe44f2</x:String> + <x:String x:Key="StageCategory">2</x:String> + <x:String x:Key="NextStageId">d8095839-27e5-45ed-928b-698df22f3b3f</x:String> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Null x:Key="RelationshipName" /> + <x:Null x:Key="AttributeName" /> + <x:Boolean x:Key="IsClosedLoop">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EntityComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EntityStep5: p365i_opportunity"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StageComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StageStep33: Close"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep34: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep35"> + <mcwb:Control ClassId="67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed" ControlDisplayName="Complete Final Proposal" ControlId="p365i_completefinalproposal" DataFieldName="p365i_completefinalproposal" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Complete Final Proposal" LabelId="a0241ddb-64ef-45cd-bba5-bb6c13eff1d5" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">a0241ddb-64ef-45cd-bba5-bb6c13eff1d5</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep36: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep37"> + <mcwb:Control ClassId="67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed" ControlDisplayName="Present Final Proposal" ControlId="p365i_presentfinalproposal" DataFieldName="p365i_presentfinalproposal" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Present Final Proposal" LabelId="fb734acf-9c97-40ac-90de-60f52c620deb" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">fb734acf-9c97-40ac-90de-60f52c620deb</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep38: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep39"> + <mcwb:Control ClassId="5b773807-9fb2-42db-97c3-7a91eff8adff" ControlDisplayName="FInal Decision Date" ControlId="p365i_finaldecisiondate" DataFieldName="p365i_finaldecisiondate" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Confirm Decision Date" LabelId="a61cd8b8-e18b-4a47-ae1c-f547fe5a95f5" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">a61cd8b8-e18b-4a47-ae1c-f547fe5a95f5</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Close" LabelId="d8095839-27e5-45ed-928b-698df22f3b3f" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="StageId">d8095839-27e5-45ed-928b-698df22f3b3f</x:String> + <x:String x:Key="StageCategory">3</x:String> + <x:Null x:Key="NextStageId" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Null x:Key="RelationshipName" /> + <x:Null x:Key="AttributeName" /> + <x:Boolean x:Key="IsClosedLoop">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </mxswa:Workflow> +</Activity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/ProspecttoOpportunity-1DBE38AA-526B-EE11-9AE7-6045BD127823.xaml.data.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/ProspecttoOpportunity-1DBE38AA-526B-EE11-9AE7-6045BD127823.xaml.data.xml new file mode 100644 index 00000000..c63305b0 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/ProspecttoOpportunity-1DBE38AA-526B-EE11-9AE7-6045BD127823.xaml.data.xml @@ -0,0 +1,88 @@ +<?xml version="1.0" encoding="utf-8"?> +<Workflow WorkflowId="{1dbe38aa-526b-ee11-9ae7-6045bd127823}" Name="Prospect to Opportunity" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <XamlFileName>/Workflows/ProspecttoOpportunity-1DBE38AA-526B-EE11-9AE7-6045BD127823.xaml</XamlFileName> + <Type>1</Type> + <Subprocess>0</Subprocess> + <Category>4</Category> + <Mode>0</Mode> + <Scope>4</Scope> + <OnDemand>0</OnDemand> + <TriggerOnCreate>1</TriggerOnCreate> + <TriggerOnDelete>0</TriggerOnDelete> + <AsyncAutodelete>0</AsyncAutodelete> + <SyncWorkflowLogOnFailure>0</SyncWorkflowLogOnFailure> + <StateCode>1</StateCode> + <StatusCode>2</StatusCode> + <processorder>100</processorder> + <RunAs>1</RunAs> + <UniqueName>p365i_prospecttoopportunity</UniqueName> + <IsTransacted>1</IsTransacted> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <BusinessProcessType>0</BusinessProcessType> + <IsCustomProcessingStepAllowedForOtherPublishers>1</IsCustomProcessingStepAllowedForOtherPublishers> + <ProcessTriggerScope>1</ProcessTriggerScope> + <PrimaryEntity>p365i_Prospect</PrimaryEntity> + <LocalizedNames> + <LocalizedName languagecode="1033" description="Prospect to Opportunity" /> + </LocalizedNames> + <labels> + <steplabels id="{eb423c02-4f3f-47a0-9590-1ee0070a6f97}"> + <label languagecode="1033" description="Qualify" /> + </steplabels> + <steplabels id="{599d710f-114d-4fae-92ef-0cd8d7576ce0}"> + <label languagecode="1033" description="Existing Contact?" /> + </steplabels> + <steplabels id="{f90b0a02-f4b2-4ea6-a4b0-eb6fc35f5912}"> + <label languagecode="1033" description="Existing Account?" /> + </steplabels> + <steplabels id="{2d7c451e-c825-4690-9e2e-a9f4bfd4919f}"> + <label languagecode="1033" description="Purchase Timeframe" /> + </steplabels> + <steplabels id="{687a4ad2-a214-46c1-ad32-d3e867786c94}"> + <label languagecode="1033" description="Estimated Budget" /> + </steplabels> + <steplabels id="{188a7d81-2caf-4126-a706-aea1863ebe00}"> + <label languagecode="1033" description="Purchase Process" /> + </steplabels> + <steplabels id="{2947c263-47bf-458e-aff4-444957e319b0}"> + <label languagecode="1033" description="Identify Decision Maker" /> + </steplabels> + <steplabels id="{49028f58-2643-4c6f-8f58-40559089e92b}"> + <label languagecode="1033" description="Capture Summary" /> + </steplabels> + <steplabels id="{6bd2ca1a-17bd-4e51-88ca-3572f39f22e3}"> + <label languagecode="1033" description="Develop" /> + </steplabels> + <steplabels id="{12e25d18-a209-48b0-83b2-5e9c837d75e2}"> + <label languagecode="1033" description="Customer Need" /> + </steplabels> + <steplabels id="{de93b36f-e4d9-474c-a0d9-dcac0452e2a7}"> + <label languagecode="1033" description="Proposed Solution" /> + </steplabels> + <steplabels id="{a81b0926-fa73-4f6a-806b-dda555fe44f2}"> + <label languagecode="1033" description="Propose" /> + </steplabels> + <steplabels id="{82b628bf-ffb4-4cb3-b1e7-f889751d384c}"> + <label languagecode="1033" description="Develop Proposal" /> + </steplabels> + <steplabels id="{83a576a8-af2b-4b4a-843c-19addc068f19}"> + <label languagecode="1033" description="Complete Internal Review" /> + </steplabels> + <steplabels id="{8c87c9d9-fdf9-4424-813c-04130cda12d6}"> + <label languagecode="1033" description="Present Proposal" /> + </steplabels> + <steplabels id="{d8095839-27e5-45ed-928b-698df22f3b3f}"> + <label languagecode="1033" description="Close" /> + </steplabels> + <steplabels id="{a0241ddb-64ef-45cd-bba5-bb6c13eff1d5}"> + <label languagecode="1033" description="Complete Final Proposal" /> + </steplabels> + <steplabels id="{fb734acf-9c97-40ac-90de-60f52c620deb}"> + <label languagecode="1033" description="Present Final Proposal" /> + </steplabels> + <steplabels id="{a61cd8b8-e18b-4a47-ae1c-f547fe5a95f5}"> + <label languagecode="1033" description="Confirm Decision Date" /> + </steplabels> + </labels> +</Workflow> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/SalesProcess-5E0EEDAE-796B-EE11-9AE7-6045BD127823.xaml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/SalesProcess-5E0EEDAE-796B-EE11-9AE7-6045BD127823.xaml new file mode 100644 index 00000000..2de683b2 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/SalesProcess-5E0EEDAE-796B-EE11-9AE7-6045BD127823.xaml @@ -0,0 +1,428 @@ +<Activity x:Class="XrmWorkflow5e0eedae796bee119ae76045bd127823" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mcwb="clr-namespace:Microsoft.Crm.Workflow.BusinessProcessFlowActivities;assembly=Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mcwo="clr-namespace:Microsoft.Crm.Workflow.ObjectModel;assembly=Microsoft.Crm, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxs="clr-namespace:Microsoft.Xrm.Sdk;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxswa="clr-namespace:Microsoft.Xrm.Sdk.Workflow.Activities;assembly=Microsoft.Xrm.Sdk.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:srs="clr-namespace:System.Runtime.Serialization;assembly=System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:this="clr-namespace:" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> + <x:Members> + <x:Property Name="InputEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + <x:Property Name="CreatedEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + </x:Members> + <this:XrmWorkflow5e0eedae796bee119ae76045bd127823.InputEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow5e0eedae796bee119ae76045bd127823.InputEntities> + <this:XrmWorkflow5e0eedae796bee119ae76045bd127823.CreatedEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow5e0eedae796bee119ae76045bd127823.CreatedEntities> + <mva:VisualBasic.Settings>Assembly references and imported namespaces for internal implementation</mva:VisualBasic.Settings> + <mxswa:Workflow> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.BusinessProcessFlowActivities.StageRelationshipCollectionComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="RelationshipCollectionStep1"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EntityComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EntityStep2: p365i_opportunity"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StageComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StageStep3: Qualify"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep4: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep5"> + <mcwb:Control ClassId="270bd3db-d9af-4782-9025-509e298dec0a" ControlDisplayName="Contact" ControlId="p365i_parentcontactid" DataFieldName="p365i_parentcontactid" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Identify contact" LabelId="065f376a-e14b-42aa-b4f6-c6ce19331d31" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">065f376a-e14b-42aa-b4f6-c6ce19331d31</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep6: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep7"> + <mcwb:Control ClassId="270bd3db-d9af-4782-9025-509e298dec0a" ControlDisplayName="Account" ControlId="p365i_parentaccountid" DataFieldName="p365i_parentaccountid" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Identify account" LabelId="80a4d863-d40f-421b-99ac-10f2c1f0c442" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">80a4d863-d40f-421b-99ac-10f2c1f0c442</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep8: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep9"> + <mcwb:Control ClassId="3ef39988-22bb-4f0b-bbbe-64b5a3748aee" ControlDisplayName="Purchase Timeframe" ControlId="p365i_purchasetimeframe" DataFieldName="p365i_purchasetimeframe" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Purchase Timeframe" LabelId="8b2015cd-f40f-4fe6-a24c-9e92c7a6176a" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">8b2015cd-f40f-4fe6-a24c-9e92c7a6176a</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep10: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep11"> + <mcwb:Control ClassId="533b9e00-756b-4312-95a0-dc888637ac78" ControlDisplayName="Budget amount" ControlId="p365i_budgetamount" DataFieldName="p365i_budgetamount" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Estimated Budget" LabelId="d89e519a-ce0a-4ece-b825-0d706726023f" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">d89e519a-ce0a-4ece-b825-0d706726023f</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep12: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep13"> + <mcwb:Control ClassId="3ef39988-22bb-4f0b-bbbe-64b5a3748aee" ControlDisplayName="Purchase Process" ControlId="p365i_purchaseprocess" DataFieldName="p365i_purchaseprocess" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Purchase Process" LabelId="f20385cb-4791-46b0-a3e4-ee411e95c862" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">f20385cb-4791-46b0-a3e4-ee411e95c862</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep14: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep15"> + <mcwb:Control ClassId="67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed" ControlDisplayName="Decision Maker" ControlId="p365i_decisionmaker" DataFieldName="p365i_decisionmaker" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Identify Decision Maker" LabelId="d1860c65-0c08-4255-96e3-6e4c1e50966f" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">d1860c65-0c08-4255-96e3-6e4c1e50966f</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep16: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep17"> + <mcwb:Control ClassId="4273edbd-ac1d-40d3-9fb2-095c621b552d" ControlDisplayName="Description" ControlId="p365i_description" DataFieldName="p365i_description" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Capture summary" LabelId="a16d4311-9d3b-49d0-ae1d-a5c71dced0ab" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">a16d4311-9d3b-49d0-ae1d-a5c71dced0ab</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Qualify" LabelId="f8b7958f-c670-4e34-9e75-ecd973ae9de8" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="StageId">f8b7958f-c670-4e34-9e75-ecd973ae9de8</x:String> + <x:String x:Key="StageCategory">0</x:String> + <x:String x:Key="NextStageId">2da31082-9d49-4938-86a4-8a05d7c34abb</x:String> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Null x:Key="RelationshipName" /> + <x:Null x:Key="AttributeName" /> + <x:Boolean x:Key="IsClosedLoop">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EntityComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EntityStep3: p365i_opportunity"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StageComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StageStep19: Develop"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep20: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep21"> + <mcwb:Control ClassId="4273edbd-ac1d-40d3-9fb2-095c621b552d" ControlDisplayName="Customer Need" ControlId="p365i_customerneed" DataFieldName="p365i_customerneed" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Customer Need" LabelId="878ba4ff-5337-4ae1-856e-f2b7ab197832" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">878ba4ff-5337-4ae1-856e-f2b7ab197832</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep22: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep23"> + <mcwb:Control ClassId="4273edbd-ac1d-40d3-9fb2-095c621b552d" ControlDisplayName="Proposed Solution" ControlId="p365i_proposedsolution" DataFieldName="p365i_proposedsolution" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Proposed Solution" LabelId="4694e820-9532-44ea-b996-1893e34a8d73" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">4694e820-9532-44ea-b996-1893e34a8d73</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Develop" LabelId="2da31082-9d49-4938-86a4-8a05d7c34abb" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="StageId">2da31082-9d49-4938-86a4-8a05d7c34abb</x:String> + <x:String x:Key="StageCategory">1</x:String> + <x:String x:Key="NextStageId">c8af6fa7-5741-4def-b1b3-64a458dcbeab</x:String> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Null x:Key="RelationshipName" /> + <x:Null x:Key="AttributeName" /> + <x:Boolean x:Key="IsClosedLoop">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EntityComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EntityStep4: p365i_opportunity"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StageComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StageStep25: Propose"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep26: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep27"> + <mcwb:Control ClassId="67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed" ControlDisplayName="Develop Proposal" ControlId="p365i_developproposal" DataFieldName="p365i_developproposal" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Develop Proposal" LabelId="2d85ec67-2f1f-4606-82c0-5159ffc285e7" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">2d85ec67-2f1f-4606-82c0-5159ffc285e7</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep28: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep29"> + <mcwb:Control ClassId="67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed" ControlDisplayName="Complete Internal Review" ControlId="p365i_completeinternalreview" DataFieldName="p365i_completeinternalreview" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Complete Internal Review" LabelId="750ff5ba-24e4-4ee8-890d-60428288fea4" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">750ff5ba-24e4-4ee8-890d-60428288fea4</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep30: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep31"> + <mcwb:Control ClassId="67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed" ControlDisplayName="Present Proposal" ControlId="p365i_presentproposal" DataFieldName="p365i_presentproposal" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Present Proposal" LabelId="3f76cd37-c7af-4cf9-979e-9768768b854f" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">3f76cd37-c7af-4cf9-979e-9768768b854f</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Propose" LabelId="c8af6fa7-5741-4def-b1b3-64a458dcbeab" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="StageId">c8af6fa7-5741-4def-b1b3-64a458dcbeab</x:String> + <x:String x:Key="StageCategory">2</x:String> + <x:String x:Key="NextStageId">1705058d-3cf8-4bec-83dc-f3fbdd7c3c3b</x:String> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Null x:Key="RelationshipName" /> + <x:Null x:Key="AttributeName" /> + <x:Boolean x:Key="IsClosedLoop">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EntityComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EntityStep5: p365i_opportunity"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StageComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StageStep33: Close"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep34: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep35"> + <mcwb:Control ClassId="67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed" ControlDisplayName="Complete Final Proposal" ControlId="p365i_completefinalproposal" DataFieldName="p365i_completefinalproposal" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Complete Final Proposal" LabelId="18153553-d7a2-4102-86a7-985703b3c2e8" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">18153553-d7a2-4102-86a7-985703b3c2e8</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep36: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep37"> + <mcwb:Control ClassId="67fac785-cd58-4f9f-abb3-4b7ddc6ed5ed" ControlDisplayName="Present Final Proposal" ControlId="p365i_presentfinalproposal" DataFieldName="p365i_presentfinalproposal" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Present Final Proposal" LabelId="8ff00aa7-3072-407a-8eba-b3f4ee244548" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">8ff00aa7-3072-407a-8eba-b3f4ee244548</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.StepComposite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="StepStep38: New Step"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="ControlStep39"> + <mcwb:Control ClassId="5b773807-9fb2-42db-97c3-7a91eff8adff" ControlDisplayName="Final Decision Date" ControlId="p365i_finaldecisiondate" DataFieldName="p365i_finaldecisiondate" IsSystemControl="False" IsUnbound="False" SystemStepType="0"> + <mcwb:Control.Parameters> + <InArgument x:TypeArguments="x:String"> + <Literal x:TypeArguments="x:String" Value="" /> + </InArgument> + </mcwb:Control.Parameters> + </mcwb:Control> + </Sequence> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Confirm Decision Date" LabelId="45ba6e1f-bbdd-4550-80ba-a7e29aafaa79" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="ProcessStepId">45ba6e1f-bbdd-4550-80ba-a7e29aafaa79</x:String> + <x:Boolean x:Key="IsProcessRequired">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <sco:Collection x:TypeArguments="mcwo:StepLabel" x:Key="StepLabels"> + <mcwo:StepLabel Description="Close" LabelId="1705058d-3cf8-4bec-83dc-f3fbdd7c3c3b" LanguageCode="1033" /> + </sco:Collection> + <x:String x:Key="StageId">1705058d-3cf8-4bec-83dc-f3fbdd7c3c3b</x:String> + <x:String x:Key="StageCategory">3</x:String> + <x:Null x:Key="NextStageId" /> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Null x:Key="RelationshipName" /> + <x:Null x:Key="AttributeName" /> + <x:Boolean x:Key="IsClosedLoop">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </mxswa:Workflow> +</Activity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/SalesProcess-5E0EEDAE-796B-EE11-9AE7-6045BD127823.xaml.data.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/SalesProcess-5E0EEDAE-796B-EE11-9AE7-6045BD127823.xaml.data.xml new file mode 100644 index 00000000..134bf147 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/SalesProcess-5E0EEDAE-796B-EE11-9AE7-6045BD127823.xaml.data.xml @@ -0,0 +1,88 @@ +<?xml version="1.0" encoding="utf-8"?> +<Workflow WorkflowId="{5e0eedae-796b-ee11-9ae7-6045bd127823}" Name="Sales Process" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <XamlFileName>/Workflows/SalesProcess-5E0EEDAE-796B-EE11-9AE7-6045BD127823.xaml</XamlFileName> + <Type>1</Type> + <Subprocess>0</Subprocess> + <Category>4</Category> + <Mode>0</Mode> + <Scope>4</Scope> + <OnDemand>0</OnDemand> + <TriggerOnCreate>1</TriggerOnCreate> + <TriggerOnDelete>0</TriggerOnDelete> + <AsyncAutodelete>0</AsyncAutodelete> + <SyncWorkflowLogOnFailure>0</SyncWorkflowLogOnFailure> + <StateCode>1</StateCode> + <StatusCode>2</StatusCode> + <processorder>100</processorder> + <RunAs>1</RunAs> + <UniqueName>p365i_salesprocess</UniqueName> + <IsTransacted>1</IsTransacted> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <BusinessProcessType>0</BusinessProcessType> + <IsCustomProcessingStepAllowedForOtherPublishers>1</IsCustomProcessingStepAllowedForOtherPublishers> + <ProcessTriggerScope>1</ProcessTriggerScope> + <PrimaryEntity>p365i_Opportunity</PrimaryEntity> + <LocalizedNames> + <LocalizedName languagecode="1033" description="Sales Process" /> + </LocalizedNames> + <labels> + <steplabels id="{f8b7958f-c670-4e34-9e75-ecd973ae9de8}"> + <label languagecode="1033" description="Qualify" /> + </steplabels> + <steplabels id="{065f376a-e14b-42aa-b4f6-c6ce19331d31}"> + <label languagecode="1033" description="Identify contact" /> + </steplabels> + <steplabels id="{80a4d863-d40f-421b-99ac-10f2c1f0c442}"> + <label languagecode="1033" description="Identify account" /> + </steplabels> + <steplabels id="{8b2015cd-f40f-4fe6-a24c-9e92c7a6176a}"> + <label languagecode="1033" description="Purchase Timeframe" /> + </steplabels> + <steplabels id="{d89e519a-ce0a-4ece-b825-0d706726023f}"> + <label languagecode="1033" description="Estimated Budget" /> + </steplabels> + <steplabels id="{f20385cb-4791-46b0-a3e4-ee411e95c862}"> + <label languagecode="1033" description="Purchase Process" /> + </steplabels> + <steplabels id="{d1860c65-0c08-4255-96e3-6e4c1e50966f}"> + <label languagecode="1033" description="Identify Decision Maker" /> + </steplabels> + <steplabels id="{a16d4311-9d3b-49d0-ae1d-a5c71dced0ab}"> + <label languagecode="1033" description="Capture summary" /> + </steplabels> + <steplabels id="{2da31082-9d49-4938-86a4-8a05d7c34abb}"> + <label languagecode="1033" description="Develop" /> + </steplabels> + <steplabels id="{878ba4ff-5337-4ae1-856e-f2b7ab197832}"> + <label languagecode="1033" description="Customer Need" /> + </steplabels> + <steplabels id="{4694e820-9532-44ea-b996-1893e34a8d73}"> + <label languagecode="1033" description="Proposed Solution" /> + </steplabels> + <steplabels id="{c8af6fa7-5741-4def-b1b3-64a458dcbeab}"> + <label languagecode="1033" description="Propose" /> + </steplabels> + <steplabels id="{2d85ec67-2f1f-4606-82c0-5159ffc285e7}"> + <label languagecode="1033" description="Develop Proposal" /> + </steplabels> + <steplabels id="{750ff5ba-24e4-4ee8-890d-60428288fea4}"> + <label languagecode="1033" description="Complete Internal Review" /> + </steplabels> + <steplabels id="{3f76cd37-c7af-4cf9-979e-9768768b854f}"> + <label languagecode="1033" description="Present Proposal" /> + </steplabels> + <steplabels id="{1705058d-3cf8-4bec-83dc-f3fbdd7c3c3b}"> + <label languagecode="1033" description="Close" /> + </steplabels> + <steplabels id="{18153553-d7a2-4102-86a7-985703b3c2e8}"> + <label languagecode="1033" description="Complete Final Proposal" /> + </steplabels> + <steplabels id="{8ff00aa7-3072-407a-8eba-b3f4ee244548}"> + <label languagecode="1033" description="Present Final Proposal" /> + </steplabels> + <steplabels id="{45ba6e1f-bbdd-4550-80ba-a7e29aafaa79}"> + <label languagecode="1033" description="Confirm Decision Date" /> + </steplabels> + </labels> +</Workflow> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/SystemCalc-8DA37770-727C-EE11-8179-00224840D636.xaml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/SystemCalc-8DA37770-727C-EE11-8179-00224840D636.xaml new file mode 100644 index 00000000..320632c5 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/SystemCalc-8DA37770-727C-EE11-8179-00224840D636.xaml @@ -0,0 +1,113 @@ +<Activity x:Class="XrmWorkflow00000000000000000000000000000000" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mcwc="clr-namespace:Microsoft.Crm.Workflow.ClientActivities;assembly=Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxs="clr-namespace:Microsoft.Xrm.Sdk;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxsq="clr-namespace:Microsoft.Xrm.Sdk.Query;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxswa="clr-namespace:Microsoft.Xrm.Sdk.Workflow.Activities;assembly=Microsoft.Xrm.Sdk.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:s="clr-namespace:System;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:srs="clr-namespace:System.Runtime.Serialization;assembly=System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:this="clr-namespace:" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> + <x:Members> + <x:Property Name="InputEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + <x:Property Name="CreatedEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + </x:Members> + <this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <mva:VisualBasic.Settings>Assembly references and imported namespaces for internal implementation</mva:VisualBasic.Settings> + <mxswa:Workflow> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionSequence, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionStep1"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Wait">False</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables"> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep2_condition" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_2" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="True" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep3_1" /> + </sco:Collection> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:GetEntityProperty Attribute="p365i_revenue" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" Value="[ConditionBranchStep2_1]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.OptionSetValue, "446310001", "Picklist" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:OptionSetValue" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[ConditionBranchStep2_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Equal</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { ConditionBranchStep2_2 }]</InArgument> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep2_1]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep2_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep2_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetVisibilityStep1: Est. Rev Not visible"> + <mcwc:SetVisibility ControlId="p365i_estrevenue" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" IsVisible="False" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep_SetVisibilityStep1_3: Est. Revenue Calc Visible"> + <mcwc:SetVisibility ControlId="p365i_estrevenuecalculated" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" IsVisible="True" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:String x:Key="Description">System Calc</x:String> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Boolean, "true" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Boolean" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[ConditionBranchStep3_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep3"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[True]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep3"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetVisibilityStep2: Est. Rev Not visible"> + <mcwc:SetVisibility ControlId="p365i_estrevenue" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" IsVisible="True" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep_SetVisibilityStep2_4: Est. Revenue Calc not visible"> + <mcwc:SetVisibility ControlId="p365i_estrevenuecalculated" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunity" IsVisible="False" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:String x:Key="Description"></x:String> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Boolean x:Key="ContainsElseBranch">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </mxswa:Workflow> +</Activity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/SystemCalc-8DA37770-727C-EE11-8179-00224840D636.xaml.data.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/SystemCalc-8DA37770-727C-EE11-8179-00224840D636.xaml.data.xml new file mode 100644 index 00000000..a8bc406f --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/SystemCalc-8DA37770-727C-EE11-8179-00224840D636.xaml.data.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<Workflow WorkflowId="{8da37770-727c-ee11-8179-00224840d636}" Name="System Calc." Description="Click to add description" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <XamlFileName>/Workflows/SystemCalc-8DA37770-727C-EE11-8179-00224840D636.xaml</XamlFileName> + <Type>1</Type> + <Subprocess>0</Subprocess> + <Category>2</Category> + <Mode>1</Mode> + <Scope>4</Scope> + <OnDemand>0</OnDemand> + <TriggerOnCreate>0</TriggerOnCreate> + <TriggerOnDelete>0</TriggerOnDelete> + <AsyncAutodelete>0</AsyncAutodelete> + <SyncWorkflowLogOnFailure>0</SyncWorkflowLogOnFailure> + <StateCode>1</StateCode> + <StatusCode>2</StatusCode> + <RunAs>1</RunAs> + <IsTransacted>1</IsTransacted> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <BusinessProcessType>0</BusinessProcessType> + <IsCustomProcessingStepAllowedForOtherPublishers>1</IsCustomProcessingStepAllowedForOtherPublishers> + <ProcessTriggerScope>2</ProcessTriggerScope> + <PrimaryEntity>p365i_Opportunity</PrimaryEntity> + <LocalizedNames> + <LocalizedName languagecode="1033" description="System Calc." /> + </LocalizedNames> + <Descriptions> + <Description languagecode="1033" description="Click to add description" /> + </Descriptions> +</Workflow> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/Typeofproduct-333312D9-F77B-EE11-8179-00224840D636.xaml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/Typeofproduct-333312D9-F77B-EE11-8179-00224840D636.xaml new file mode 100644 index 00000000..c55db708 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/Typeofproduct-333312D9-F77B-EE11-8179-00224840D636.xaml @@ -0,0 +1,325 @@ +<Activity x:Class="XrmWorkflow00000000000000000000000000000000" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mcwc="clr-namespace:Microsoft.Crm.Workflow.ClientActivities;assembly=Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxs="clr-namespace:Microsoft.Xrm.Sdk;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxsq="clr-namespace:Microsoft.Xrm.Sdk.Query;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxswa="clr-namespace:Microsoft.Xrm.Sdk.Workflow.Activities;assembly=Microsoft.Xrm.Sdk.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:s="clr-namespace:System;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:srs="clr-namespace:System.Runtime.Serialization;assembly=System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:this="clr-namespace:" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> + <x:Members> + <x:Property Name="InputEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + <x:Property Name="CreatedEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + </x:Members> + <this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <mva:VisualBasic.Settings>Assembly references and imported namespaces for internal implementation</mva:VisualBasic.Settings> + <mxswa:Workflow> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionSequence, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionStep1"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Wait">False</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables"> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep2_condition" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_2" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="True" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep3_1" /> + </sco:Collection> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:GetEntityProperty Attribute="p365i_selectproduct" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" Value="[ConditionBranchStep2_1]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Boolean, "1" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Boolean" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[ConditionBranchStep2_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Equal</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { ConditionBranchStep2_2 }]</InArgument> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep2_1]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep2_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep2_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetFieldRequiredLevelStep1: Sales unit required"> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mcwc:SetFieldRequiredLevel ControlId="p365i_salesunit" ControlType="standard" DisplayName="SetFieldRequiredLevelStep1" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" RequiredLevel="Required" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep3: Show Sales Unit"> + <mcwc:SetVisibility ControlId="p365i_salesunit" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" IsVisible="True" /> + </Sequence> + <Sequence DisplayName="SetDefaultValueStep6: Set Tax 0"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetDefaultValueStep6_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Money, "0" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetDefaultValueStep6_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_tax" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" Value="[SetDefaultValueStep6_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetDefaultValue DisplayName="SetDefaultValueStep6" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + <Sequence DisplayName="SetDefaultValueStep8: Set Discount 0"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetDefaultValueStep8_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Money, "0" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetDefaultValueStep8_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_manualdiscount" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" Value="[SetDefaultValueStep8_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetDefaultValue DisplayName="SetDefaultValueStep8" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep10: Hide Calculated Cost"> + <mcwc:SetVisibility ControlId="p365i_unitcostline" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" IsVisible="False" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep12: Show Manual Cost"> + <mcwc:SetVisibility ControlId="p365i_unitcost" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" IsVisible="True" /> + </Sequence> + <Sequence DisplayName="SetFieldRequiredLevelStep15: Write-in required"> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mcwc:SetFieldRequiredLevel ControlId="p365i_writeinproduct" ControlType="standard" DisplayName="SetFieldRequiredLevelStep15" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" RequiredLevel="Required" /> + </Sequence> + <Sequence DisplayName="SetFieldRequiredLevelStep17: Existing product not required"> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mcwc:SetFieldRequiredLevel ControlId="p365i_existingproduct" ControlType="standard" DisplayName="SetFieldRequiredLevelStep17" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" RequiredLevel="None" /> + </Sequence> + <Sequence DisplayName="SetAttributeValueStep19: Clear Existing Product"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep19_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:SetEntityProperty Attribute="p365i_existingproduct" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" Value="[SetAttributeValueStep19_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:EntityReference" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep19" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep21: Show Write-in"> + <mcwc:SetVisibility ControlId="p365i_writeinproduct" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" IsVisible="True" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep23: Hide existing prod"> + <mcwc:SetVisibility ControlId="p365i_existingproduct" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" IsVisible="False" /> + </Sequence> + <Sequence DisplayName="SetDisplayModeStep25: Lock price list cost"> + <mcwc:SetDisplayMode ControlId="p365i_usepricelistcost" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" IsReadOnly="True" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep26: Hide Price List Cost"> + <mcwc:SetVisibility ControlId="p365i_usepricelistcost" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" IsVisible="False" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:String x:Key="Description">If Write-In</x:String> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Boolean, "true" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Boolean" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[ConditionBranchStep3_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep3"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[True]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep3"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetFieldRequiredLevelStep2: Sales unit not required"> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mcwc:SetFieldRequiredLevel ControlId="p365i_salesunit" ControlType="standard" DisplayName="SetFieldRequiredLevelStep2" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" RequiredLevel="None" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep4: Hide Sales Unit"> + <mcwc:SetVisibility ControlId="p365i_salesunit" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" IsVisible="False" /> + </Sequence> + <Sequence DisplayName="SetAttributeValueStep5: Clear Sales Unit"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep5_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:SetEntityProperty Attribute="p365i_salesunit" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" Value="[SetAttributeValueStep5_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:EntityReference" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep5" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + <Sequence DisplayName="SetDefaultValueStep7: Set Tax 0"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetDefaultValueStep7_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Money, "0" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetDefaultValueStep7_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_tax" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" Value="[SetDefaultValueStep7_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetDefaultValue DisplayName="SetDefaultValueStep7" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + <Sequence DisplayName="SetDefaultValueStep9: Set Discount 0"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetDefaultValueStep9_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Money, "0" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetDefaultValueStep9_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_manualdiscount" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" Value="[SetDefaultValueStep9_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetDefaultValue DisplayName="SetDefaultValueStep9" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep11: Show Calculated Cost"> + <mcwc:SetVisibility ControlId="p365i_unitcostline" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" IsVisible="True" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep13: Hide Manual Cost"> + <mcwc:SetVisibility ControlId="p365i_unitcost" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" IsVisible="False" /> + </Sequence> + <Sequence DisplayName="SetFieldRequiredLevelStep16: Write-in required"> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mcwc:SetFieldRequiredLevel ControlId="p365i_writeinproduct" ControlType="standard" DisplayName="SetFieldRequiredLevelStep16" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" RequiredLevel="None" /> + </Sequence> + <Sequence DisplayName="SetFieldRequiredLevelStep18: Existing product required"> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mcwc:SetFieldRequiredLevel ControlId="p365i_existingproduct" ControlType="standard" DisplayName="SetFieldRequiredLevelStep18" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" RequiredLevel="Required" /> + </Sequence> + <Sequence DisplayName="SetAttributeValueStep20: Clear write-in"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep20_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_quoteproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:SetEntityProperty Attribute="p365i_writeinproduct" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" Value="[SetAttributeValueStep20_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:String" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep20" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_quoteproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep22: HideWrite-in"> + <mcwc:SetVisibility ControlId="p365i_writeinproduct" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" IsVisible="False" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep24: Show existing prod"> + <mcwc:SetVisibility ControlId="p365i_existingproduct" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" IsVisible="True" /> + </Sequence> + <Sequence DisplayName="SetDisplayModeStep27: UnLock price list cost"> + <mcwc:SetDisplayMode ControlId="p365i_usepricelistcost" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" IsReadOnly="False" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep28: Show Price List Cost"> + <mcwc:SetVisibility ControlId="p365i_usepricelistcost" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_quoteproduct" IsVisible="True" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:String x:Key="Description"></x:String> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Boolean x:Key="ContainsElseBranch">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </mxswa:Workflow> +</Activity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/Typeofproduct-333312D9-F77B-EE11-8179-00224840D636.xaml.data.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/Typeofproduct-333312D9-F77B-EE11-8179-00224840D636.xaml.data.xml new file mode 100644 index 00000000..88a22f65 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/Typeofproduct-333312D9-F77B-EE11-8179-00224840D636.xaml.data.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<Workflow WorkflowId="{333312d9-f77b-ee11-8179-00224840d636}" Name="Type of product" Description="Click to add description" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <XamlFileName>/Workflows/Typeofproduct-333312D9-F77B-EE11-8179-00224840D636.xaml</XamlFileName> + <Type>1</Type> + <Subprocess>0</Subprocess> + <Category>2</Category> + <Mode>1</Mode> + <Scope>4</Scope> + <OnDemand>0</OnDemand> + <TriggerOnCreate>0</TriggerOnCreate> + <TriggerOnDelete>0</TriggerOnDelete> + <AsyncAutodelete>0</AsyncAutodelete> + <SyncWorkflowLogOnFailure>0</SyncWorkflowLogOnFailure> + <StateCode>1</StateCode> + <StatusCode>2</StatusCode> + <RunAs>1</RunAs> + <IsTransacted>1</IsTransacted> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <BusinessProcessType>0</BusinessProcessType> + <IsCustomProcessingStepAllowedForOtherPublishers>1</IsCustomProcessingStepAllowedForOtherPublishers> + <ProcessTriggerScope>2</ProcessTriggerScope> + <PrimaryEntity>p365i_QuoteProduct</PrimaryEntity> + <LocalizedNames> + <LocalizedName languagecode="1033" description="Type of product" /> + </LocalizedNames> + <Descriptions> + <Description languagecode="1033" description="Click to add description" /> + </Descriptions> +</Workflow> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/Typeofproduct-832B81D0-0D7B-EE11-8179-00224840D636.xaml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/Typeofproduct-832B81D0-0D7B-EE11-8179-00224840D636.xaml new file mode 100644 index 00000000..e70f8b96 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/Typeofproduct-832B81D0-0D7B-EE11-8179-00224840D636.xaml @@ -0,0 +1,341 @@ +<Activity x:Class="XrmWorkflow00000000000000000000000000000000" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mcwc="clr-namespace:Microsoft.Crm.Workflow.ClientActivities;assembly=Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxs="clr-namespace:Microsoft.Xrm.Sdk;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxsq="clr-namespace:Microsoft.Xrm.Sdk.Query;assembly=Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:mxswa="clr-namespace:Microsoft.Xrm.Sdk.Workflow.Activities;assembly=Microsoft.Xrm.Sdk.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" xmlns:s="clr-namespace:System;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:srs="clr-namespace:System.Runtime.Serialization;assembly=System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" xmlns:this="clr-namespace:" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> + <x:Members> + <x:Property Name="InputEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + <x:Property Name="CreatedEntities" Type="InArgument(scg:IDictionary(x:String, mxs:Entity))" /> + </x:Members> + <this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.InputEntities> + <this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <InArgument x:TypeArguments="scg:IDictionary(x:String, mxs:Entity)" /> + </this:XrmWorkflow00000000000000000000000000000000.CreatedEntities> + <mva:VisualBasic.Settings>Assembly references and imported namespaces for internal implementation</mva:VisualBasic.Settings> + <mxswa:Workflow> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionSequence, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionStep1"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Wait">False</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables"> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="ConditionBranchStep2_condition" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_1" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep2_2" /> + <Variable x:TypeArguments="x:Boolean" Default="False" Name="True" /> + <Variable x:TypeArguments="x:Object" Name="ConditionBranchStep3_1" /> + </sco:Collection> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <mxswa:GetEntityProperty Attribute="p365i_selectproduct" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" Value="[ConditionBranchStep2_1]"> + <mxswa:GetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type"> + <x:Null /> + </mxswa:ReferenceLiteral> + </InArgument> + </mxswa:GetEntityProperty.TargetType> + </mxswa:GetEntityProperty> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Boolean, "1" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Boolean" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[ConditionBranchStep2_2]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateCondition, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateCondition"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="mxsq:ConditionOperator" x:Key="ConditionOperator">Equal</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { ConditionBranchStep2_2 }]</InArgument> + <InArgument x:TypeArguments="x:Object" x:Key="Operand">[ConditionBranchStep2_1]</InArgument> + <OutArgument x:TypeArguments="x:Boolean" x:Key="Result">[ConditionBranchStep2_condition]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[ConditionBranchStep2_condition]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep2"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetFieldRequiredLevelStep26: Sales Unit Required"> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunityproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mcwc:SetFieldRequiredLevel ControlId="p365i_salesunit" ControlType="standard" DisplayName="SetFieldRequiredLevelStep26" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" RequiredLevel="Required" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep24: Show sales unit"> + <mcwc:SetVisibility ControlId="p365i_salesunit" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" IsVisible="True" /> + </Sequence> + <Sequence DisplayName="SetDefaultValueStep21: Set Tax 0"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetDefaultValueStep21_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunityproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Money, "0" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetDefaultValueStep21_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_tax" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" Value="[SetDefaultValueStep21_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetDefaultValue DisplayName="SetDefaultValueStep21" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + <Sequence DisplayName="SetDefaultValueStep23: Set discount 0"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetDefaultValueStep23_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunityproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Money, "0" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetDefaultValueStep23_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_manualdiscount" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" Value="[SetDefaultValueStep23_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetDefaultValue DisplayName="SetDefaultValueStep23" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep15: Hide calculated unit cost"> + <mcwc:SetVisibility ControlId="p365i_unitcostline" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" IsVisible="False" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep18: Show manual unit cost"> + <mcwc:SetVisibility ControlId="p365i_unitcost" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" IsVisible="True" /> + </Sequence> + <Sequence DisplayName="SetFieldRequiredLevelStep1: Write-in Required"> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunityproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mcwc:SetFieldRequiredLevel ControlId="p365i_writeinproduct" ControlType="standard" DisplayName="SetFieldRequiredLevelStep1" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" RequiredLevel="Required" /> + </Sequence> + <Sequence DisplayName="SetFieldRequiredLevelStep2: Existing Not Required"> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunityproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mcwc:SetFieldRequiredLevel ControlId="p365i_existingproduct" ControlType="standard" DisplayName="SetFieldRequiredLevelStep2" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" RequiredLevel="None" /> + </Sequence> + <Sequence DisplayName="SetDisplayModeStep3: Existing Lock"> + <mcwc:SetDisplayMode ControlId="p365i_existingproduct" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" IsReadOnly="True" /> + </Sequence> + <Sequence DisplayName="SetDisplayModeStep4: Write-in Unlock"> + <mcwc:SetDisplayMode ControlId="p365i_writeinproduct" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" IsReadOnly="False" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep5: Existing Unvisible"> + <mcwc:SetVisibility ControlId="p365i_existingproduct" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" IsVisible="False" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep6: Write-in Visible"> + <mcwc:SetVisibility ControlId="p365i_writeinproduct" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" IsVisible="True" /> + </Sequence> + <Sequence DisplayName="SetAttributeValueStep7: Existing Clear"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep7_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunityproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:SetEntityProperty Attribute="p365i_existingproduct" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep7_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:EntityReference" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep7" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:String x:Key="Description">If Write-in</x:String> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Boolean, "true" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:Boolean" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[ConditionBranchStep3_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.ConditionBranch, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep3"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:Boolean" x:Key="Condition">[True]</InArgument> + </mxswa:ActivityReference.Arguments> + <mxswa:ActivityReference.Properties> + <mxswa:ActivityReference x:Key="Then" AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.Composite, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="ConditionBranchStep3"> + <mxswa:ActivityReference.Properties> + <sco:Collection x:TypeArguments="Variable" x:Key="Variables" /> + <sco:Collection x:TypeArguments="Activity" x:Key="Activities"> + <Sequence DisplayName="SetAttributeValueStep28: Clear Sales Unit"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep28_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunityproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:SetEntityProperty Attribute="p365i_salesunit" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep28_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:EntityReference" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep28" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + <Sequence DisplayName="SetFieldRequiredLevelStep27: Sales Unit Not Required"> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunityproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mcwc:SetFieldRequiredLevel ControlId="p365i_salesunit" ControlType="standard" DisplayName="SetFieldRequiredLevelStep27" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" RequiredLevel="None" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep25: Hide sales unit"> + <mcwc:SetVisibility ControlId="p365i_salesunit" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" IsVisible="False" /> + </Sequence> + <Sequence DisplayName="SetDefaultValueStep22: Set Tax 0"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetDefaultValueStep22_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunityproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Money, "0" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetDefaultValueStep22_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_tax" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" Value="[SetDefaultValueStep22_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetDefaultValue DisplayName="SetDefaultValueStep22" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + <Sequence DisplayName="SetDefaultValueStep24: Set discount 0"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetDefaultValueStep24_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunityproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:ActivityReference AssemblyQualifiedName="Microsoft.Crm.Workflow.Activities.EvaluateExpression, Microsoft.Crm.Workflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" DisplayName="EvaluateExpression"> + <mxswa:ActivityReference.Arguments> + <InArgument x:TypeArguments="x:String" x:Key="ExpressionOperator">CreateCrmType</InArgument> + <InArgument x:TypeArguments="s:Object[]" x:Key="Parameters">[New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Money, "0" }]</InArgument> + <InArgument x:TypeArguments="s:Type" x:Key="TargetType"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + <OutArgument x:TypeArguments="x:Object" x:Key="Result">[SetDefaultValueStep24_1]</OutArgument> + </mxswa:ActivityReference.Arguments> + </mxswa:ActivityReference> + <mxswa:SetEntityProperty Attribute="p365i_manualdiscount" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" Value="[SetDefaultValueStep24_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetDefaultValue DisplayName="SetDefaultValueStep24" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep16: Show calculated unit cost"> + <mcwc:SetVisibility ControlId="p365i_unitcostline" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" IsVisible="True" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep17: Hide manual unit cost"> + <mcwc:SetVisibility ControlId="p365i_unitcost" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" IsVisible="False" /> + </Sequence> + <Sequence DisplayName="SetAttributeValueStep20: Clear unit cost"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep20_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunityproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:SetEntityProperty Attribute="p365i_unitcost" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep20_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="mxs:Money" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep20" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + <Sequence DisplayName="SetFieldRequiredLevelStep8: Write-in Not Required"> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunityproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mcwc:SetFieldRequiredLevel ControlId="p365i_writeinproduct" ControlType="standard" DisplayName="SetFieldRequiredLevelStep8" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" RequiredLevel="None" /> + </Sequence> + <Sequence DisplayName="SetFieldRequiredLevelStep9: Existing Required"> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunityproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mcwc:SetFieldRequiredLevel ControlId="p365i_existingproduct" ControlType="standard" DisplayName="SetFieldRequiredLevelStep9" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" RequiredLevel="Required" /> + </Sequence> + <Sequence DisplayName="SetDisplayModeStep10: Existing UnLock"> + <mcwc:SetDisplayMode ControlId="p365i_existingproduct" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" IsReadOnly="False" /> + </Sequence> + <Sequence DisplayName="SetDisplayModeStep11: Write-in Lock"> + <mcwc:SetDisplayMode ControlId="p365i_writeinproduct" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" IsReadOnly="True" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep12: Existing Visible"> + <mcwc:SetVisibility ControlId="p365i_existingproduct" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" IsVisible="True" /> + </Sequence> + <Sequence DisplayName="SetVisibilityStep13: Write-in Unvisible"> + <mcwc:SetVisibility ControlId="p365i_writeinproduct" ControlType="standard" Entity="[InputEntities("primaryEntity")]" EntityName="p365i_opportunityproduct" IsVisible="False" /> + </Sequence> + <Sequence DisplayName="SetAttributeValueStep14: Write-in Clear"> + <Sequence.Variables> + <Variable x:TypeArguments="x:Object" Name="SetAttributeValueStep14_1" /> + </Sequence.Variables> + <Assign x:TypeArguments="mxs:Entity" To="[CreatedEntities("primaryEntity#Temp")]" Value="[New Entity("p365i_opportunityproduct")]" /> + <Assign x:TypeArguments="s:Guid" To="[CreatedEntities("primaryEntity#Temp").Id]" Value="[InputEntities("primaryEntity").Id]" /> + <mxswa:SetEntityProperty Attribute="p365i_writeinproduct" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" Value="[SetAttributeValueStep14_1]"> + <mxswa:SetEntityProperty.TargetType> + <InArgument x:TypeArguments="s:Type"> + <mxswa:ReferenceLiteral x:TypeArguments="s:Type" Value="x:String" /> + </InArgument> + </mxswa:SetEntityProperty.TargetType> + </mxswa:SetEntityProperty> + <mcwc:SetAttributeValue DisplayName="SetAttributeValueStep14" Entity="[CreatedEntities("primaryEntity#Temp")]" EntityName="p365i_opportunityproduct" /> + <Assign x:TypeArguments="mxs:Entity" To="[InputEntities("primaryEntity")]" Value="[CreatedEntities("primaryEntity#Temp")]" /> + </Sequence> + </sco:Collection> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + <x:Null x:Key="Else" /> + <x:String x:Key="Description"></x:String> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </sco:Collection> + <x:Boolean x:Key="ContainsElseBranch">False</x:Boolean> + </mxswa:ActivityReference.Properties> + </mxswa:ActivityReference> + </mxswa:Workflow> +</Activity> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/Typeofproduct-832B81D0-0D7B-EE11-8179-00224840D636.xaml.data.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/Typeofproduct-832B81D0-0D7B-EE11-8179-00224840D636.xaml.data.xml new file mode 100644 index 00000000..e7fad18d --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/Workflows/Typeofproduct-832B81D0-0D7B-EE11-8179-00224840D636.xaml.data.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<Workflow WorkflowId="{832b81d0-0d7b-ee11-8179-00224840d636}" Name="Type of product" Description="Click to add description" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <XamlFileName>/Workflows/Typeofproduct-832B81D0-0D7B-EE11-8179-00224840D636.xaml</XamlFileName> + <Type>1</Type> + <Subprocess>0</Subprocess> + <Category>2</Category> + <Mode>1</Mode> + <Scope>4</Scope> + <OnDemand>0</OnDemand> + <TriggerOnCreate>0</TriggerOnCreate> + <TriggerOnDelete>0</TriggerOnDelete> + <AsyncAutodelete>0</AsyncAutodelete> + <SyncWorkflowLogOnFailure>0</SyncWorkflowLogOnFailure> + <StateCode>1</StateCode> + <StatusCode>2</StatusCode> + <RunAs>1</RunAs> + <IsTransacted>1</IsTransacted> + <IntroducedVersion>1.0.0.0</IntroducedVersion> + <IsCustomizable>1</IsCustomizable> + <BusinessProcessType>0</BusinessProcessType> + <IsCustomProcessingStepAllowedForOtherPublishers>1</IsCustomProcessingStepAllowedForOtherPublishers> + <ProcessTriggerScope>1</ProcessTriggerScope> + <PrimaryEntity>p365i_OpportunityProduct</PrimaryEntity> + <LocalizedNames> + <LocalizedName languagecode="1033" description="Type of product" /> + </LocalizedNames> + <Descriptions> + <Description languagecode="1033" description="Click to add description" /> + </Descriptions> +</Workflow> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/appactions/p365i__AddQuote!3faee7a937754537b14ae7845945e029!p365i_SalesCenter!p365i_opportunity!0/appaction.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/appactions/p365i__AddQuote!3faee7a937754537b14ae7845945e029!p365i_SalesCenter!p365i_opportunity!0/appaction.xml new file mode 100644 index 00000000..2bc8e4e4 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/appactions/p365i__AddQuote!3faee7a937754537b14ae7845945e029!p365i_SalesCenter!p365i_opportunity!0/appaction.xml @@ -0,0 +1,37 @@ +<appaction uniquename="p365i__AddQuote!3faee7a937754537b14ae7845945e029!p365i_SalesCenter!p365i_opportunity!0"> + <appmoduleid> + <uniquename>p365i_SalesCenter</uniquename> + </appmoduleid> + <buttonlabeltext default="Add Quote"> + <label description="Add Quote" languagecode="1033" /> + </buttonlabeltext> + <context>1</context> + <contextentity> + <logicalname>p365i_opportunity</logicalname> + </contextentity> + <contextvalue>p365i_opportunity</contextvalue> + <fonticon>CardsQuote</fonticon> + <hidden>0</hidden> + <iscustomizable>1</iscustomizable> + <isdisabled>0</isdisabled> + <isgrouptitlehidden>0</isgrouptitlehidden> + <location>0</location> + <name>AddQuote!3faee7a937754537b14ae7845945e029</name> + <onclickeventjavascriptfunctionname>P365I_CRM.Ribbon.Quote.CreateQuoteFromOpp</onclickeventjavascriptfunctionname> + <onclickeventjavascriptparameters>[{"type":5}]</onclickeventjavascriptparameters> + <onclickeventjavascriptwebresourceid> + <webresourceid>18f5c7ba-cf7b-ee11-8179-00224841f5ce</webresourceid> + </onclickeventjavascriptwebresourceid> + <onclickeventtype>2</onclickeventtype> + <origin>0</origin> + <sequence>100100048.5000000000</sequence> + <statecode>0</statecode> + <statuscode>1</statuscode> + <type>0</type> + <visibilityformulacomponentlibraryid> + <name>p365i_salescenterdefaultcommandlibrary_48e14</name> + </visibilityformulacomponentlibraryid> + <visibilityformulacomponentname>dde0f4c3d15d40ee92628d100bcef352</visibilityformulacomponentname> + <visibilityformulafunctionname>Visible</visibilityformulafunctionname> + <visibilitytype>1</visibilitytype> +</appaction> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/appactions/p365i__DisqualifyProspec!ac1db836bb10401494303a0d1dbd8400!p365i_SalesCenter!p365i_prospect!0/appaction.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/appactions/p365i__DisqualifyProspec!ac1db836bb10401494303a0d1dbd8400!p365i_SalesCenter!p365i_prospect!0/appaction.xml new file mode 100644 index 00000000..bd5c14ae --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/appactions/p365i__DisqualifyProspec!ac1db836bb10401494303a0d1dbd8400!p365i_SalesCenter!p365i_prospect!0/appaction.xml @@ -0,0 +1,37 @@ +<appaction uniquename="p365i__DisqualifyProspec!ac1db836bb10401494303a0d1dbd8400!p365i_SalesCenter!p365i_prospect!0"> + <appmoduleid> + <uniquename>p365i_SalesCenter</uniquename> + </appmoduleid> + <buttonlabeltext default="Disqualify"> + <label description="Disqualify" languagecode="1033" /> + </buttonlabeltext> + <context>1</context> + <contextentity> + <logicalname>p365i_prospect</logicalname> + </contextentity> + <contextvalue>p365i_prospect</contextvalue> + <fonticon>Cancel</fonticon> + <hidden>0</hidden> + <iscustomizable>1</iscustomizable> + <isdisabled>0</isdisabled> + <isgrouptitlehidden>0</isgrouptitlehidden> + <location>0</location> + <name>DisqualifyProspec!ac1db836bb10401494303a0d1dbd8400</name> + <onclickeventjavascriptfunctionname>P365I_CRM.Ribbon.Prospect.Disqualify</onclickeventjavascriptfunctionname> + <onclickeventjavascriptparameters>[{"type":5}]</onclickeventjavascriptparameters> + <onclickeventjavascriptwebresourceid> + <webresourceid>18f5c7ba-cf7b-ee11-8179-00224841f5ce</webresourceid> + </onclickeventjavascriptwebresourceid> + <onclickeventtype>2</onclickeventtype> + <origin>0</origin> + <sequence>100100049.2500000000</sequence> + <statecode>0</statecode> + <statuscode>1</statuscode> + <type>0</type> + <visibilityformulacomponentlibraryid> + <name>p365i_salescenterdefaultcommandlibrary_48e14</name> + </visibilityformulacomponentlibraryid> + <visibilityformulacomponentname>0d4c45e0f2e845808b7b691500724cce</visibilityformulacomponentname> + <visibilityformulafunctionname>Visible</visibilityformulafunctionname> + <visibilitytype>1</visibilitytype> +</appaction> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/appactions/p365i__Lose!f8783452a53a4107a5a665bf17e07a3b!p365i_SalesCenter!p365i_opportunity!0/appaction.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/appactions/p365i__Lose!f8783452a53a4107a5a665bf17e07a3b!p365i_SalesCenter!p365i_opportunity!0/appaction.xml new file mode 100644 index 00000000..c1d26e38 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/appactions/p365i__Lose!f8783452a53a4107a5a665bf17e07a3b!p365i_SalesCenter!p365i_opportunity!0/appaction.xml @@ -0,0 +1,37 @@ +<appaction uniquename="p365i__Lose!f8783452a53a4107a5a665bf17e07a3b!p365i_SalesCenter!p365i_opportunity!0"> + <appmoduleid> + <uniquename>p365i_SalesCenter</uniquename> + </appmoduleid> + <buttonlabeltext default="Lost"> + <label description="Lost" languagecode="1033" /> + </buttonlabeltext> + <context>1</context> + <contextentity> + <logicalname>p365i_opportunity</logicalname> + </contextentity> + <contextvalue>p365i_opportunity</contextvalue> + <fonticon>$clientsvg:Blocked</fonticon> + <hidden>0</hidden> + <iscustomizable>1</iscustomizable> + <isdisabled>0</isdisabled> + <isgrouptitlehidden>0</isgrouptitlehidden> + <location>0</location> + <name>Lose!f8783452a53a4107a5a665bf17e07a3b</name> + <onclickeventjavascriptfunctionname>P365I_CRM.Ribbon.Opportunity.CloseOpportunity</onclickeventjavascriptfunctionname> + <onclickeventjavascriptparameters>[{"type":5},{"type":21,"value":"p365i_closeopportunity_48e00"},{"type":21,"value":"lose"}]</onclickeventjavascriptparameters> + <onclickeventjavascriptwebresourceid> + <webresourceid>18f5c7ba-cf7b-ee11-8179-00224841f5ce</webresourceid> + </onclickeventjavascriptwebresourceid> + <onclickeventtype>2</onclickeventtype> + <origin>0</origin> + <sequence>100100049.8125000000</sequence> + <statecode>0</statecode> + <statuscode>1</statuscode> + <type>0</type> + <visibilityformulacomponentlibraryid> + <name>p365i_salescenterdefaultcommandlibrary_48e14</name> + </visibilityformulacomponentlibraryid> + <visibilityformulacomponentname>61990b8df9bc43aebe4a8c8ca5cf20e5</visibilityformulacomponentname> + <visibilityformulafunctionname>Visible</visibilityformulafunctionname> + <visibilitytype>1</visibilitytype> +</appaction> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/appactions/p365i__QualifyProspect!5810dd08643a4e5a9e8bebeb0ffdf913!p365i_SalesCenter!p365i_prospect!0/appaction.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/appactions/p365i__QualifyProspect!5810dd08643a4e5a9e8bebeb0ffdf913!p365i_SalesCenter!p365i_prospect!0/appaction.xml new file mode 100644 index 00000000..22adff6f --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/appactions/p365i__QualifyProspect!5810dd08643a4e5a9e8bebeb0ffdf913!p365i_SalesCenter!p365i_prospect!0/appaction.xml @@ -0,0 +1,37 @@ +<appaction uniquename="p365i__QualifyProspect!5810dd08643a4e5a9e8bebeb0ffdf913!p365i_SalesCenter!p365i_prospect!0"> + <appmoduleid> + <uniquename>p365i_SalesCenter</uniquename> + </appmoduleid> + <buttonlabeltext default="Qualify"> + <label description="Qualify" languagecode="1033" /> + </buttonlabeltext> + <context>1</context> + <contextentity> + <logicalname>p365i_prospect</logicalname> + </contextentity> + <contextvalue>p365i_prospect</contextvalue> + <fonticon>$clientsvg:Accept</fonticon> + <hidden>0</hidden> + <iscustomizable>1</iscustomizable> + <isdisabled>0</isdisabled> + <isgrouptitlehidden>0</isgrouptitlehidden> + <location>0</location> + <name>QualifyProspect!5810dd08643a4e5a9e8bebeb0ffdf913</name> + <onclickeventjavascriptfunctionname>P365I_CRM.Ribbon.Prospect.Qualify</onclickeventjavascriptfunctionname> + <onclickeventjavascriptparameters>[{"type":5},{"type":21,"value":"p365i_qualifylead_c2d72"}]</onclickeventjavascriptparameters> + <onclickeventjavascriptwebresourceid> + <webresourceid>18f5c7ba-cf7b-ee11-8179-00224841f5ce</webresourceid> + </onclickeventjavascriptwebresourceid> + <onclickeventtype>2</onclickeventtype> + <origin>0</origin> + <sequence>100100048.5000000000</sequence> + <statecode>0</statecode> + <statuscode>1</statuscode> + <type>0</type> + <visibilityformulacomponentlibraryid> + <name>p365i_salescenterdefaultcommandlibrary_48e14</name> + </visibilityformulacomponentlibraryid> + <visibilityformulacomponentname>d189c1aa3b1e4101a6d21625b8c450e7</visibilityformulacomponentname> + <visibilityformulafunctionname>Visible</visibilityformulafunctionname> + <visibilitytype>1</visibilitytype> +</appaction> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/appactions/p365i__Win!c4ee234944e546a4bceb4c90990c8ad8!p365i_SalesCenter!p365i_opportunity!0/appaction.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/appactions/p365i__Win!c4ee234944e546a4bceb4c90990c8ad8!p365i_SalesCenter!p365i_opportunity!0/appaction.xml new file mode 100644 index 00000000..f818c627 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/appactions/p365i__Win!c4ee234944e546a4bceb4c90990c8ad8!p365i_SalesCenter!p365i_opportunity!0/appaction.xml @@ -0,0 +1,37 @@ +<appaction uniquename="p365i__Win!c4ee234944e546a4bceb4c90990c8ad8!p365i_SalesCenter!p365i_opportunity!0"> + <appmoduleid> + <uniquename>p365i_SalesCenter</uniquename> + </appmoduleid> + <buttonlabeltext default="Won"> + <label description="Won" languagecode="1033" /> + </buttonlabeltext> + <context>1</context> + <contextentity> + <logicalname>p365i_opportunity</logicalname> + </contextentity> + <contextvalue>p365i_opportunity</contextvalue> + <fonticon>$clientsvg:Ribbon</fonticon> + <hidden>0</hidden> + <iscustomizable>1</iscustomizable> + <isdisabled>0</isdisabled> + <isgrouptitlehidden>0</isgrouptitlehidden> + <location>0</location> + <name>Win!c4ee234944e546a4bceb4c90990c8ad8</name> + <onclickeventjavascriptfunctionname>P365I_CRM.Ribbon.Opportunity.CloseOpportunity</onclickeventjavascriptfunctionname> + <onclickeventjavascriptparameters>[{"type":5},{"type":21,"value":"p365i_closeopportunity_48e00"},{"type":21,"value":"win"}]</onclickeventjavascriptparameters> + <onclickeventjavascriptwebresourceid> + <webresourceid>18f5c7ba-cf7b-ee11-8179-00224841f5ce</webresourceid> + </onclickeventjavascriptwebresourceid> + <onclickeventtype>2</onclickeventtype> + <origin>0</origin> + <sequence>100100049.6250000000</sequence> + <statecode>0</statecode> + <statuscode>1</statuscode> + <type>0</type> + <visibilityformulacomponentlibraryid> + <name>p365i_salescenterdefaultcommandlibrary_48e14</name> + </visibilityformulacomponentlibraryid> + <visibilityformulacomponentname>33a115f94c7e446d8fa51e55d08f116b</visibilityformulacomponentname> + <visibilityformulafunctionname>Visible</visibilityformulafunctionname> + <visibilitytype>1</visibilitytype> +</appaction> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_CloseOpportunity/customapi.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_CloseOpportunity/customapi.xml new file mode 100644 index 00000000..744163d6 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_CloseOpportunity/customapi.xml @@ -0,0 +1,18 @@ +<customapi uniquename="p365i_CloseOpportunity"> + <allowedcustomprocessingsteptype>0</allowedcustomprocessingsteptype> + <bindingtype>0</bindingtype> + <description default="p365i_CloseOpportunity"> + <label description="p365i_CloseOpportunity" languagecode="1033" /> + </description> + <displayname default="p365i_CloseOpportunity"> + <label description="p365i_CloseOpportunity" languagecode="1033" /> + </displayname> + <iscustomizable>1</iscustomizable> + <isfunction>0</isfunction> + <isprivate>0</isprivate> + <name>p365i_CloseOpportunity</name> + <plugintypeid> + <plugintypeexportkey>86b737dd-a8b2-47d2-bd9f-0c0809b43b23</plugintypeexportkey> + </plugintypeid> + <workflowsdkstepenabled>0</workflowsdkstepenabled> +</customapi> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_CloseOpportunity/customapirequestparameters/CloseOpportunity_LostStatusReason/customapirequestparameter.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_CloseOpportunity/customapirequestparameters/CloseOpportunity_LostStatusReason/customapirequestparameter.xml new file mode 100644 index 00000000..2722bc51 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_CloseOpportunity/customapirequestparameters/CloseOpportunity_LostStatusReason/customapirequestparameter.xml @@ -0,0 +1,12 @@ +<customapirequestparameter uniquename="CloseOpportunity_LostStatusReason"> + <description default="CloseOpportunity_LostStatusReason"> + <label description="CloseOpportunity_LostStatusReason" languagecode="1033" /> + </description> + <displayname default="CloseOpportunity_LostStatusReason"> + <label description="CloseOpportunity_LostStatusReason" languagecode="1033" /> + </displayname> + <iscustomizable>1</iscustomizable> + <isoptional>0</isoptional> + <name>CloseOpportunity_LostStatusReason</name> + <type>10</type> +</customapirequestparameter> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_CloseOpportunity/customapirequestparameters/CloseOpportunity_OppId/customapirequestparameter.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_CloseOpportunity/customapirequestparameters/CloseOpportunity_OppId/customapirequestparameter.xml new file mode 100644 index 00000000..c475ad79 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_CloseOpportunity/customapirequestparameters/CloseOpportunity_OppId/customapirequestparameter.xml @@ -0,0 +1,12 @@ +<customapirequestparameter uniquename="CloseOpportunity_OppId"> + <description default="CloseOpportunity_OppId"> + <label description="CloseOpportunity_OppId" languagecode="1033" /> + </description> + <displayname default="CloseOpportunity_OppId"> + <label description="CloseOpportunity_OppId" languagecode="1033" /> + </displayname> + <iscustomizable>1</iscustomizable> + <isoptional>0</isoptional> + <name>CloseOpportunity_OppId</name> + <type>10</type> +</customapirequestparameter> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_CloseOpportunity/customapirequestparameters/CloseOpportunity_action/customapirequestparameter.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_CloseOpportunity/customapirequestparameters/CloseOpportunity_action/customapirequestparameter.xml new file mode 100644 index 00000000..0fe468e2 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_CloseOpportunity/customapirequestparameters/CloseOpportunity_action/customapirequestparameter.xml @@ -0,0 +1,12 @@ +<customapirequestparameter uniquename="CloseOpportunity_action"> + <description default="CloseOpportunity_action"> + <label description="CloseOpportunity_action" languagecode="1033" /> + </description> + <displayname default="CloseOpportunity_action"> + <label description="CloseOpportunity_action" languagecode="1033" /> + </displayname> + <iscustomizable>1</iscustomizable> + <isoptional>0</isoptional> + <name>CloseOpportunity_action</name> + <type>10</type> +</customapirequestparameter> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_CloseOpportunity/customapiresponseproperties/CloseOpportunity_resultMessage/customapiresponseproperty.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_CloseOpportunity/customapiresponseproperties/CloseOpportunity_resultMessage/customapiresponseproperty.xml new file mode 100644 index 00000000..91358d86 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_CloseOpportunity/customapiresponseproperties/CloseOpportunity_resultMessage/customapiresponseproperty.xml @@ -0,0 +1,11 @@ +<customapiresponseproperty uniquename="CloseOpportunity_resultMessage"> + <description default="CloseOpportunity_resultMessage"> + <label description="CloseOpportunity_resultMessage" languagecode="1033" /> + </description> + <displayname default="CloseOpportunity_resultMessage"> + <label description="CloseOpportunity_resultMessage" languagecode="1033" /> + </displayname> + <iscustomizable>1</iscustomizable> + <name>CloseOpportunity_resultMessage</name> + <type>10</type> +</customapiresponseproperty> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_CreateQuotefromOpp/customapi.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_CreateQuotefromOpp/customapi.xml new file mode 100644 index 00000000..cb441b36 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_CreateQuotefromOpp/customapi.xml @@ -0,0 +1,19 @@ +<customapi uniquename="p365i_CreateQuotefromOpp"> + <allowedcustomprocessingsteptype>0</allowedcustomprocessingsteptype> + <bindingtype>1</bindingtype> + <boundentitylogicalname>p365i_opportunity</boundentitylogicalname> + <description default="p365i_CreateQuotefromOpp"> + <label description="p365i_CreateQuotefromOpp" languagecode="1033" /> + </description> + <displayname default="p365i_CreateQuotefromOpp"> + <label description="p365i_CreateQuotefromOpp" languagecode="1033" /> + </displayname> + <iscustomizable>1</iscustomizable> + <isfunction>0</isfunction> + <isprivate>0</isprivate> + <name>p365i_CreateQuotefromOpp</name> + <plugintypeid> + <plugintypeexportkey>d0dc2c1f-f2fd-4102-b3c1-e522c641fb9f</plugintypeexportkey> + </plugintypeid> + <workflowsdkstepenabled>0</workflowsdkstepenabled> +</customapi> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_QualifyProspect/customapi.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_QualifyProspect/customapi.xml new file mode 100644 index 00000000..c822b72e --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_QualifyProspect/customapi.xml @@ -0,0 +1,18 @@ +<customapi uniquename="p365i_QualifyProspect"> + <allowedcustomprocessingsteptype>0</allowedcustomprocessingsteptype> + <bindingtype>0</bindingtype> + <description default="This Custom API takes care of creating the account, contact, opportunity and updating the Prospect as Qualified."> + <label description="This Custom API takes care of creating the account, contact, opportunity and updating the Prospect as Qualified." languagecode="1033" /> + </description> + <displayname default="p365i_QualifyProspect"> + <label description="p365i_QualifyProspect" languagecode="1033" /> + </displayname> + <iscustomizable>1</iscustomizable> + <isfunction>0</isfunction> + <isprivate>0</isprivate> + <name>p365i_QualifyProspect</name> + <plugintypeid> + <plugintypeexportkey>6ead1150-1fa3-4078-b452-e2185ae9e0d2</plugintypeexportkey> + </plugintypeid> + <workflowsdkstepenabled>0</workflowsdkstepenabled> +</customapi> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_QualifyProspect/customapirequestparameters/QualifyProspect_account/customapirequestparameter.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_QualifyProspect/customapirequestparameters/QualifyProspect_account/customapirequestparameter.xml new file mode 100644 index 00000000..565d2c2c --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_QualifyProspect/customapirequestparameters/QualifyProspect_account/customapirequestparameter.xml @@ -0,0 +1,12 @@ +<customapirequestparameter uniquename="QualifyProspect_account"> + <description default="QualifyProspect_account"> + <label description="QualifyProspect_account" languagecode="1033" /> + </description> + <displayname default="QualifyProspect_account"> + <label description="QualifyProspect_account" languagecode="1033" /> + </displayname> + <iscustomizable>1</iscustomizable> + <isoptional>0</isoptional> + <name>QualifyProspect_account</name> + <type>0</type> +</customapirequestparameter> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_QualifyProspect/customapirequestparameters/QualifyProspect_contact/customapirequestparameter.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_QualifyProspect/customapirequestparameters/QualifyProspect_contact/customapirequestparameter.xml new file mode 100644 index 00000000..2e3658b3 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_QualifyProspect/customapirequestparameters/QualifyProspect_contact/customapirequestparameter.xml @@ -0,0 +1,12 @@ +<customapirequestparameter uniquename="QualifyProspect_contact"> + <description default="QualifyProspect_contact"> + <label description="QualifyProspect_contact" languagecode="1033" /> + </description> + <displayname default="QualifyProspect_contact"> + <label description="QualifyProspect_contact" languagecode="1033" /> + </displayname> + <iscustomizable>1</iscustomizable> + <isoptional>0</isoptional> + <name>QualifyProspect_contact</name> + <type>0</type> +</customapirequestparameter> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_QualifyProspect/customapirequestparameters/QualifyProspect_opportunity/customapirequestparameter.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_QualifyProspect/customapirequestparameters/QualifyProspect_opportunity/customapirequestparameter.xml new file mode 100644 index 00000000..a5cb97eb --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_QualifyProspect/customapirequestparameters/QualifyProspect_opportunity/customapirequestparameter.xml @@ -0,0 +1,12 @@ +<customapirequestparameter uniquename="QualifyProspect_opportunity"> + <description default="QualifyProspect_opportunity"> + <label description="QualifyProspect_opportunity" languagecode="1033" /> + </description> + <displayname default="QualifyProspect_opportunity"> + <label description="QualifyProspect_opportunity" languagecode="1033" /> + </displayname> + <iscustomizable>1</iscustomizable> + <isoptional>0</isoptional> + <name>QualifyProspect_opportunity</name> + <type>0</type> +</customapirequestparameter> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_QualifyProspect/customapirequestparameters/QualifyProspect_prospectid/customapirequestparameter.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_QualifyProspect/customapirequestparameters/QualifyProspect_prospectid/customapirequestparameter.xml new file mode 100644 index 00000000..ec31f163 --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_QualifyProspect/customapirequestparameters/QualifyProspect_prospectid/customapirequestparameter.xml @@ -0,0 +1,12 @@ +<customapirequestparameter uniquename="QualifyProspect_prospectid"> + <description default="QualifyProspect_prospectid"> + <label description="QualifyProspect_prospectid" languagecode="1033" /> + </description> + <displayname default="QualifyProspect_prospectid"> + <label description="QualifyProspect_prospectid" languagecode="1033" /> + </displayname> + <iscustomizable>1</iscustomizable> + <isoptional>0</isoptional> + <name>QualifyProspect_prospectid</name> + <type>10</type> +</customapirequestparameter> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_QualifyProspect/customapiresponseproperties/QualifyProspect_oppId/customapiresponseproperty.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_QualifyProspect/customapiresponseproperties/QualifyProspect_oppId/customapiresponseproperty.xml new file mode 100644 index 00000000..61adfd2e --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_QualifyProspect/customapiresponseproperties/QualifyProspect_oppId/customapiresponseproperty.xml @@ -0,0 +1,11 @@ +<customapiresponseproperty uniquename="QualifyProspect_oppId"> + <description default="QualifyProspect_oppId"> + <label description="QualifyProspect_oppId" languagecode="1033" /> + </description> + <displayname default="QualifyProspect_oppId"> + <label description="QualifyProspect_oppId" languagecode="1033" /> + </displayname> + <iscustomizable>1</iscustomizable> + <name>QualifyProspect_oppId</name> + <type>10</type> +</customapiresponseproperty> \ No newline at end of file diff --git a/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_QualifyProspect/customapiresponseproperties/QualifyProspect_resultMessage/customapiresponseproperty.xml b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_QualifyProspect/customapiresponseproperties/QualifyProspect_resultMessage/customapiresponseproperty.xml new file mode 100644 index 00000000..428984ae --- /dev/null +++ b/samples/power-365-crm/sourcecode/Power365CRMSalesSolution/src/customapis/p365i_QualifyProspect/customapiresponseproperties/QualifyProspect_resultMessage/customapiresponseproperty.xml @@ -0,0 +1,11 @@ +<customapiresponseproperty uniquename="QualifyProspect_resultMessage"> + <description default="QualifyProspect_resultMessage"> + <label description="QualifyProspect_resultMessage" languagecode="1033" /> + </description> + <displayname default="QualifyProspect_resultMessage"> + <label description="QualifyProspect_resultMessage" languagecode="1033" /> + </displayname> + <iscustomizable>1</iscustomizable> + <name>QualifyProspect_resultMessage</name> + <type>10</type> +</customapiresponseproperty> \ No newline at end of file