While testing for the Infor S3-10 upgrade, we noticed that a radio button is giving the default value in version 10. In 9, we would receive the actual value. We are using lawForm.getDataValue in FORM_OnBeforeTransaction. I have tried lawForm.getFormValue and have the same results. We are using the field to determine the other required fields before the transaction. I changed it to a drop-down, and it works fine.
Has anyone seen this or have a solution other than change to a dropdown?