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:
- Add an attribute named
_PREVIEW_ATTRIBUTES. - Set its value to a comma-separated list of attribute names.
- 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_ATTRIBUTEScan 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?