@model Disco.Web.Areas.Config.Models.Export.EditModel @using (Html.BeginForm(MVC.API.Export.Update())) { @Html.AntiForgeryToken(); @Html.HiddenFor(m => m.Id)
| Name: | @Html.EditorFor(model => model.Name) |
|---|---|
|
Description: Optional |
@Html.EditorFor(model => model.Description) |
| Days: |
|
|---|---|
| Start Time: |
By default, Disco ICT shuts down at 1:30am and does not resume again until its needed. If a scheduled export was missed during this time, it will be run as soon as Disco ICT is resumed. |
| Repeat Hourly Until: | |
| File System Location: |
@Html.EditorFor(m => m.FilePath)
This is the full file path on the Disco ICT server ( This will create a new file each time the export runs. |
| Additional Users/Groups: |
Users with the Manage Saved Exports permission (including Disco ICT Administrators) can perform an on-demand export at any time.
Users or Group Members can be added to this list.
@if (!Model.IsEnabled)
{
|
|---|---|
| Link |
Are you sure you want to delete the Saved @Model.ExportTypeName: @Model.Name?