Brain cramp! How do I find (search) for the Custo...
# suitescript
d
Brain cramp! How do I find (search) for the Customer Payment of a particular Invoice? I know the invoice internalid, I want to find its Customer Payment record
b
usually its a search using the applying transaction or applied transaction join
for this case, you might also be able to use something like paying transaction
d
Got it, thanks!