6.9 Configuring Lookback Period in Days

This configuration allows you to customize the Created Date From in the Report Search and List, E-File Tab Search, and Acknowledgment Tab Search.

  • Attribute value for Report Search and List - 1
  • Attribute value for E-File tab Search and List - 2
  • Attribute value for Acknowldgment tab Search and List - 3

To configure the lookback period in days, follow these steps:

Log into Atomicschema and update the following paramvalue in the query:
update appln_parameters t set t.v_attribute_value1 = <no of days> where t.n_param_identifier=54;
E-File Tab
update appln_parameters t set t.v_attribute_value2 = <no of days> where t.n_param_identifier=54;
Ack Tab
update appln_parameters t set t.v_attribute_value3 = <no of days> where t.n_param_identifier=54;
COMMIT;