5.8 Configuring Bulk E-File Download Date Range Limit

Use this section to configure Bulk E-File Download Date Range Limit for the template.
UPDATE APPLN_PARAMETERS SET V_ATTRIBUTE_VALUE8= '<Number of Days>'WHERE N_PARAM_IDENTIFIER=
47; COMMIT;

Note:

By default, the number of days is set to 5.
For example,
UPDATE APPLN_PARAMETERS SET V_ATTRIBUTE_VALUE8= '5' WHERE N_PARAM_IDENTIFIER=47;
COMMIT;