1
0
-1

Hi, I'm new here.

As shown in Creating an Apphttps://www.youtube.com/playlist?list=PLFOgRDg2hmNLg_I-BjTj3hGAi2pD57lZ1, and . I've noticed we doesn't need to create an particular ID for that form as it can be generate automatically like this image

And my questions is, where does that ID applied and how do we manipulate it? if I want to make it ID_travel001, ID_travel002, ...  instead of 1_TravelRequestApp2_travelRequestForm_approver_process, 2_TravelRequestApp2_travelRequestForm_approver_process, ...

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      Hey there Sam,

      To do this, first you can generate Reference ID with your preferred format.

      Then, you can use JDBC Form Binder or Bean Shell Form Binder to store your preferred ID field and other necessary fields in your form to the database table.

      Hope this helps.

        CommentAdd your comment...