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 ID
orDPR 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
DFF
column with the ID of the DPR or list record.
-
Link to the Web App:
- When saved, the
DPR ID
stored 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.