engine:sync:addmovedateadjustment
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
engine:sync:addmovedateadjustment [2020/02/24 00:40] – Scott Cunliffe | engine:sync:addmovedateadjustment [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 9: | Line 9: | ||
'' | '' | ||
- | string // | + | ^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ Min Value ^ Max Value ^ |
- | string // | + | |field |
- | integer // | + | |filter |
- | integer // | + | |years | Integer |
- | integer // | + | |months | Integer |
- | + | |days | Integer | |
- | |field | + | |
- | |filter |A filter value to compare the field value against. | | + | |
- | |years |The number of years to add to the Next Move Date. | | + | |
- | |months |The number of months to add to the Next Move Date. | | + | |
- | |days |The number of days to add to the Next Move Date.| | + | |
==== Example ==== | ==== Example ==== | ||
Line 25: | Line 20: | ||
Add 7 years to the Next Move Date if the Description contains YEARLY | Add 7 years to the Next Move Date if the Description contains YEARLY | ||
- | <sxh> | + | <code> |
# | # | ||
# Extract the MOVEDATE from offset 4, length 10 of the report body. | # Extract the MOVEDATE from offset 4, length 10 of the report body. | ||
Line 38: | Line 33: | ||
# Adjust the extracted MOVEDATE by 7 years if the DESCRIPTION matches the pattern *YEARLY*. | # Adjust the extracted MOVEDATE by 7 years if the DESCRIPTION matches the pattern *YEARLY*. | ||
AddMoveDateAdjustment(DESCRIPTION, | AddMoveDateAdjustment(DESCRIPTION, | ||
- | </sxh> | + | </code> |
+ | |||
+ | ===== See Also ===== | ||
+ | |||
+ | [[engine: | ||
+ | [[cli: | ||
+ | [[cli: | ||
{{tag> import_engine}} | {{tag> import_engine}} |
engine/sync/addmovedateadjustment.1582504851.txt.gz · Last modified: 2025/01/21 22:07 (external edit)