[Feature] Provide created_at
and updated_at
as fields in the General Ledger end model
#144
Open
1 of 4 tasks
Labels
Is there an existing feature request for this?
Describe the Feature
Currently we offer the
transaction_date
associated with transactions in the General Ledger end model. However, we don't provide metadata fields likecreated_at
andupdated_at
, which provide records of when the transaction was initially created and when it was last updated.Offering these timestamps would provide more insight to customers regarding our transaction records.
How would you implement this feature?
We will offer new
created_at
andupdated_at
fields within the respective staging models and then carry those fields forward through to the General Ledger end model.This wouldn't be used past the General Ledger model.
Describe alternatives you've considered
Only leverage the
transaction_date
. However, we lose timestamp information when focusing solely on this time record.Are you interested in contributing this feature?
Anything else?
No response
The text was updated successfully, but these errors were encountered: