a!dropdownField( label: "Account Number "&fv!index, choiceLabels: {ri!selectedAccount_cdt.accountNum, ri!newAccount_cdt.accountnum}, choiceValues: {ri!selectedAccount_cdt.accountNum, ri!newAccount_cdt.accountnum}, value: fv!item.accountNum, saveInto: {fv!item.accountNum, if(fv!item.accountNum = ri!newAccount_cdt.accountNum, a!save( target: ri!updatedCustomerAccount_cdt.fiId, value: ri!newAccount_cdt.fiId ), a!save( target: ri!updatedCustomerAccount_cdt.fiId, value: local!selectedRows.fiId ) ), if(fv!item.accountNum = ri!newAccount_cdt.accountNum, a!save( target: ri!updatedCustomerAccount_cdt.effectiveDate, value: today() ), a!save( target: ri!updatedCustomerAccount_cdt.effectiveDate, value: local!selectedRows.effectiveDate ) ), if(fv!item.accountNum = ri!newAccount_cdt.accountNum, a!save( target: ri!updatedCustomerAccount_cdt.accountNum, value: ri!newAccount_cdt.accountNum ), a!save( target: ri!updatedCustomerAccount_cdt.accountNum, value: local!selectedRows.accountNum ) ), a!save( target: ri!updatedCustomerAccount_cdt.CustomerId, value: local!selectedRows.CustomerId ), a!save( target: ri!updatedCustomerAccount_cdt.aipCode, value: ri!newAccount_cdt.aipCode ) }, required: true() ),