Commit e9883c6
docs(microflow-example): make M029 a genuine memory retrieve (owner default)
M029_RetrieveByAssociation is labelled "RETRIEVE by association … instead of
database XPath", but its Order_Customer association was owner="both", so a
reverse retrieve consumed as a list resolves to a database retrieve (Mendix
returns a single object for a reverse owner-both Reference — see #726). That
made the example contradict its own description.
Switch Order_Customer to owner="default" so the reverse retrieve stays an
in-memory AssociationRetrieveSource returning a list, matching the label. The
other users of the association (M018/M019/M032) navigate/set from the Order
owner side, so default ownership is fine. Full doctype re-checks at 0 errors.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 79d7f8e commit e9883c6
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
98 | 102 | | |
99 | 103 | | |
100 | 104 | | |
101 | | - | |
| 105 | + | |
102 | 106 | | |
103 | 107 | | |
104 | 108 | | |
| |||
0 commit comments