Do not save - record full loaded

Dears,

Please, we are using a table with more than 100 fields, when they are still loading, the user can save the record, and it creates an incomplete record, those fields are saved without information. Not all fields can be mandatory.

We added the confirm button, but the users use to move faster than the system speed.

Is there a way to control the save button, and allow it only when the record is complete loaded?

thank you.

By default the Save button is only enabled after all Ajax actions are completed. If you have so many fields (and many lookup fields), it will take a long time. You better use the Multi-Page feature, divide your fields into pages. Then you may use Client Script to enable "lastPageSubmit" (Enable submit button for the last page only).

ok thank you