====== SetSkipOnMoveDateRange ====== Skip the update of a Volume if the Move Date value is within a specific range. ===== Phase ===== This instruction is used by the TapeTrack Synchronization Engine. ===== Syntax ===== ''SetSkipOnMoveDateRange(range);'' ^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ |range| String | Range of dates that should be used for comparison against the proposed Move Date.| 1 | 100 | ==== Example ==== Skip a Volume update if the proposed Move Date is between 10 days ago and today SetSkipOnMoveDateRange("*-10:*"); ===== See Also ===== [[engine:import|Import Engine Functions]] \\ [[cli:sync_fields|Sync Engine Fields]] \\ [[cli:tmss10sync|TMSS10Sync]] {{tag> import_engine sync_engine}}