RTransaction
This table represents the Transaction tab of an invoice record, which displays the entire transaction.
Object: RTransaction (R_TRANSACTION)
Attribute |
Database column name |
Field in UI |
End of path |
Bridge |
Links to object table: |
Data type |
Comments |
Commonly used in: |
|
---|---|---|---|---|---|---|---|---|---|
Rules |
Temp/Wiz |
||||||||
createdBy |
CREATED_ BY_ID |
x |
x |
object |
8 The user who created the financial transaction. --> Links to specific information about the user account. |
||||
createdOn |
CREATED_ ON (DATE) |
Created On (Transactions block of Expense, Task or Invoice) |
x |
date |
The date the transaction was created. |
||||
modifiedBy--> |
MODIFIED_ BY |
x |
x |
object |
8 The user who voided the expense, task, or invoice. --> Links to specific information about the user account. |
||||
modified |
MODIFIED_ ON (DATE) |
x |
date |
The date the expense, task, or invoice was voided. |
|||||
primary |
PRIMARY_ KEY |
x |
int |
The unique ID of the financial transaction. |
|||||
short |
SHORT_ |
Currently not used. |
|||||||
transaction Date |
TRANSACT ION_DATE (DATE) |
Date |
x |
date |
The date the transaction took place. |
||||
transaction DetailList |
n/a |
x |
x |
Links to the join table that contains information for all transaction details of this financial transaction. |
|||||
version |
VERSION (NUMBER) |
x |
int |
Indicates how many times the transaction has been updated. Note: The version is updated only when financial transactions are voided or re- posted. |