I have a payment record with 15000+ unapplied invoices. I have to loop through . GetLineCount only returns 10000 lines. How do i overcome the linecount 10000 lines limit? pls assist
e
ec
11/11/2022, 6:26 PM
great question. in the ui the same limitation exists. Except you can then sort/filter, correct?
m
mattdahse
11/11/2022, 6:59 PM
I think @alien4u found a way around this.
s
Shawn Talbert
11/11/2022, 7:08 PM
if you know the invoice id you're looking for, you can probably use defaultvalues when initializing the payment record.
Shawn Talbert
11/11/2022, 7:14 PM
it's also often a potential design flaw to end up with so many unapplied transactions