How it works?

Build 1501 on 14/Nov/2017  This topic last edited on: 26/Oct/2016, at 18:15

In version 2.0

When a user presses "Send" on the send dialog, the "OnSend()" system script gets called. It optionally checks for spelling errors, then creates a carbon copy. After that, the actual send operation is performed.

About creating carbon copies: Before an article is sent from a folder marked for carbon copy, the DoCarbonCopy script in the Ted4SystemAddin will perform a SaveAs of the article in the same folder with ".cc" name suffix (or a variation in case of multiple re-send) and spike the copied article to hide it from searches.

The purge time is defined by EdConfig.SpikeBlackHours (typography dependent) value, default is 8760 hours (365 days). Then, it continues performing the send operation.

The standard script can handle carbon copies of multiple articles in multiple source folders, with a single server call.

See Sub SendToFolderObject.

To restore a carbon copy (when spike mode enabled), go to "Trash can" Ted4 main tab, search for "Articles" with spike code "Carbon Copy" and undelete selected articles.

In version 1.6

Before an article is sent from a folder marked for carbon copy, the DoCarbonCopy script in the Ted4SystemAddin will perform a SaveAs of the article in the same folder with ".cc" name suffix (or a variation in case of multiple re-send) and spike the copied article to hide it from searches.

The purge time is defined by EdConfig.SpikeBlackHours (typography dependent) value, default is 8760 hours (365 days). Then, it continues performing the send operation.

The standard script can handle carbon copies of multiple articles in multiple source folders, with a single server call.

See Sub SendToFolderObject.

To restore a carbon copy (when spike mode enabled), go to "Trash can" Ted4 main tab, search for "Articles" with spike code "Carbon Copy" and undelete selected articles.