Resources - v22-appfactory/appfactory-wiki GitHub Wiki
Select boxes in forms are populated by application resources which are basically references to lookup tables.
References are created by selecting an application table and specifying the column in the table that will be used as the
text in the select control. Currently only the Users in the system have ‘Special Processing’ which represents special
scripting in the database to support that table.

Select the application whose resources will be maintained. Selection of the application will populate the Resource Records datatable.
The record ID.
Resource title that will used as an option in the resources select controls.
Name used by the system to identify the resource.
On/off switch used to determine if special processing is used when handling resource requests. Resources such as users and bunos have logic specific to the resource type.
The lookup table that contains the resource data.
The table column that contains the label data that will be shown in the resource select control.
A text field providing more descriptive information about the resource.
Creates or updates the application and reloads the datatable. When all required fields are entered the Submit button is enabled.
Cancels or clears the input allowing new records to be entered.
Provides a list of the records in the table using the standard datatable.
Loads the record values in the fields for editing.
Allows the user to confirm and then delete the record.