Posts: 1,665
Threads: 644
Joined: Aug 2016
Reputation:
164
If you execute a search at find duplicates , and results needs more than one pages, there is an issue when there is two duplicate registry, and system print the first registry in page 1 and second in page 2 (for example)
In this case, can not is possible to select last line in page 1 and first line in page 2, and click in Merge button
When you click on merge button system shows "Select in least two registry for merging"
Ranieri
eCRM Web
Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
The way that part of the application is constructed is that you can only merge records that are on the same page and it would be difficult to change that functionality. I would recommend either merge a few records that are above the one that is on two pages, or change the size of the page with the Application_ListView_PageSize variable.
Joe
TSolucio
Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
I tried to say above that I acknowledge the issue and that the solution is to merge a couple of records BEFORE the one that is split on two pages, that way when you reload those two will be on the same page. You can also change the page size with the global variable Application_ListView_PageSize, so that the records are not split.
It would be very hard to program a fix for this while it is extremely easy to bypass the issue simply working on the records that are before the ones that are split.
Joe
TSolucio