1
0
-1
1 answer
- 321
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.
- Ali Hosseini
Tanks For Answer... How to Use? Tnx
- 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.
Add your comment...
Hello
I get Form Value In Bean Shell...
And do not Known...
My Form ID Is travelRequestForm, And My Field ID Is Filed1...
TNX