creating a DFF form in a mobile app
-
Create the Mobile Form:
- Add the form to the left menu.
- Include all necessary fields, ensuring one field acts as a unique identifier (e.g.,
Record IDorDPR ID).
-
Ensure Unique Columns:
- Validate that unique fields (like
DPR ID) are properly configured.
- Validate that unique fields (like
-
Add a Save Trigger:
- On save, insert or update the form data in the database.
- Update the
DFFcolumn with the ID of the DPR or list record.
-
Link to the Web App:
- When saved, the
DPR IDstored in the DFF column will allow the web app to fetch and open the corresponding DPR DFF record seamlessly.
- When saved, the
This setup ensures smooth integration between mobile and web apps for accessing and managing DFF data.





