Using Tagging With a Board

Enabling tags for a board's Input view makes it possible to tag records in the board. To work with tags, dedicated fields for tag storage are required.

Enabling tag search for a board’s Display view allows users to search board records by tags. To enable tags for a board, you must enable tags for both the Input and Display views of the chosen board.

Once enabled for both views, when users create new records, they can select one or more tags to associate with a record. The more tags you select, the more specific your searches become. If you search by more than one tag, WebEOC Nexus looks for items with all indicated tags applied.

To enable tagging for a board’s Input View

  1. Access the Admin View.

  2. In the main menu, click the workflows icon workflows icon. The Workflows page opens.

  3. On the Boards tab, locate the appropriate board and click its name.

  4. In the Include section, select the Board Tagging check box and then click Save.

  5. Locate the board and click its name again.

  6. In the Tools section, under the Edit subsection, click Board Editor.

  7. Click the name of the appropriate Input view.

  8. In the HTML section, click the Advanced Code Editor tab.

  9. Add template="Tag" tag group="group name" attributes inside the <input/> tag, where "group name" is the name of a tag group you want to associate with the field.

    For example:

    <input type="text" name="field_name" template="Tag" tag group="group name"></input>

  10. Advanced Code Editor Screenshot

  11. Click Save.

To enable tag search for a board’s Display view

  1. Continuing from the procedure above, on the Board Editor page, click the name of the appropriate Display (list) view.

  2. In the HTML section, click the Advanced Code Editor tab.

  3. Select the area where you want the tag search field to appear.

  4. Add <tagsearch field="field_name" taggroup="group name"/><clearsearchbutton/>, where "group name" is the name of a tag group associated with the field and "field_name" is the name of the field.

  5. Click Save.

To apply tags to board records

  1. Access the Admin View.

  2. In the main menu, click the workflows icon workflows icon. The Workflows page opens.

  3. On the Boards tab, locate the appropriate tagging-enabled board and click its name.

  4. Either create a record or click an existing record’s Edit link.

  5. Add information and make your changes as needed.

  6. For Tags, do one of the following:

    • Begin typing the name of the tag and then select the appropriate tag from the list.

    • Click the down arrow and select the applicable tag from the list of available tags.

  7. Click Save.

To perform a tag search from a board’s List view

  1. Access the Admin View.

  2. In the main menu, click the workflows icon workflows icon. The Workflows page opens.

  3. On the Boards tab, locate the appropriate tagging-enabled board and click its name.

  4. For Tags, do one of the following:

    • Begin typing the name of the tag and then select the appropriate tag from the list.

    • Click the down arrow and select the applicable tag from the list of available tags.

  5. Click Search.

  6. To remove all the tags from the search field and reset filtering based on tags, click Clear Search.