Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Vendor duplicate check

Former Member
0 Likes
382

Hi,

I working on a report that checks for vendor duplicates.

Looking forward to your good ideas and/or code samples and take appropriate action on good/interesting answers.

For example

1) how would you check on duplicate names?

2) how to check the postcode field if there are no checks on the input format (e.g. ignore upper/lower case and spaces)?

3) which vendor master fields would indicate duplicate vendors (e.g. company registration number, VAT registration number)?

All ideas and examples are welcome.

Thanks,

Dennis

Hi,

I working on a report that checks for vendor duplicates.

Looking forward to your good ideas and/or code samples and take appropriate action on good/interesting answers.

For example

1) how would you check on duplicate names?

2) how to check the postcode field if there are no checks on the input format (e.g. ignore upper/lower case and spaces)?

3) which vendor master fields would indicate duplicate vendors (e.g. company registration number, VAT registration number)?

All ideas and examples are welcome.

Thanks,

Dennis

1 REPLY 1
Read only

Former Member
0 Likes
317

Personally I would use the VAT number as this is unique key for vendors.