Lukasz Formela
10/02/2020, 10:13 AMreturn false
on fieldChanged()
entry point to revert drop-down value to the one before change. That doesn't seem to be working though or am I missing something?battk
10/02/2020, 10:15 AMbattk
10/02/2020, 10:20 AMLukasz Formela
10/02/2020, 10:23 AMfieldChanged()
, should it work like I said or do I need to manually pull field value to some global variable on pageInit, and then us it to revert drop-down state?battk
10/02/2020, 10:30 AMLukasz Formela
10/02/2020, 10:31 AMLukasz Formela
10/02/2020, 11:04 AMfieldChanged()
I do lookupFields()
on current record id and use returned value to reset drop-down select to it's initial state.Sandii
10/02/2020, 12:21 PM