We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e9044 commit d39fc7aCopy full SHA for d39fc7a
showcases/data/End To End Examples/Integrate Mappings/code.pure
@@ -191,9 +191,9 @@ Mapping com::trade::TradeWithLegalEntityMapping
191
192
com::trade::Trade_LegalEntity: XStore
193
{
194
- client[trade, com_entity_LegalEntity]: $this.entityIdFk ==
+ client: $this.entityIdFk ==
195
$that.entityId,
196
- trades[com_entity_LegalEntity, trade]: $this.entityId ==
+ trades: $this.entityId ==
197
$that.entityIdFk
198
}
199
)
0 commit comments