Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Button

Description

NewCreates a new APL Collection Strategy configuration that will be visible in a new tab.
Open

Opens a saved APL Collection Strategy configuration that will be visible in a new tab.

Save

Saves the configuration.

After clicking Save, a dialog box opens. In the Version Comment text box, type a description of the changes that you have made, then click OK . This information will be visible in the Historical Configurations panel, for further information see the section below, The View Menu.

Note
titleNote!

Every time you save a configuration, performs  Image Added performs a validation of the configuration integrity. If the configuration is incomplete, it is saved as "invalid". An invalid configuration is either one that has not been fully configured, or one with an external dependency that is either invalid or missing. You identify invalid configurations by the red "X" on top of their application icon.


Save As

Select to save the configuration with a new name.

Note
titleNote!

Use only a-z, A-Z, 0-9, "-" and "_" to name a Configuration.


PermissionsTo set the owner of the configuration as well as Read, Write and Execute permissions for the groups accessing the configuration. For further information, see Access Controller(3.0).

Validate

Compiles the current APL Collection Strategy code, checking for grammatical and syntactical errors. The status of the compilation is displayed in a dialog. Upon failure, the erroneous line is highlighted and a message, including the line number, is displayed.

ReferencesShows the workflows or APL Code that are referencing this particular collection strategy.
HistoryShows all the previous saves of the APL Collection Strategy.
ImportSelect this option to import code from an external file. Note that the file has to reside on the host where the client is running.
Export

Select this option to export your code to an *.apl file that can be edited in other code editors, or be used by other systemsother Image Added systems.

Undo

Select this option to undo your last action.

Redo

Select this option to redo the last action you undid with the Undo option.

Cut

Cuts selections to the clipboard buffer.

Copy

Copies selections to the clipboard buffer.

Paste

Pastes the clipboard contents.

Find

Displays a dialog where chosen text may be searched for and, optionally, replaced.

Find Again

Repeats the search for the last string entered in the Find dialog.

Zoom Out

Zoom out the code area by modifying the font size. The default value is 13(pt). Clicking the button between the Zoom Out and Zoom In buttons will reset the zoom level to the default value. Changing the view scale does not affect the configuration.

Zoom In

Zoom in the code area by modifying the font size. The default value is 13(pt). Clicking the button between the Zoom Out and Zoom In buttons will reset the zoom level to the default value. Changing the view scale does not affect the configuration.

...