ExpenseCreditCardTransactions
Captures corporate card transaction data (dates, amounts, merchant info) for automated expense reconciliation and policy checks.
Columns
| Name | Type | Description |
| CreatedBy | String | The identifier of the user or system that created the record in the ExpenseCreditCardTransactions table, providing an audit trail for the transaction. |
| CreationDate | Datetime | The date and time when the record was created in the ExpenseCreditCardTransactions table, indicating when the transaction was originally logged. |
| CreditCardTrxnId [KEY] | Long | A unique identifier for each credit card transaction in the ExpenseCreditCardTransactions table, used to reference and track individual transactions. |
| LastUpdateDate | Datetime | The date and time when the record was last updated, providing a timestamp for any modifications made to the transaction data. |
| LastUpdateLogin | String | The login ID associated with the most recent update to the record in the ExpenseCreditCardTransactions table, allowing identification of the user who made the change. |
| LastUpdatedBy | String | The identifier of the user who last updated the record in the ExpenseCreditCardTransactions table, ensuring traceability of updates to the transaction. |
| Finder | String | A reference or label used for searching and identifying records in the ExpenseCreditCardTransactions table, often for filtering or categorization purposes. |