Skip to main content
Skip table of contents

Snapshot: Create Module Data Snapshot

Tag: Snapshot

Snapshot creates a snapshot with the data currently loaded in the module.

Tag Attributes

AttributesAttribute ValuesValue Description
KeepAliveTRUE / FALSEDefaults to FALSE
FilePath(selected by user)

The path file is absolute or relative to current script file location (missing or wrong extension will be forced to valid one with a warning).
.ytr_snap

Password(entered by user)ASCII only
IncludePermanentCommentsTRUE / FALSE Defaults to FALSE
ShowInExplorerTRUE / FALSEDefaults to FALSE
PublicTRUE (Public) / FALSE (restricted to tenant)Defaults to FALSE
IncludeHiddenColumnsTRUE / FALSEDefaults to FALSE
IncludeHiddenRowsTRUE / FALSEDefaults to FALSE

Example Script

XML
<Snapshot FilePath="snapshot1.ytr_snap" /> <!-- Tenant restricted snapshot without password -->
<Snapshot FilePath="snapshot2.ytr_snap" Password="P@ssword!" /> <!-- Tenant restricted snapshot with password -->
<Snapshot FilePath="snapshot3.ytr_snap" Password="P@ssword!" ShowInExplorer="TRUE" /> <!-- Tenant restricted snapshot with password shown in explorer after creation -->
<Snapshot FilePath="snapshot4.ytr_snap" Password="P@ssword!" ShowInExplorer="TRUE" Public="TRUE" /> <!-- Public snapshot with password shown in explorer after creation -->
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.