Contract summary shows cancelled amendment lines
Hi,
I have a couple of contracts where the users added multiple lines by doing amendments, but then cancelled the amendment which dropped the lines from the lines tab. They then did another amendment and added some more lines and processed it.
The problem is on the contract summary screen that still shows some (not all) of the cancelled amendment lines.
The following code in the Page PeopleCode for CA_CONTR_SUM_PNL Activate does not work correctly and needs to be reviewed.
UnhideScroll(Record.CA_DETAIL);
For &ROW = 1 To ActiveRowCount(Record.CA_DETAIL)
&chg_status = FetchValue(CA_DETAIL.CHG_STATUS, &ROW);