To display an existing editable grid as a read-only grid
In order to collect data in an editable grid and display the same data in a read only grid, you create two different forms.
*
The grid component in the read-only grid must have the following properties. See Finestra di dialogo Crea nuova griglia.
*
The Grid Type must be Line Truncate View, Line Wrap View, or Two Line Staggered View.
*
The Database Table must be the same as the database table for the editable grid.
*
The Table Key Column must be uap_grid_row_id.
*
IBM® Marketing Operations automatically creates this column for all editable grids.
*
If you want the read-only grid to display only values that users enter in the grid for this object instance (for example, this project), select the Filter by Parent ID check box and enter the value for the Table Key Column of the editable grid in the Parent Id Column Name field for the read-only grid.
Otherwise, the read-only grid displays all of the values that are entered in the editable grid in all objects.
The attributes that the read-only grid contains must be exact matches of attributes that the editable grid contains. You can accomplish this requirement in one of three ways.
*
*
*
Re-create the attributes in the Form Editor when you create the read-only grid. The attribute properties must match the original attributes exactly.
*