3 answers
- 210
Hi,
I am a Joget newbie and still learning. I just realised that with options I need to use the form id and not the table id as with form (as defined in the knowledge base).
- #binder.options.APP_ID.FORM_DEF_ID.FIELD_ID#
- #binder.options.APP_ID.FORM_DEF_ID.FIELD_ID[PRIMARY_KEY]#
- #binder.options.FORM_DEF_ID.FIELD_ID#
- #binder.options.FORM_DEF_ID.FIELD_ID[PRIMARY_KEY]#
This subtle oversight cost me a lot of debugging time and this question on the forum. So all is good.
Thanks
Add your comment... - 10-1
Hey CF,
do you perhaps have a way to replicate this issue as I am not able to encounter the same issue as you. the #binder.options.request.decision# works properly on my end.- CF
Thanks for following up Reid. It was a mistake. Please see my answer.
Add your comment... - 10-1
#form.request.decision# should prints 0 or 1
#binder.options.request.decision# should prints Reject or Accept
- CF
Thanks for following up Bastiana. It was a mistake. Please see my answer.
Add your comment...
Hi,
I have a radio button on a form. In the email tool I want to show the option selected by the user in the message body. It is coming up as empty. It works fine when I user a select box. Here is my radio button options
Here is my hash variable in the email message body
This user has #binder.options.request.decision#ed the offer.
Note that the value is displayed correctly when I use #form.request.decision#