Skip to Content
0
Former Member
Jan 26, 2009 at 10:01 PM

Combo box selected value after add record

1347 Views

I am trying to monitor the value of a combo box on a system form (Sales Order). I have created an Add-On to accomplish this. The combo box is only monitored when the form is in the u2018Addu2019 mode for adding new records. My code works fine when monitoring the first record, but after the record is added and the form is reset to add a new record, the combo box I am monitoring is still showing the selected value from the previous form.

My Sales Order form is setup to provide a default value for the combo box and in the form I can see this default value set, but when getting the selected value from the combo box via the UI API, I get the value from the previously added record.

Any insight into this problem would be greatly appreciated.

Thanks,

Brandon