6.11 Configuring Lookback Period in the Days

This configuration allows you to customize the Created Date From in the Report Search and List, Approved Tab Search, E-File Tab Search, and Acknowldgment 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
  • Attribute value for Approved Tab Search and List - 4

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

  1. Login into Atomic schema 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=57;

    E-File Tab

    update appln_parameters t set t.v_attribute_value2 = <no of days> where t.n_param_identifier=57;

    Ack Tab

    update appln_parameters t set t.v_attribute_value3 = <no of days> where t.n_param_identifier=57;

    Approve Tab

    update appln_parameters t set t.v_attribute_value4 = <no of days> where t.n_param_identifier=57;