Hello,
I have two select fields on a form and the value of the first one determines the value of the second one and refreshes it on an ajax onChange event set in the fields settings, not a seperate ajax event. However, when in insert mode the second select field is empty until I click the first field and change it. The addition of the new record is to one table and the values of the select fields are from another table. The values from the select fields in the second table are inserted and associated with the new record I’m creating in the first table. If I wanted the first value in the first select I have to change it back and the second select field then reloads. What can I put in the onBeforeInsert event that would make the first select field refresh the second select field?
Thanks