AP vednor TIN/address verfication

 4 Replies
 0 Subscribed to this topic
 5 Subscribed to this forum
Sort:
Author
Messages
Cindy
Advanced Member Send Private Message
Posts: 29
Advanced Member
Has anyone created a mashup to verify TINs and addresses for AP vendors? Thanks, Cindy
mark.cook
Veteran Member Send Private Message
Posts: 444
Veteran Member
What kind of verification are you looking for? Duplicate TIN, Duplicate Addresses or google search of the address/vendor. I have played with some things around this but do not have anything ready for primetime. Let me know what you looking for and maybe we can figure out something that we might be able to collaborate on. Thanks
Cindy
Advanced Member Send Private Message
Posts: 29
Advanced Member
Hi Mark, For some reason I did not receive your reply and just happened to be looking around and saw your reply.  We want to be able to verify that we have the correct TIN and address at the time that we add a Vendor in AP10.  We were contacted by a company - tincheck.com that states that we can automate the process through our AP system.  Are you looking at using a 3rd party or setting up the process to check it directly?  You can check their code samples here.

https://www.tincheck.com/pages/developer Cindy

Patrick Dowd
Advanced Member Send Private Message
Posts: 25
Advanced Member
Hi Cindy, It looks like this company has web services available where you can verify the information you're interested in verifying. The Mashup Designer has a DataPanel control that will allow you to interact with these web services. You could essentially embed AP10 and a couple of DataPanels in your Mashup. Upon performing an "Add" on AP10, you could pull the Vendor's TIN and Address off of the form, send those values to the third party web service, and return the results back in to the Mashup. Pat
Patrick Dowd
Advanced Member Send Private Message
Posts: 25
Advanced Member
Minor correction, it's the DataListPanel control that you could use for this task. It can be found within your Data Services list of controls. Please note that there is a similar example built in to the Help of the Mashup Designer. There is a Spotify example that uses multiple DataListPanels to interact with a web service and return the results.