engine:sync:addskiponrepositorychange
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
engine:sync:addskiponrepositorychange [2020/03/04 02:39] – [Example] Scott Cunliffe | engine:sync:addskiponrepositorychange [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== AddSkipOnRepositoryChange ===== | ====== AddSkipOnRepositoryChange ===== | ||
- | Skip the update of a Volume if the Current or Target Repository is equal to a filter value. | + | Skip the update of a [[object: |
===== Phase ===== | ===== Phase ===== | ||
Line 11: | Line 11: | ||
'' | '' | ||
- | string // | + | ^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ |
- | string // | + | |proposed| String |
- | string // | + | |target| String |
- | + | |current| String | |
- | |proposed| Filter value representing the proposed change to the Target Repository.| | + | |
- | |target| Filter value representing the current Target Repository value.| | + | |
- | |current| Filter value representing the current Current Repository value| | + | |
===== Example ===== | ===== Example ===== | ||
Line 23: | Line 20: | ||
Skip an update if the proposed change is HOLD and the current target repository is LIBR. | Skip an update if the proposed change is HOLD and the current target repository is LIBR. | ||
- | <sxh text;> | + | <code text;> |
AddSkipOnRepositoryChange(" | AddSkipOnRepositoryChange(" | ||
- | </sxh> | + | </code> |
Skip an update if the proposed change is HOLD, the target Repository is LIBR and the current Repository is OFFS, LEGL or DEST. | Skip an update if the proposed change is HOLD, the target Repository is LIBR and the current Repository is OFFS, LEGL or DEST. | ||
- | <sxh text;> | + | <code text;> |
AddSkipOnRepositoryChange(" | AddSkipOnRepositoryChange(" | ||
- | </sxh> | + | </code> |
Skip any update that attempts to move a Volume out of Current Repository DEST. | Skip any update that attempts to move a Volume out of Current Repository DEST. | ||
- | <sxh text;> | + | <code text;> |
AddSkipOnRepositoryChange(" | AddSkipOnRepositoryChange(" | ||
- | </sxh> | + | </code> |
+ | |||
+ | ===== See Also ===== | ||
+ | |||
+ | [[engine: | ||
+ | [[cli: | ||
+ | [[cli: | ||
{{tag> import_engine sync_engine}} | {{tag> import_engine sync_engine}} | ||
engine/sync/addskiponrepositorychange.1583289541.txt.gz · Last modified: 2025/01/21 22:07 (external edit)