Add new fields to an app. To recap on the steps in the video:
Adding Fields to Apps
- Open stream configuration for
Contacts
Add the following attributes to the Stream:
Name
Type
BusinessUID
Integer
BusinessName
String
- On the
ContactManager
Dashboard, drag the new stream attributes onto the header of the grid view- Hide the
BusinessUID
- Hide the
- Drag the new stream attributes onto the edit form
- Hide the
BusinessUID
- Hide the
- Re-arrange the fields on the edit forms into a logical order - don't forget, after selecting the first field, you can select additional fields to move in one go by holding Shift with the left mouse button.
- Update the tab order of fields on the edit form:
- Click into the field
Name
- make sure you select the inner field rather than the surrounding area - Set the Tab Index of the field to 1
- Similarly, set the order of all the fields so you are able to tab through all attributes sequentially
- Go into App Mode
- Click on the first field in the edit form, then try tabbing through the form - this should follow the tab order you have set in your configuration
- If this doesn't work, go back into Design Mode and make sure that you have set the order on the field objects (the grey boxes) rather than the outer areas of the fields
- Click into the field
- Enter some new contacts
In this case, adding new fields to the app was straightforward. We are relying on a setting in the actions called Copy by Name. This is on by default for standard actions, but we will look at this in more detail when we come to add custom actions for Update and Insert actions.