1
0
-1

Hey, I want to Ask about the Ajax subform, can we use the text field as a trigger for the Ajax subform? how can I do that? Because, when I use a text field for the trigger of the Ajax subform, it doesn't work.

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Yeah, I know it will be calling the ID from another field, but it's not working when you using a text field (Not select box or multi-box), Im still searching for triggering a text field for subform value. but thank you for your advice slightly smiling face 

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Hi, for ajax subform to be triggered, it must be calling the value. In this context, it will be calling the ID . 
        You must use the form Load Data Store to point to the record to trigger the ajax subform.

        The target's form Load Data Store will be executed to fetch record matched from the properties defined in AJAX Subform.


        Hence, it is best for you to have a select box and populate the select box from a lookup table (from another form) to trigger the ajax subform based on the selected value. 

        Refer the sample app APP_ajax_subform_jdbc_dx_kb (3).jwa
        There is also a specific KB for this : AJAX Subform
        Thanks

          CommentAdd your comment...