This table contains user preferences per client for Data Entry Method and List View Filter in Enter AP Transactions. |
ap_enter_transaction_option_KEY | int (4) | NOT NULL | Primary Key. Not null. |
user_preference_KEY | int (4) | NOT NULL | The user to which this user preference belongs. Not null. |
client_KEY | int (4) | NOT NULL | The Client to which this user preference belongs. Not null. |
data_entry_method_KEY | int (4) | NOT NULL | Indicates the users data entry preference regarding how screen AP Enter Trnasaction start up (starts in Detail tab or Rapid tab) for the given client. Not null. |
rapid_tab_list_view_filter_KEY | int (4) | NOT NULL | Indicates the users preference on the default filter to use in the Rapid tab in the Enter AP Transaction screen. Not null. |