Rendering Conditions on field editor in Deck do not use context row (9.5.16)

Hi Matt, I wanted to let you know that I have been looking into this, and I can see the behavior you’re describing. I will keep you up to date as I continue researching.

One possible approach I found while investigating was that if you add the desired account fields (in read-only mode) to the Contacts model through their relationship field, of course the context is preserved because you’re no longer dealing with two models. If you need the account fields to be editable rather than read-only, you could then add a button to the deck that creates a popup with field editor, and queries an account-based model using the contact’s id# in a condition, to pull in that contact’s account record. It would be a sort of “change account info” button.