Recent-activity field doesnt appear in the excel output #240
-
hi - Im trying to extract dry-run data to show all objects without recent activity over 90 days but the exported data is missing this field. This is my command - Can someone point me in the right direction to getting this data please. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hey @RekhaVadukul,
|
Beta Was this translation helpful? Give feedback.
Hey @RekhaVadukul,
the archiver file has a column called "modified" which states the date on which the last activity occurred for that particular guid/tml/row. The value of this date will be before the 90 day period from the date you executed the CS Tools archiver command.
To explicitly get the number of days when this activity occurred before today (or the date when you executed the archiver command), you can create a new column like : " today()-modified "