4Site
Support Request System
View Patch #50.016.014
Description
Patch ID:
Date Implemented:
Patch Title:
Patch Type:
Request IDs:
Bug
Enhancement
Other
02382 -
Stock/Price Book lookup won't load if find by = %
Symptoms:
Once client went to V5 they found they got the error "Unable to find any matches in organization .... for Alias %". The person didn't even want to do a lookup, he knew the number he wanted to enter. The problem is caused by the patch that restores the last find option settings and list. The first time in there is no registry entries so it uses alias and % as the find by -so it loads all stock for the company. But the 'row' variables were declared as Long so any client with > 32767 pbalias records or any other entity listed by this form would get the error
Solution:
1. change declaration from Integer to Long 2. I changed the limit checks from 200 to 1000 so now you won't get the msgs unless it finds > 1000 rows to satify the find by request 3. I also changed it to load 2000 records at a time 4. If the wildcard is just % then don't automatically load the last find by list the first time into the form. This will alleviate the other case that if the person wanted to just type in a number they would get he "181,238 records found do you want to continue" when it did the auto-load. They would then have to cancel from the msg to type in the number they knew all along.
Browse Patches
Find a Patch
Return to Request System Menu