ReactiveFieldsUpdater 1.1.4

dotnet add package ReactiveFieldsUpdater --version 1.1.4
                    
NuGet\Install-Package ReactiveFieldsUpdater -Version 1.1.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ReactiveFieldsUpdater" Version="1.1.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ReactiveFieldsUpdater" Version="1.1.4" />
                    
Directory.Packages.props
<PackageReference Include="ReactiveFieldsUpdater" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ReactiveFieldsUpdater --version 1.1.4
                    
#r "nuget: ReactiveFieldsUpdater, 1.1.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ReactiveFieldsUpdater@1.1.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ReactiveFieldsUpdater&version=1.1.4
                    
Install as a Cake Addin
#tool nuget:?package=ReactiveFieldsUpdater&version=1.1.4
                    
Install as a Cake Tool

Reactive Fields Updater

This XrmToolbox tool provides a smart interface to update the Field Attributes of your Power Apps Entities.

Table of Contents

Description

Reactive Fields Updater is thought to update the Fields Attributes for specific Entities in Power Apps. You can easily increase or decrease Attributes such as Max Length on a Text field, or Max and Min Value on Integer fields.

Start by loading your Entities from the Organization you're connected to. Then select an Entity and a Field from that Entity. In the right corner, the Attribute box will display the actual values for the Attributes you can modify. Every change will be listed as a new Operation in the box below. You can check and uncheck the operations that you want to execute, and then just click "UPDATE !". You can also check the operations to be unlisted with the "Clear" button.

Image you got a set of 20 custom Entities and you need to increase every "Name" Max Length from 100 to 800: Reactive Fields Updater is a valid alternative to Power Apps when it comes to multiple or repetitive operations to be performed at once, since multi-entity operations are supported.

Installation

This tool can be downloaded from XrmToolbox Tool Library. You can connect to your Organization, then you're ready to go.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.4 899 3/24/2025
1.1.3 98 3/21/2025
1.1.2 90 3/21/2025 1.1.2 is deprecated because it has critical bugs.
1.1.1 95 3/21/2025
1.1.0 100 3/21/2025
1.0.1 176 3/17/2025
1.0.0 326 2/28/2025 1.0.0 is deprecated because it has critical bugs.

1.1.4:
Introduced Responsive UI.