Stryke Docs - 1.9.0

Stryke Docs - 1.9.0

›Using an App

Overview

  • Overview
  • Quick Start Guide
  • The Playground app

Changelog

  • Stryke Changelog

Developing an App

  • Users Overview
  • Create a new App
  • Entity Definition
  • Actions Definition

    • Actions Definition
    • Scripts and source code
    • Triggers
    • Templates and views
  • Where is your app's data stored?
  • Synchronising app instances

Using an App

  • Stryke App UI
  • Working with your app's data
  • End users
  • Access Control
  • Files

API

  • Stryke API
  • Stryke queries

Developer Tools

  • Tools

Stryke Library

  • Stryke Library Reference

Working with your app's data

When logging in to an app, users are prompted with a dashboard that lists the entities defined for the app. Clicking on an entity shows all records for that entity in a list that can be filtered and sorted. The list's header shows a subset of the fields of the given entity, which are ordered in the same way in which they are declared in the entity metadata JSON.

list view

Work with your data

Users of the app can interact with their data via the Stryke user interface to read, create, update and delete their records.

record view

All operations on data can also be performed using the: Data API

Importing data

Data records can be imported from CSV files. In order to be able to import records, the field canImportRecords must be set to true on the corresponding entity. The CSV file must include the field names as a header. Lookup fields must be specified as IDs (to the related record). Note that, if defined, create triggers will be executed when records are being imported from CSV. The create triggers will receive the records being imported in the stryke.data.new array.

End users can import records from the app's user interface.

import

Additionally, the API can be used to import records: Import dataset API. Importing records via the API optionally allows to import records while bypassing any relevant create triggers that may exist on that entity by setting the runTriggers request parameter to false (the default value is true). By doing this records will be created and create triggers will not be executed.

← Stryke App UIEnd users →
  • Work with your data
    • Importing data
Stryke Docs - 1.9.0
Docs
Docs HomeAPI DocsStryke Tools
Community
Stryke HomeTwitterGithub
Contact Us
support@stryke.io
Copyright © 2021 Viroppa