Skip to main content

3 posts tagged with "workflow"

View All Tags

Managing Map Areas Through Start-up Workflows

· 7 min read
Felicity Rhone
Software Developer

Map areas are a key feature of VertiGIS Studio Mobile, enabling users to work with a map in a completely disconnected state. But how can you help ensure your users have the data downloaded and updated before they go into the field? In this blog post we'll look at using VertiGIS Studio Workflow to notify users when their data may be stale, and even to automatically trigger a download or update as soon as they open their app.

Mobile Generic Event Listener

· 8 min read
Kenneth Walker
Software Developer

VertiGIS Studio Mobile 5.22 includes an exciting new capability for working with commands, operations, and events. This capability allows app authors to execute custom, configured actions in response to events raised in Mobile. To opt in to this behavior, app authors register an event listener (subscriber) for any given Mobile event. When this event is raised in Mobile, the corresponding configured command or operation is invoked.