Steps to create a simple maintenance app are illustrated in the following video:
Build a contact app. To recap the steps in the video:
- Go to the repository browser, and create an application called
Contacts
- Within the repository browser under the application
Contacts
, create an analysis model calledContact Management
- In the model, create a stream called
Contacts
- Set the period of the stream to Transactional
- Add attributes to the stream:
UID
, with type = Integer- Contact fields - for each of these, you can leave the settings as default (type = String, Length =
50
)Address1
Address2
City
PostCode
PhoneNumber