Loading...

We're setting up your new app...

Template

Hot-Linking References

How To Move Records With A Button

Industry: n/a
Function:
This app was evolved from the (One-to-Many References) sample app The purpose of this app is to demonstrate how you can move records from one reference to another, using a push-button type of interface. ------------------------------------------- The general flow is as follows: 1) You tap an action on the parent, flagging that as the "destination" 2) You navigate to the child records, where an action is now available for your to "hot-link" that record to the destination - This action could change the parent ref of the record, moving it to the destination; or - It could copy the details from the record into another one, ref connected to the destination; or - Anything else you can come up with! (^_^) 3) You then return to the destination, and un-flag the system (turning off the system) ------------------------------------------- Build Video: https://youtu.be/cWvQL9Waj9I
Loading...

How we built this app

-----| TABLES |----------------------------------------------------- - Departments (the parent) - Employees (the children) -----| ACTIONS |---------------------------------------------------- For the Parents: - Set | Department[Form_Type] (Destination) - Clear | Department[Form_Type] For the children: - Set | Employee[Employee_Department_Link] (Destination) - View | Hot-Linking Destination -----| SLICE |---------------------------------------------------------- Destination_Depts - This holds the record flagged, creating a temporary global variable
This is a preview of the data sets used in the app.

Data

This is a high-level model of both the data entities and the UI elements in the app.
Loading...
Start for free