engine:sync:setpermanentdatevalue
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
engine:sync:setpermanentdatevalue [2018/08/14 18:21] – [Example] dcumming | engine:sync:setpermanentdatevalue [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | setpermanentdatevalue | + | ===== SetPermanentDateValue ===== |
+ | |||
+ | <note important> | ||
+ | |||
+ | See [[engine: | ||
- | ==== SetPermanentDateValue ==== | ||
Set the date that is to be considered as permanent. | Set the date that is to be considered as permanent. | ||
==== Phase ==== | ==== Phase ==== | ||
+ | |||
This instruction is used by the TapeTrack Synchronization Engine. | This instruction is used by the TapeTrack Synchronization Engine. | ||
==== Syntax ==== | ==== Syntax ==== | ||
- | **SetPermanentDateValue**// | ||
- | //string date;//\\ | + | **SetPermanentMoveDateValue**(//date//); |
+ | |||
+ | string | ||
|date| The date that should be considered permanent.| | |date| The date that should be considered permanent.| | ||
==== Example ==== | ==== Example ==== | ||
- | **SetPermanentDateValue: | + | |
- | |Extract(MOVEDATE, | + | Set the permanent date to 1971-01-01 |
- | |SetMoveDateFormat(" | + | |
- | |AddTranslation(MOVEDATE, | + | < |
- | |SetPermanentDateValue(" | + | # |
+ | # Extract the MOVEDATE from offset 10, length 10 of the report body. | ||
+ | Extract(MOVEDATE, | ||
+ | |||
+ | # Set the MOVEDATE format. | ||
+ | SetMoveDateFormat(" | ||
+ | |||
+ | # Translate | ||
+ | AddTranslation(MOVEDATE, | ||
+ | |||
+ | # Set the permanent | ||
+ | SetPermanentMoveDateValue(" | ||
+ | |||
+ | </ |
engine/sync/setpermanentdatevalue.1534270915.txt.gz · Last modified: 2025/01/21 22:07 (external edit)