Generating applications with the default template / Implementing programs and forms |
An active field is one that can be input by the user. Field activation occurs when the application is in an edit mode (MODIFY or ADD modes).
CRUD operations (create, read, update, delete) apply to fields belonging to the business record master table thus only the business record master table fields can be edited and saved.
These fields can be edited directly by user input or automatically by ascending lookups.
This default behavior can be bypassed by adding code in the predefined BLOCK/POINTs. Field activation sections are centralized to ease customization.