Show/Hide Toolbars

Flynet Studio User Interface Generation Properties

For a multirow map column, identifies how the column is used in a user interface as well as web service data input transactions.

 

Value

Meaning

none

This field has no special meaning in the list, and is simply displayed

key1

This field is the primary key index for any data retrieval action triggered by the user from this list.  An example is the customer number for a customer list.

key2

This field is the secondary key index for any data retrieval action triggered by the user from this list.  And example is an invoice number in an invoice list that includes both customer and invoice numbers.

status

This field contains status information about the row, such as order status.  It will be passed to a custom javascript function designed to determine available actions for the row.

status2

Additional status information for cases where one value is not enough!

action

This field is the action column in a list that has a column where the user can enter a value indicating either a selection or action request on the data in the displayed row.  With iSeries subfile lists, this is typically the first column.

user1

For developer enhanced functionality

user2

For developer enhanced functionality

Hidden

This field should be sent to the client but not displayed in the list (for user-written javascript extensions with the list data)

 

Displayed when the FieldMap's Multirow property is "yes"