Custom fields

AppViz supports custom fields for applications, flows, network objects, projects, and contacts.

Note: When viewing the Flows tab of an application, custom flow fields only appear if you display them or when you are editing a flow.

Add custom fields to flows

Do the following:

  1. In the toolbar, click your username.

    A drop-down list appears.

  2. In the drop-down list, select Administration.

    The administration page appears in the workspace.

  3. Click the Customization tab.

    The Customization tab appears.

  4. In the Custom Fields area, click Manage.

    The Manage Custom Fields area appears.

    • Enabled fields are marked with .
    • Disabled fields are marked with .
  5. In the left panel, select the information area in which the custom field appears: Application, Flow, Object, Project, or Contact.
  6. To add a new field, do the following:
    1. Click Add New Field.

      The New Custom Field window appears.

    2. Complete the fields using the information in Custom Field Fields (see Custom Field Fields).
    3. Click Save.
  7. To edit a custom field, do the following:
    1. Click .
    2. Edit the fields you desire using the information in Custom Field Fields (see Custom Field Fields).
    3. Click Save.

      Note: When editing the Application lifecycle fields, you must have at least two stages, one of which must be Decommission.

  8. To delete a custom field, do the following:
    1. Click .

      A confirmation message appears.

    2. Click OK.

Back to top

Custom Field Fields

In this field...

Do this...

Name

Type the name of the field.

Description

Type the description of the new field.

Field Type

In the Field Type list, select one of the following field types:

  • Text. The field will be text.

    When editing the general information for an application, type the text in the text box.

  • Link. The field will be a link to a URL.

    When editing the general information for an application, type the text for the link in the text box.

  • Date. The field will be in date format.

    When editing the general information for an application, select the date from the date selection wizard.

  • Multiple Choice. The field will contain a list of values for the user to select.

    In each Values box, type a value. Click + Add Value to continue adding values.

When editing the general information for an application, select one value from the list.

To change the display order of the multiple choice values, click the value and move it to its new position in the list.

URL Template

Type the URL you want the link to direct to. You can include the following variables:

  • {Value}. This variable will be replaced by the link text a user types into the text box.

    For example, if the template is domain.com/{Value}, and the user types Value1 in the text box, the link will appear with the text Value1, and direct you to domain.com/Value1.

  • Variable name enclosed in curly brackets depending on field usage. The variable will be replaced by the name of the current application, flow name, object name, project name, or contact name:
    • {AppName}
    • {FlowName}
    • {ObjectName}
    • {ProjectName}
    • {ContactName}

For example, if the template is domain.com/{AppName}, and you are viewing an application called "App1", the link will appear with the text the user types in the text box, and the link will direct you to domain.com/App1.

This field only appears when the selected type is Link.

Hide if empty

If you do not want the field to appear if empty, select the Hide if empty check box. Clear the check box to display the field if empty.

Enabled

If you want the field to be enabled after creation, select the Enabled check box. Clear the check box to disable the field.

Mandatory If you want to custom field to be mandatory, select the Mandatory check box.

Back to top