Skip to content
English
  • There are no suggestions because the search field is empty.

Choose Attributes Shown on Feature Cards

Customize what attributes are displayed in the feature card in the location overview feature list

👤 Roles — Can access: Mobile User · Can edit settings: Mobile User

Overview

Soarvo Mobile can show selected feature attributes directly on feature cards in the View as List screen.

By default, the list card shows the first two non-empty feature attributes, excluding metadata attributes that start with _.

Use _PREVIEW_ATTRIBUTES when you want to control exactly which attributes appear on the card, and in what order.

ℹ️ App version: Soarvo Mobile 0.0.258+.

Configuring Preview Attributes

Edit the target feature type in the web portal:

  1. Add an attribute named _PREVIEW_ATTRIBUTES.
  2. Set its value to a comma-separated list of attribute names.
  3. Refresh the location in Soarvo Mobile.

Example:

_PREVIEW_ATTRIBUTES = AssetId,Status,InstallDate

This will show those attributes on the feature card, in that order, when values exist on the feature.


Behaviour

  • Attribute names are case-sensitive.
  • Attributes are displayed in the order listed.
  • Attributes with no value are skipped.
  • _PREVIEW_ATTRIBUTES can show more than two lines.
  • Other attributes not listed are hidden from the card preview.
  • The full feature details are still available when the feature is opened.

Example

If a feature has:

AssetId = MH-102
Status = Complete
InstallDate = 2026-08-17

And the feature type has:

_PREVIEW_ATTRIBUTES = AssetId,Status

The list card will show:

AssetId: MH-102
Status: Complete

What's Next?

www.soarvo.com