Creating the user interface / Widgets |
A Phantom field can be used to specify a formField that is listed in a screen-record, but does not have to be displayed in the form.
Phantom fields can be based on database columns defined in a schema file or as NON_DATABASE field.
Phantom fields are used to store the id and parent id of the nodes in a tree object.
To add a Phantom field to your form, right-click on the form object and select Add Phantom from the context menu.
Phantom field data is never send to the front-ends. Therefore, you can use a phantom field to store critical data that must not go out of the application server.