...
Button | Description | |||||
New | Creates 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 . This information will be visible in the Historical Configurations panel, for further information see the section below, The View Menu.
| |||||
Save As | Select to save the configuration with a new name.
| |||||
Permissions | To 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. | |||||
References | Shows the workflows or APL Code that are referencing this particular collection strategy. | |||||
History | Shows all the previous saves of the APL Collection Strategy. | |||||
Import | Select 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 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 and 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 and buttons will reset the zoom level to the default value. Changing the view scale does not affect the configuration. |
...