Defect HC-13677

SyncBeanBase.addProperties should put all properties

Software

Customer case Applies to Corrected in
CS0271928 V9.1.6.0 9.1.10.0

Observed behavior

Stale data is returned in getAddressId( ) after AddressUpdateCmd is called to update the address.

Expected behavior

Stale data should be invalidated and current data should be returned.

Resolution

The lazy load logic was fixed to ensure the properties are up-to-date in the cache.