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/10/19 00:39] – Scott Cunliffe | 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: | ||
+ | |||
Set the date that is to be considered as permanent. | Set the date that is to be considered as permanent. | ||
Line 9: | Line 14: | ||
==== Syntax ==== | ==== Syntax ==== | ||
- | **SetPermanentDateValue**(// | + | **SetPermanentMoveDateValue**(// |
string //date;//\\ | string //date;//\\ | ||
Line 17: | Line 22: | ||
==== Example ==== | ==== Example ==== | ||
- | <sxh> | + | Set the permanent date to 1971-01-01 |
- | # | + | |
+ | <code> | ||
# | # | ||
+ | # Extract the MOVEDATE from offset 10, length 10 of the report body. | ||
+ | Extract(MOVEDATE, | ||
+ | |||
+ | # Set the MOVEDATE format. | ||
+ | SetMoveDateFormat(" | ||
+ | |||
+ | # Translate the MOVEDATE date to 1971-01-01. | ||
+ | AddTranslation(MOVEDATE, | ||
+ | |||
+ | # Set the permanent date to 1971-01-01. | ||
+ | SetPermanentMoveDateValue(" | ||
- | |Extract(MOVEDATE, | + | </code> |
- | |< | + | |
- | |AddTranslation(MOVEDATE, | + | |
- | |SetPermanentDateValue(" | + |
engine/sync/setpermanentdatevalue.1539909545.txt.gz · Last modified: 2025/01/21 22:07 (external edit)