Depending on form settings and available controls, a user can do the following from a maintenance form, in order of permissiveness:
- Search for records that match submitted search criteria.
- Open an existing record.
- Create a new record.
- Delete an existing record.
For a user to perform any function, that function must:
- Be included in the HTML template.
- Be included in the form.
- Have a security level the user's role can access.
This post is part of the HTML Forms topic. Click here to open the HTML Forms Overview.