This table holds the customized order and visibility of columns on payroll tracking tab grid and links to the user interface grid columns and client custom fields. |
payroll_tracking_portlet_column_screen_option_KEY | int (4) | NOT NULL | Key which uniquely identify each row of the table. |
user_interface_grid_column_KEY | int (4) | | A link to User_Interface_Grid_Column table to get the key of the column. If custom_field_KEY is null then user_interface_grid_column_KEY must not be null and vice versa. |
custom_field_KEY | int (4) | | A link to Custom_Field table to get the key of client custom field. If user_interface_grid_column_KEY is null then custom_field_KEY must not be null and vice versa. |
sequence_number | int (4) | NOT NULL | Used to set the order of columns in the Firm/Payroll Tracking tab grid. |
is_visible | bit (1) | NOT NULL | Used to show or hide a given column in the Firm/Payroll Tracking tab grid. |