@maffews wrote:
For performance reasons, I load one record from local storage via
pushPayload
. This record has both sync and async relationships, and all of the relationships are null after thepushPayload
call, and callingrecord.get('relationship-key')
will not cause them to be loaded. In order for them to work again, I need to callreload
prior toget
.Is there a way to reset these relationships without re-fetching the record? (At least the async relationships?) I want the record's state to be the same as it would be after it's freshly loaded.
Posts: 1
Participants: 1