Creating a temporary table

The content for the transaction list comes from a temporary table that you will create for the list. Typically, this table contains the same fields as the various transaction tables that stores the data you want to display in the list. Be sure the temporary table has the following characteristics:

Some additional fields from the Dynamics.dic dictionary must be added to the temporary table. These are:

InfoValue   This field is used for the information icon that can be displayed for each row in the list. This field is required only if the information icon will be displayed. You may want to add this field now, in the event it is needed later for your list.

Marked To Process   The field is used for the check mark displayed for each row. It is required for every list.


Documentation Feedback