Build a mechanism to hide all the historical data in Pending Claim

Issue No: LG-1103
Created 7/19/2017 9:33:53 AM
Type Feature
Priority Blocker
Status Closed
Resolution Fixed
Fixed Version 17.1
Description In JDE we have imported data from couple of years back. In the weight claim screen, we display all the Contract Seq for which Receipt has been made. Hence, Pending Claim tab in the weight claim screen is displaying contracts which were received long back.   As per the requirement, user don't want to see and historical data (data before 1st April) in the pending claims tab. There should be a mechanism to hide all the historical data from the pending claim tab.   + *Approach* +   Add a new column "ysnNoClaim" in the tblLGLoadDetail table which will say if the contract seq should be displayed in the Pending Claims tab.   For all the historical data (data before 1st April), we can mark the ysnNoClaim as true.   In the view for Pending Claims, we can add the filter based on which only the Contract Seq for which ysnNoClaim is false will load.