Page 1 of 1

Allow differentiated edit forms per insert/update/delete

Posted: Wed May 17, 2017 12:06 pm
by cheemingyong

if i have 10 fields in one table and i want to have 3 different lists to do insert/update/delete within the same table
i might be forced to break up my one table into 3 separate tables.

i wish to have the flexibility of deciding which fields on the same table to work as part of the list design
and also to add/update/delete other fields on other different lists for the same table

the only way i can think of right now is to use views to restrict the fields i want to edit and add
new coding to the edit event of the view list. surely there is a better way ?


Re: Allow differentiated edit forms per insert/update/delete

Posted: Thu May 18, 2017 10:52 am
by motfs

Use Field Visibility's extension to preset the field visible property for different pages. Read Third-Party Tools -> Field Visibility in help file for more detail.


Re: Allow differentiated edit forms per insert/update/delete

Posted: Mon Jun 12, 2017 7:48 am
by Hossamefia

You can build 3 views of that table and customize each view to meet the requirements of each form that you want.