StandardViewCreator 1.0.7
dotnet add package StandardViewCreator --version 1.0.7
NuGet\Install-Package StandardViewCreator -Version 1.0.7
<PackageReference Include="StandardViewCreator" Version="1.0.7" />
<PackageVersion Include="StandardViewCreator" Version="1.0.7" />
<PackageReference Include="StandardViewCreator" />
paket add StandardViewCreator --version 1.0.7
#r "nuget: StandardViewCreator, 1.0.7"
#:package StandardViewCreator@1.0.7
#addin nuget:?package=StandardViewCreator&version=1.0.7
#tool nuget:?package=StandardViewCreator&version=1.0.7
💡 Standard View Creator for XrmToolBox
This is a plugin for XrmToolBox, designed for administrators.
It enables administrators to create multiple user views across entities in bulk, using standard and commonly used fields.
✨ Features
- Create multiple public and personal views in bulk
- Automatically detects and loads entities from the current solution
- Configurable view naming using dynamic tokens
- Customizable column layout (position, order, width)
- Duplicate existing views as public or personal views
- Export views to Excel:
- Export all views to Excel
- Export views for selected entities
- Load an XML file and export its views to Excel
🧭 Usage
🧩 1. Select Entities
- The tool loads entities included in the current solution.
- Entities with
IsValidForAdvancedFind = falseare excluded, as views cannot be created for them.
🛠️ 2. Configure View Settings
Type
Supports User View (Personal View) and Public View.Name
You can define a dynamic view name using the following tokens:
{!EntityLogicalName},{!EntityDisplayName},{!yyyyMMdd}
Example:
Audit Monitoring ({!EntityLogicalName})→Audit Monitoring (account)Overwrite Handling
Views with the same name are skipped.Filter Template
Supports 'No Filter', 'Active Only', and 'Inactive Only'.
🧮 3. Configure Columns
The following columns are available for inclusion in the view:
createdoncreatedbycreatedonbehalfbymodifiedonmodifiedbymodifiedonbehalfbyname→ The primary field of the entitystatecodestatuscodeowneridowningbusinessunit
Users can customize:
- Column order (up to 3 positions)
- Sort priority (up to 3 sort levels)
- Column width (up to 300px)
📤 4. Export Views
Views can be exported to Excel in three ways:
All Views
Export all generated views to Excel.Selected Entities
Export only the views belonging to the entities you selected.From XML File
Load one or multiple XML files and export to Excel.
📄 License
This project is licensed under the MIT License.
This plugin uses MiniExcel (https://github.com/mini-software/MiniExcel), which is licensed under the Apache License 2.0.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net48 is compatible. net481 was computed. |
-
- MiniExcel (>= 1.41.4)
- XrmToolBox (>= 1.2024.9.69)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Export Features
- Replaced the Excel export library from EPPlus to MiniExcel for improved performance and simpler licensing.
- Changed the expansion direction of Node Attributes from columns to rows.
- Removed InnerXML from columns to prevent performance issues and frequent cell length limit exceedances.
- Added support for loading multiple XML files in Load XML.