Lookup error

Discussions related to custom development with Select.
Post Reply
ddudley3
Posts: 55
Joined: Fri May 03, 2013 9:11 am

Lookup error

Post by ddudley3 »

Im getting this error in certain situations


{"The ILookups.DisambiguateLookupRow event did not handle the situation where two lookups rows had the same key field and it was retrieved."}

I'm assuming here that multiple rows exist when I set the Zip, City, County etc.

Do I need to Call the Lookups service instead of directly setting the zip?
How can I call the Lookups service
table, filter Spec etc for this situation?
BobRichards
Posts: 1377
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: Lookup error

Post by BobRichards »

See post Problems setting County on a property for information on handling this event.
Bob Richards, Senior Software Developer, SoftPro
ddudley3
Posts: 55
Joined: Fri May 03, 2013 9:11 am

Re: Lookup error

Post by ddudley3 »

Followup

If I setup an eventhandler for

DisambiguateLookupRow

I found that I had to remove the default handler first in order for this one to fire correctly


So, Do I need to remove my version before the package form is closed and set back to the default ?
Post Reply