Your mobile device can directly interface with Quickbase data, using visually created query commands in a graphical tree. The query commands include insert, update, select and delete.
These commands will run when a user taps a button or table row on your device.
To enable your app to connect to Quickbase, follow these steps in the registration dialog:
One of the most common ways to display data for a user is to first present a scrolling list of selections within a Table Field . A typical configuration is to show 2 text fields (a title and subtitle) with a hidden field that is used as a primary key into the data set for requesting more information after a user taps a table row.
How does your app know when to query Quickbase and fill in the table? Very often you will simply want the user to tap a button. Create a Button Field , then configure the tap event to: “Get or send device data via a web data source”. Later, when you set up the Manage Data properties for the page containing the new button, this button event will appear as a trigger source for initiating a query.