Edit a view

eugenio

Administrator
Staff member
larryk Wrote:
-------------------------------------------------------
> If you delete a view and add it back, does it dele
> te the View Form Configuration?


The correct procedure to avoid loosing form config settings:

- drop the view on the DB
- re-create the view on the DB with the new fields
- do the needed operations on db synchro
- configure the new/modified fields

Best,
 
Top