creating a DFF form in a mobile app


Akshay Tawde

2024-12-16 11:57:54


    1. 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 or DPR ID).
    2. Ensure Unique Columns:

      • Validate that unique fields (like DPR ID) are properly configured.
    3. 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.
    4. 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.

    This setup ensures smooth integration between mobile and web apps for accessing and managing DFF data.




    Related Articles