1

If we want to copy primary address to billing address in account entity, last field of primary address section is not copied until tab out from that field

Steps to Reproduce

Create a two option set field and use below code to copy information from primary address to billing address section in account entity

if (Xrm.Page.getAttribute("new_addresssameasabove").getValue() == true) {
/// Other fields
//Last field of section
var phone = Xrm.Page.getAttribute("address1_telephone1").getValue();
Xrm.Page.getAttribute("address2_telephone1").setValue(phone); //billing section field
}

If address1_telephone1 is a last field in primary address section it won't copy if you click on new_addresssameabove without tab out from address1_telephone1 field.

STATUS DETAILS
Declined
Ideas Administrator

Thank you for submitting your idea to our ideas portal. We appreciate your contribution and the time you took to share it with us. We have shipped many enhancements since this idea was posted and it is likely that it has been resolved. If not, kindly reopen. Thank you again for your continued support.

Comments

M

Is this specific to addresses? Or is it true of any field that still has focus (so the new value is not "committed")?

Category: Account, Contact, Calendar and Activity Management

M

Thank you for your feedback. Currently this is not in our immediate roadmap, however, we are tracking it and if we indeed get more feedback and votes, we may consider it in future.

Category: Account, Contact, Calendar and Activity Management