required fields missing message while saving

in my model i have some required fields. while saving the ‘saveapp’ button, if i miss any required fields , i need to display the error msg in top of the page like ‘name’ is required, ‘mobile phone’ is required’. how to display in top of the page,if i miss any required fields. can any one share some sample screen for how to make condition like required. Thanks in advance

Raj,

Is “saveapp” a multiple action button?  Are you using the Action Framework to save your changes or perhaps a snippet?

Most components allow marking a field “required”.  The field will be highlighted in red (by default).

Search the community or tutorials.  There are lots of good examples.

Review your models and ensure required fields are marked as required.

Regards,
Irvin