Skip to main content

New Item

The New Item modal allows users to enter a file name for the new schedule (.sch) file being created. This ensures that each scheduled job has a unique and descriptive identifier.

UI Elements

  • FILE NAME
    Input field where the user defines the name of the new schedule. The .sch extension is added automatically.

  • Cancel
    Cancels creation and closes the dialog.

  • OK
    Confirms the file name and creates the schedule item.

New Item Dialog

Validation Rules

  • File name must not be empty.
  • No special characters are allowed.
  • Names must be unique within the Schedules folder.

Usage Flow

  1. Triggered when New Item is clicked under the Schedules folder.
  2. User enters a schedule name.
  3. On confirmation, the IDE opens the Scheduler Editor.

seeAlso

  • #linkDocument (DeveloperGuides.IDE.Scheduler)
  • #linkDocument (DeveloperGuides.IDE.Project.Asset)