rafa
07/12/2022, 3:41 PMAccount.*
as well as AccountHistory.*
.
i noticed that AccountHistory.OldValue
and AccountHistory.NewValue
columns aren't persistent in the AccountHistory
table, but rather, the relevant row in Account
is updated. this behavior is fine but i'd like to also keep OldValue
and NewValue
columns in the AccountHistory
table. is there a way to do that?
edit: added target plugin for more contextwill_johnson
07/12/2022, 7:51 PMrafa
07/12/2022, 8:37 PMselect:
- Account.*
- AccountHistory.AccountId
- AccountHistory.CreatedById
- AccountHistory.CreatedDate
- AccountHistory.Field
- AccountHistory.Id
- AccountHistory.IsDeleted
- AccountHistory.NewValue
- AccountHistory.OldValue
will_johnson
07/12/2022, 9:01 PMrafa
07/12/2022, 9:01 PMwill_johnson
07/12/2022, 9:01 PMwill_johnson
07/12/2022, 9:01 PMrafa
07/12/2022, 9:04 PMAccountHistory
show up except for NewValue
and OldValue
. i'd like those columns to stay persistent in the destination table, not just update the row in the Account
tablewill_johnson
07/12/2022, 9:04 PMwill_johnson
07/12/2022, 9:06 PMwill_johnson
07/12/2022, 9:07 PMwill_johnson
07/12/2022, 9:07 PMwill_johnson
07/12/2022, 9:08 PMrafa
07/12/2022, 9:09 PMwill_johnson
07/12/2022, 9:09 PMwill_johnson
07/12/2022, 9:09 PMrafa
07/12/2022, 9:09 PMwill_johnson
07/12/2022, 9:09 PMsushant_mittal
11/10/2022, 5:53 AMrafa
11/14/2022, 3:56 PMsushant_mittal
11/14/2022, 4:52 PM