engine:sync:setpermanentdatevalue
This is an old revision of the document!
Table of Contents
setpermanentdatevalue
SetPermanentDateValue
Set the date that is to be considered as permanent.
Phase
This instruction is used by the TapeTrack Synchronization Engine.
Syntax
SetPermanentDateValue(date);
string date;
date | The date that should be considered permanent. |
Example
SetPermanentDateValue: Set the permanent date to 1971-01-01
Extract(MOVEDATE, 10, 10, 0); | Extract the MOVEDATE from offset 10, length 10 of the report body. |
SetMoveDateFormat("%%d/%%m/%%Y"); | Set the MOVEDATE format. |
AddTranslation(MOVEDATE, “PERMANENT”, “01-01-1971”) | Translate the MOVEDATE date to 1971-01-01. |
SetPermanentDateValue(“1971-01-01”); | Set the permanent date to 1971-01-01. |
engine/sync/setpermanentdatevalue.1534279579.txt.gz · Last modified: 2025/01/21 22:07 (external edit)