Interfaces can be designed visually, by dragging and dropping components, or programmatically, by generating components via expressions. This topic describes the features and functionality available when creating interfaces. If you are familiar with these concepts and want help in building your interface, please refer to the pages in the Build section of the documentation.
New interfaces are created from the context of an application. Use the New menu within an application to create a new interface and open it for editing.
For functional examples of different design patterns, see the Interface Recipes page. These examples will help you learn key component concepts and can be used as a starting point for your implementation.
When the interface has not yet been defined, a list of template options are available in design mode (shown below). These options give you a starting point from which to build your interface.
When a template is selected, the interface definition as well as any inputs or test data are updated with the template and the live view displays the resulting interface. There are two categories of templates: outlines and examples.
Outlines generate basic expressions for common layouts and use cases. These templates provide structural skeletons to use as a quick starting point that will be enhanced into a richer interface.
Examples are fully-formed interfaces that demonstrate the richness, density, and dynamism that Appian interfaces can offer. These templates are a great way to get ideas on how to display data and to learn how to apply best practices. However, as these templates generate complete expressions, inputs, and test data, it is not advised to use these templates as a starting point for a new interface.
true
into ri!cancel
to indicate that the form was not completed.For information on how to use the Report Builder, please refer to Use the Report Builder.
To modify the interface properties, go to Properties in the Settings menu, as shown below.
This opens the Interface Properties dialog, where you can modify the description, folder, and make the interface available for offline use. For more information about offline interfaces, see designing interfaces for offline use.
Each interface has the following properties.
Property Name | Description |
---|---|
Name | The name that will be used when executing an interface. Names are case-insensitive and must be unique across interfaces, integrations, expression rules, query rules, constants, and functions. Interfaces can be renamed in Appian Designer, see Renaming Design Objects for more information. |
Description | Supplemental information about the interface that is displayed in the inline help within the expression editor and the application contents grid. |
Save In | The rule folder that the interface is saved into. |
Make Available Offline | Makes an interface available for offline mobile. This property is only available if offline mobile is enabled for the environment in the Appian Administration Console. |
Rule Inputs | Rule inputs are used to pass data in and out of an interface. Rule inputs are configured within the interface object.
|
Default Test Values | A common test scenario that can be used when modifying or testing an interface. Default test values are configured within the interface object. |
Interface Definition | The interface is defined using an expression that returns one or more interface components. The definition is configured within the interface object, using either design mode or expression mode. |
The security rolemap of the interface object itself controls who can see or modify the interface definition and properties.
The following actions can be completed by each role:
Actions | Administrator | Editor | Viewer | Deny |
---|---|---|---|---|
Evaluate the interface | Yes | Yes | Yes | Yes |
View the interface definition | Yes | Yes | Yes | No |
Update the interface definition | Yes | Yes | No | No |
View the security in the application view | Yes | Yes | No | No |
Rename the interface | Yes | Yes | No | No |
Delete the interface | Yes | No | No | No |
Update the security | Yes | No | No | No |
By default, interfaces inherit the security of the folder that they are saved in. To view or modify the security of an interface, go to an application that contains the interface. Select it in the grid and then click the Security button in the grid toolbar. Unchecking the Inherit security from parent box will allow you to add new items to the rolemap or modify existing items.
The security of the interface that is viewed by the user is controlled by the Appian object that uses that interface. For example, to see the interface for a Tempo report, users need to have at least view rights to the Tempo report.
For more information on how to secure Appian objects that can display interfaces to users, see Tempo Report Security, and Configuring Security for a Record Type.
Security for the data displayed on an interface is based on the security of the underlying data source. Users must have at least view rights to the data to view it within an interface. If a user does not have view rights to part of the data on an interface, the interface may fail to load.
Note: Hiding data through interface expression configurations does not secure the underlying data. It only determines what does not display on the interface.
For more information on how to configure the security for the underlying data source, see Configuring Data Store Security and Configuring Process Security.
In general, the interface expression runs under the context of the user viewing the interface. In the specific case where a user is viewing a process task that has been accepted by another user, the interface expression runs under the context of the task owner (the user who accepted the task).
See the User Contexts for Expressions page for more information on what user context is used when evaluating activity class parameters.
All versions of an object are saved and designers can view the definitions of old versions; however, when invoked, it is always the latest version that executes.
Versions of a single object can be accessed by users with Viewer permissions, by doing one of the following:
This option opens the Versions dialog with a list of versions:
If you wish to revert to an older version, open that version by clicking on it and save it. This will create a new version of the object with the definition that is currently loaded in the designer. Modifying a previous version and saving it as the latest version does not affect the old version. To avoid confusion, you should close the tab from which you opened the Versions dialog, since it now contains an old version.
Versions can be deleted by users with Editor permissions and if there are multiple versions. A single version can be deleted by clicking the corresponding red X in the rightmost column of the versions grid.
Bulk deletion can be done by selecting filter criteria that returns multiple versions, which causes a message to appear that prompts you to delete the filtered versions. If the latest version is included in the filtered results, it will not be affected by the bulk deletion. This allows for easier and faster cleanup of object versions, in order to maintain useful versions and prevent version buildup that may affect engine memory.
When you save a new version of an interface, the latest version will be available immediately. This means that record views, reports, process tasks and other interfaces that use this interface will immediately use the new version. It is therefore important to carefully consider the impact on running processes when changing interface definitions.
Appian recommends that you follow these best practices to facilitate the change management of interfaces:
Adept designers can leverage several keyboard shortcuts to build interfaces more fluidly. There are general keyboard shortcuts that can be used for overall interface design, as well as keyboard shortcuts that enhance functionality specific to design mode and expression mode respectively.
The following keyboard shortcuts can be used in both design mode and expression mode:
The following keyboard shortcuts are for component-level actions in design mode:
The following keyboard shortcuts are available when interacting with the expression editor in an interface:
Action | Windows | Mac |
---|---|---|
Close find/replace dialog | ESC | ESC |
Collapse/Expand code block | ALT+L | COMMAND+OPTION+L |
Comment code block | CTRL+/ | COMMAND+/ |
Copy | CTRL+C | COMMAND+C |
Cut | CTRL+X | COMMAND+X |
Decrease Indent | CTRL+[ | COMMAND+[ |
Delete line | CTRL+D | COMMAND+D |
Delete group before cursor | CTRL+Backspace | OPTION+Backspace |
Open find dialog | CTRL+F | COMMAND+F |
Open find and replace dialog | CTRL+H | COMMAND+H |
Format expression | CTRL+SHIFT+F | CTRL+SHIFT+F |
Increase Indent | CTRL+] | COMMAND+] |
Move cursor before group | CTRL+Left | OPTION+Left |
Move cursor after group | CTRL+Right | OPTION+Right |
Move cursor to line start | Home | COMMAND+Left |
Move cursor to line end | End | COMMAND+Right |
Open object definition | CTRL+Click on object name | COMMAND+Click on object name |
Paste | CTRL+V | COMMAND+V |
Redo | CTRL+Y | COMMAND+Y, COMMAND+SHIFT+Z |
Select all | CTRL+A | COMMAND+A |
Select group before cursor | CTRL+SHIFT+Left | OPTION+SHIFT+Left |
Select group after cursor | CTRL+SHIFT+Right | OPTION+SHIFT+Right |
Select previous occurrence | SHIFT+ALT+Left | CTRL+OPTION+Left |
Select next occurrence | SHIFT+ALT+Right | CTRL+OPTION+Right |
Undo | CTRL+Z | COMMAND+Z |
In addition, expression editor toolbar provides you with a list of common actions that can be used when interacting with the expression editor:
Note: For a quick reference of these shortcuts as you are working, hover over the ? icon in the top right of the expression editor.
If your interface is intended to be used as a report or an application action, you can configure that within the interface using Save as… in the Settings menu.
Some fields in the Save As form may be pre-populated with information based on your interface definition and the application that contains the interface.
You can create a report directly from within the interface object. This automatically creates a report that calls the interface and makes it available from the Reports tab in Tempo.
To save an interface as a report, use the Report option in the Save Interface As dialog.
When created, the report is added to the selected application. Reports created this way use the same default security as reports created from the application itself, as described here.
You can create an application action directly from within the interface object. This automatically creates a process model with a start form that calls the interface, including a process parameter for each input, and creates an action on the selected application, making it available from the Actions tab in Tempo.
To save an interface as an action, use the Application Action option in the Save Interface As dialog.
You can use the Save & Edit button to open the process model and immediately begin building the rest of the process flow.
When created, the new process model is added to the selected application and the application is published. Process models created this way use the same default security as process models created from the application itself, as described here.