Home Search

DriveWorks Pro 24
Live UI Pages

Send Feedback

Default Web Pages

The Integration Theme Live UI contains the following pages by default.

Login Page

URL: /index.html

Projects Page

URL: /projects.html

The projects page lists all the projects the logged in user can create specifications from.

DriveApps Page

URL: /driveapps.html

The driveapps page lists all the driveapps the logged in user can run.

Run Page

URL: /run.html?project=ProjectName

While the project is loading the URL will change to include the specification id, for example:

URL: /run.html?project=ProjectName&specificationId=9999

Spaces in projects names will be replaced with %20.

Other URI reserved characters will also be encoded as necessary.

History Page

URL: /history.html

Once logged into the site append the URL above to the main site address or click the History link from the menu.

The History page lists all specifications the logged in user is authorized to view.

  • Filter

    Apply a filter to filter the view by specification name

    For example, enter 3 to display all specifications where the name contain the number 3.

  • Date (Order)

    Toggle between sorting all specifications in view by Newest First or Oldest First (last edited date).

  • Show Archived

    Toggle between displaying or hiding any archived specifications.

    Archived specifications are hidden by default.

    Click Show Archived to display archived specifications. Once selected the same button will display Hide Archived.

  • Expand

    Will expand the details for all specifications in view.

    The details of individual specifications can be expanded by clicking the arrow on the entry for the specification.

  • Refresh

    Will load any relevant specifications made since the page was initially loaded.

  • List/Grid

    Toggle the current view between:

    • List - arrange the specification history into a list view.

    • Grid - arrange the specification history into a grid view.

Details (Specification) Page

URL: /details.html?specificationName=SpecificationName

Spaces in specification names will be replaced with %20.

Other URI reserved characters will also be encoded as necessary.

The details page loads when a specification is completed or when a specification is selected from the history page.

It displays all information about the specification, including:

  • Any available Transition and Operation buttons.
  • Main details tile, showing the current state, date created and modified date, and the user name it wa created by and last modified by.
  • Further details tile, displaying the results of any specification properties applied.
  • And all images and documents generated by the specification (if applicable).

Command Page

URL: /command/index.html

Settings Page

URL: /settings.html

The settings page is available to Administrators only.

It gives access to all Group and Site Configuration settings and all Appearance settings for the site.

See Live UI Settings for more information.