While iterating the undeposited funds collection, how can I get the payment method (check, credit card – or even better, VISA, Mastercard, Discover, Check, etc.) for an undeposited fund item that happens to be a sales receipt?
UndepositedFunds.GetAll True For Each oFund In UndepositedFunds Debug.Print EStr(oFund.TxnType, qoeTxnType), oFund.TxnDate, oFund.PaymentMethod, oFund.Amount Next
In Quickbooks Undeposited Funds, I have a Sales Receipt that I just created with a PaymentMethod of ‘Check by Phone’. I think I created that payment method many years ago – I don’t recall it being a standard payment method in Quickbooks.
My oFund.PaymentMethod for that sales receipt has a value of Nothing.