Invoice transactions
The invoice transaction object contains information about transactions against an invoice.
Use the Take Payment functionality to log payments and refunds against invoices in Current RMS.
We don't recommend using invoice transaction objects when linked to Xero or QuickBooks Online. Transactions logged in Xero and QuickBooks Online are not accessible in document layouts or discussion templates.
When integrated with QuickBooks Online, there's no facility to record payments in Current RMS.
When integrated with Xero, the Take Payment function posts payments across to Xero. Only transactions recorded using the Take Payment function can be accessed on document layouts and discussion templates. Transactions logged directly in Xero are not accessible in document layouts or discussion templates.
Example
Here's an example of a document that prints transactions.

Objects that return transactions
Transaction objects are always accessed within a forloop that iterates for each transaction. You may use:
transactions
transactionsReturns all transactions. For example, from an invoice document layout:
payments
paymentsReturns transactions with the type payment. For example, from an invoice document layout:
refunds
refundsReturns transactions with the type refund. For example, from an invoice document layout:
Document layouts
The transaction object can be accessed in document layouts created against the following modules:
Invoice
Opportunity
Returns invoice taxes for invoices linked to a particular opportunity.
Member
Returns invoice transactions for invoices linked to a particular organization.
Returns invoice transactions for active invoices linked to a particular organization.
Discussion templates
The transaction object can be accessed in discussion templates created against the following modules:
Invoice
Opportunity
Returns invoice transactions for invoices linked to a particular opportunity
Organization
Returns invoice transactions for invoices linked to a particular organization.
Returns invoice transactions for active invoices linked to a particular organization.
amount
amount Returns the transaction amount.
Input
Output
id
idReturns the transaction ID.
Input
Output
payment_method_name
payment_method_nameReturns the transaction payment method name.
Payment methods are configured in System Setup > List of Values.
Nothing is returned for transactions posted to Xero.
Input
Output
reference
referenceReturns the transaction reference.
Input
Output
transaction_at
transaction_atReturns the date and time of the transaction.
Input
Output
transaction_type
transaction_typeReturns the transaction type code.
Code
Transaction type
4
Payment
5
Refund
Input
Output
transaction_type_name
transaction_type_nameReturns the transaction type name.
Payment
Refund
Input
Output
Last updated
Was this helpful?