I'm working on an IDO Extension Class to allow us to send a text file to our bank as we are looking to have them print our checks for us. So far, I've been able to pull almost all the needed information out of the SLGlbanks, SLAptrxps, SLVendors and SLVendaddrs IDOs. However, my Net/Gross/Discount values are incorrect. When I look at the RPT_Ap01FRISp, it appears that the values I need are being put into a temp table called tt_checks. Looking at lines ~819-846 I can see the calculations I need to perform, but when I run my code the temp table is obviously not populated. Does anyone know where/how this table gets populated so I can perform the calculations myself?
Also, if anyone has any experience in creating the text files for banks for EFT I'd be interested in talking with you. Thanks!