TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:sync:setskiponmovedaterange

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
engine:sync:setskiponmovedaterange [2018/10/19 01:11] Scott Cunliffeengine:sync:setskiponmovedaterange [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
-===== SetSkipOnMoveDateRange =====+====== SetSkipOnMoveDateRange ======
  
 Skip the update of a Volume if the Move Date value is within a specific range. Skip the update of a Volume if the Move Date value is within a specific range.
  
-==== Phase ====+===== Phase =====
  
 This instruction is used by the TapeTrack Synchronization Engine. This instruction is used by the TapeTrack Synchronization Engine.
  
-==== Syntax ====+===== Syntax =====
  
-**SetSkipOnMoveDateRange**(//range//);+''SetSkipOnMoveDateRange(range);''
  
-string //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 |
-|range| Range of dates that should be used for comparison against the proposed Move Date.|+
  
 ==== Example ==== ==== Example ====
Line 19: Line 18:
 Skip a Volume update if the proposed Move Date is between 10 days ago and today Skip a Volume update if the proposed Move Date is between 10 days ago and today
  
-<sxh> +<code>
-+
-# Skip a Volume update if the proposed Move Date is between 10 days ago and today.+
 SetSkipOnMoveDateRange("*-10:*");  SetSkipOnMoveDateRange("*-10:*"); 
 +</code>
 +
 +===== See Also =====
 +
 +[[engine:import|Import Engine Functions]] \\
 +[[cli:sync_fields|Sync Engine Fields]] \\
 +[[cli:tmss10sync|TMSS10Sync]]
  
-</sxh>+{{tagimport_engine sync_engine}}
engine/sync/setskiponmovedaterange.1539911465.txt.gz · Last modified: 2025/01/21 22:07 (external edit)