Remarks
Important: You should always consider the form type in your code. In particular, consider how your code will work in the Quick create and Bulk edit forms.
The Quick create form only includes business required or business recommended fields.

If your code references a field that is not on the Quick create form, an error will occur. If your business logic requires certain fields to be present, you should set the Business Recommended constraint so that they will appear in the quick create form.
The Bulk edit form will not include existing data for each record that will be updated. If your business logic depends on specific data for each record to be present in the form, you may want to set specific conditions on which fields you will allow to be updated using the Bulk edit form




