You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 22
Next »
Now you have data in PhixFlow you can start to create a user application. The first thing the user needs is a view of the data.
Watch the Video
Error rendering macro 'multimedia' : com.atlassian.renderer.v2.macro.MacroException: Cannot find attachment 'Demo Build Step 3 Create a View.mp4'
Summary of Changes
Create a Screen
- In the repository, right-click Dashboard and click Add.
- PhixFlow opens the properties for the new dashboard. Set:
- Name to
Manage Contacts
- Tick Open Maximised
- Click Save.
Add the data
- Click on the
BusinessData
tab to bring it to the front. - To tell PhixFlow that you want to show this stream's data on the dashboard, drag the stream icon from the properties tab onto the dashboard.
- You can display data in different formats. For this example, select the table grid
- PhixFlow lists all the attributes (table columns) available in the stream. Select
UID
to Action
using Shift-click. - Drag the selected attributes into dashboard properties → Attributes section.
- PhixFlow loads all the data records into the dashboard.
- Close the list of attributes.
You have now created a screen to display data records to the user. You can now move to step 4, add features for managing data that a user. Your application user will use these features to add, change or delete data.