mrob
09/24/2024, 9:44 PM...<http://sb1.app.netsuite.com/app/accounting/transactions/payments.nl?id=4626747&label=Journal&type=journal&alllinks=T|sb1.app.netsuite.com/app/accounting/transactions/payments.nl?id=4626747&label=Journal&type=journal&alllinks=T>
, so basically trying to find any programmatic way of finding this list of 'alllinks'/'payments' (which in our case is about 50 currency revaluations. These currency revaluations do not show up on the Related Record list on the journalsuitedev
09/25/2024, 3:52 PMnexttraansactionlinelink
table?mrob
09/25/2024, 5:03 PMrec.getSublists()
(3) ['openrecv', 'openpay', 'foreignaccts']
and
rec.getSublistFields('openrecv')
(19) ['typekey', 'type', 'typeurl', 'ddate', 'entity', 'currency', 'tfxrate', 'cfxrate', 'balance', 'variance', 'previous', 'netvar', 'accttype', 'acct', 'origdoc', 'origline', 'kentity', 'dummy', 'isPymt']
(thank you for the response)mrob
09/25/2024, 5:06 PM