Module Builder, changing a dynamicField limit (Sitefinity 4.4)
Hello,
We have a custom module Product created with the module builder. These module has a number field "price". When we created the module, we thought the price cannot be under 100, so we set a bottom limit for the field.
However, now we have to enter a product with a price under 100 and the back office won't alllow that. I tried to edit the module, delete the "price" field and recreate it with others limits (1 - 10000), but it doesn't seems to have any effect, when we try to create a new product - or edit an existing one - the backoffice still ask for a value at least equal to 100.
Is there a solution to this problem other than creating a new module and rre-enter all the content ?
Thank you
If anyone has the same problem, here's the solution :
Edit the Dynamic module configuration file ~/App_Data/Sitefinity/Configuration/DynamicModulesConfig.config, search for your module and the field you want to modify and change it.