Working with Settings

Login AM contains a lot of different setting types, which all have a different way of working. This chapter explains the different types of settings.

Setting Types

String

The string type is the most common type of setting, it can contain any value that can be typed on a keyboard.

Login AM Working With Settings String.png

Credentials

The credentials type is a combination of a username and a password, which always belong to each other. The password is displayed in a masked input box.

Login AM Working With Settings Credentials.png

Boolean

The boolean type is always true or false, never anything else.

Login AM Working With Settings Boolean.png

Folder

The folder type is a type that is used to select a folder. It has auto-completion and two additional buttons for browsing to a folder and opening the folder in Explorer.

Login AM Working With Settings Folder.png

Button Description Button
Browse Used for browsing to a folder Login AM Working With Settings Folder Browse.png
Open Used to open the folder in Explorer Login AM Working With Settings Folder Open.png


File

The file type is a type that is used to select a file. It has auto-completion and two additional buttons for browsing to a folder and opening the file in Notepad.

Login AM Working With Settings File.png

Button Description Button
Browse Used for browsing to a file Login AM Working With Settings File Browse.png
Open Used to open the file with Notepad Login AM Working With Settings File Open.png

List

The list type contains a list of values that can be selected.

Login AM Working With Settings List.png

Filters

Each setting type has a filter button Login AM Working With Settings Filter.png. This button can be used to assign different values to a setting, based on filter expressions. Filter expressions are string values that allow for configurations to be applied or discarded based on the evaluation of one or more filters. Filters are small snippets that yield either true or false. An example of such a filter is the FileExist filter.

Login AM Working With Settings Filters.png

When a filter is applied to a setting, the setting value will be displayed as:

More than one filter can be applied to a setting. If this is the case, the value of the first filter expression that resolves to true is selected. The order of the filter expressions is editable in the filter builder, which can be accessed by clicking on the filter button.