Our users have noticed that editing the primary address from the contact details tab does not work very well.
A warning pops up saying that Some or all of the data to be updated has been changed since it was last retrieved. The data must be reloaded to be able to update it. Do you want to reload the data now?
They say OK but it never updates.....is this a bug or are we missing something here?
The only way we have been able to change the primary email is from the general tab then create a second address when needed.
These seems to hold true for the Electronic Addresses as well.....
Thanks for any input on this situation....
Michael (and team)
Hi Michael,
We experienced the same problem. It turned out to be LP_CUSTOMER_RANK as it “can cause a problem with the new services architecture, due to the order in which data is updated”. Tess recommends 2 ways to go about solving it in the ‘What’s new in V11’ doc which are:
a) Move logic from LP_CUSTOMER_RANK into service interceptors where you have more fine-grained control over when changes will be made
b) Adding a few lines of code to LP_CUSTOMER_RANK
We did option b) and it works a treat!
Hope that helps,
Tash