Hi, how do i get the paymentsessionamount on a sales order when saving the record. I edited the data, and when I do this var paymentAmount = transactionRecord.getValue({
fieldId: 'paymentsessionamount'
})
I get whatever was auto-populated. But the payment event saves with the edited amount so it has to be transferred somewhere... can't seem to find it!