In a solution I’ve deleted some dataprovider, so I updated every method, every field in forms etc, but now changing form the solution gives an error such You don’t have enough privileges to update data, variations cannot be saved.
What appened? How to fix it?
There is some guideline for deleting dataprovider without getting problems?
I’ve done it before many times, but without any effect.
You sure you changed every reference to this old dataprovider?
Forms?
Relationships ?
Valuelists ?
I 've found it… it was a method to change form, with a line only:
showrecords();
But why it called the missed field?
what did you do in that method?
The method switches from a form view to a list view, both in the same table.
and if you now add that method call again you have the same problem?
If so can you send me the solution with the method call (disabled or not)
If you export it and import it into another servoy install. Do you then also have a problem with that view change?
We are really not doing anything anymore with a dataprovider that is deleted