Authorization Settings
Sortable - Whether or not results can be sorted by the values in this field. In the results table, sortable fields have small up and down arrows next to their names; the user can click on these buttons to sort by that field.
Auto Increment - For fields that need auto-incremented unique values.
None - No auto-increment.
Database Driven - The value for each row will increment automatically by the database system being used. This should be selected for database identity fields.
WOW Driven - The value for each row will be incremented automatically as it is inserted into the database. By selecting this option, you allow WOW to increment each row on its own, without any intervention.
The Default value under the Basic Settings can be used to set the starting value for this option.
Read Only - Whether or not the field is read-only. Read-only fields cannot be updated.
AutoTrim On Read - If spaces on the end of field values should be automatically trimmed and discarded as the values are read from the database.
AutoTrim on Write - If spaces on the end of field values should be automatically trimmed and discarded as the values are written to the database.
Currency - Whether or not this field represents a currency or monetary value. It's the same as setting the Formatter Class to "Currency". Checking this box causes the value to be right justified.
Id - A unique number associated with this field descriptor. This is the ID that can be used when doing field descriptor prompting.
Usage Id - An integer that is associated with this database column. This is useful when two columns in different tables have different names, but represent the same logical type of data. They can then be referred to by usage ID instead of by name.