The EFT information is in table SY06000 in the company database.
As far as I know there is nothing out of the box that would get you this information, but you could build a SmartList and tie it together with table PM00200 by the Vendor ID. You could get more than one listing if an EFT is setup on more than one address id.
—————————— Bert Green GP Developer/GP Administrator Berger Transfer & Storage, Inc. Saint Paul MN GP2015/MR CU11 —————————— ——————————————-
Leah Nolan
Member
March 31, 2017 at 8:25 AM
Start with something like below. Then you can add fields from SY06000 once you see which vendors are set up. ********************************************************** SELECT V.VENDORID AS VendorID, V.VENDNAME AS Vendor, V.VADCDTRO AS RemitTo, CASE E.INACTIVE WHEN NULL THEN ‘N’ WHEN 0 THEN ‘Y’ ELSE ‘N’ END AS EFT FROM PM00200 V LEFT JOIN SY06000 E ON V.VENDORID = E.VENDORID **********************************************************
—————————— Leah Nolan IT Business Systems Analyst Fallbrook Technologies, Inc Cedar Park TX —————————— ——————————————-
Please note:
This action will also remove this member from your connections and send a report to the site admin.
Please allow a few minutes for this process to complete.
Report
You have already reported this .
Welcome to our new site!
Here you will find a wealth of information created for peopleĀ that are on a mission to redefine business models with cloud techinologies, AI, automation, low code / no code applications, data, security & more to compete in the Acceleration Economy!