1
0
-1

Hello

I get Form Value In Bean Shell...

And do not Known...

My Form ID Is travelRequestForm, And My Field ID Is Filed1...

TNX

    CommentAdd your comment...

    1 answer

    1.  
      3
      2
      1

      I'll assume you want the field's value in the StoreBinder. If that's the case, you'd find many examples in the Knowledge Base to help you out.

      To get the value of field with ID Field1, you could try:

      rows.get(0).getProperty("Field1")

      Hope this helps.

      1. Ali Hosseini

        Tanks For Answer... How to Use? Tnx

      2. Ashutosh Tripathi

        There are many examples in the KnowledgeBase to see how BeanShell works. Just put the expression in a String and it'll give you the value of the field in the store binder when the form will be submitted.

      CommentAdd your comment...