1
0
-1

By Example::


I Have a requester and a Approver.

The Requester has requested a Permission.(1st form)

>>Submits info<<

 

Then approve the request. (2nd form)
I need the approver to retrieve the request filled in the 1st form, From all the users who requested

>>Approved<<


I want to see in the 2nd form the Info from the Datalist.

  • name
  • username 
  • permission
  • details

 

I'm open to discuss

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      Hi Juan

      You can use Form CustomHTML to create an iframe request to display the datalist in your form. Include this parameter 'embed=true' after the link and the datalist will display without header, footer and side menu.

      Alternatively, you can use Form Form Grid element and JDBC Option Binder or Bean Shell to populate and display the records in your form. In Joget Marketplace, the Simple Leave app has examples using Form Grid to display related records in one form and making it look like a neat information dashboard. Do download all the free apps and plugins in Joget Marketplace and try them out or use as a template for your own apps.

      Do also view the tutorial videos on Joget Workflow in https://www.youtube.com/user/jogetworkflow/videos.

       

        CommentAdd your comment...