Does anyone know how to get 'amountremainingtotalb...
# general
a
Does anyone know how to get 'amountremainingtotalbox' field from the Invoice page on a saved transaction search?
c
should just be amount remaining or fx amount remaining if using foreign currencies.
a
@creece That worked. I believe I was looking at the amount due fields. Thank you
s
I actually had to figure this out recently to improve the performance of a User Event script, which was loading invoices just to get that value. After much trail and error (there was no documentation to go off of), we found that the result column Amount Remaining (Foreign Currency)
fxamountremaining
in a saved search gives the exact same value as
amountremainingtotalbox
from a record load
🙌 1