Skip to content

Commit

Permalink
Added name to ExampleCRM relationship.
Browse files Browse the repository at this point in the history
Added example theia settings file to disable autosave in this workspace.
  • Loading branch information
harmen-xb committed Apr 16, 2024
1 parent 4926311 commit 4ab83b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions examples/mapping-example/.theia/settings.json
@@ -0,0 +1,3 @@
{
"files.autoSave": "off"
}
@@ -1,8 +1,9 @@
relationship:
id: Address_Customer
name: "Address - Customer"
parent: Customer
child: ExampleCRM.Address
type: "1:1"
attributes:
- parent: Customer.Id
child: ExampleCRM.Address.CustomerID
- parent: Customer.Id
child: ExampleCRM.Address.CustomerID
@@ -1,8 +1,9 @@
relationship:
id: Order_Customer
name: "Order - Customer"
parent: Customer
child: Order
type: "1:1"
type: "1:n"
attributes:
- parent: Customer.Id
child: Order.CustomerId

0 comments on commit 4ab83b1

Please sign in to comment.