1
0
-1

Hi All,

I am using Joget v6 community edition.

My requirement is as below

1) In Data list page only two search filters is required.

2) When user enters the filter criteria and if record exists, it should display the record.

3) If record doesn't exists, it should navigate to form which is used for creating the new record in which the search criteria should be populated in the appropriate field.

I am able to do till step 2. and not getting any solution for the third step

Could anyone please suggest the solution.

 

 Thanks in advance

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, one way you could try is to use some custom javascript to redirect to the form while passing in the search criteria in the URL parameters. Then in the form, you could retrieve the search criteria values using Hash Variable#RequestParameterHashVariable

      1. gb

        Thank you so much.. Working fine as expected..

      CommentAdd your comment...