| ... | ... | @@ -138,6 +138,8 @@ The other attributes have been added for this project and can be changed in core |
|
|
|
"addresses": [{"Name":"Home", "Straße":"Oxford St", "PLZ":"SQ5 9DQ", "Stadt":"London", "Land":"England"}]
|
|
|
|
}
|
|
|
|
```
|
|
|
|
Using admin_modify_company will work, but only set the attributes allowed there. So better not to use it.
|
|
|
|
|
|
|
|
### Create Company
|
|
|
|
|
|
|
|
```
|
| ... | ... | @@ -168,6 +170,7 @@ As there is no entry in system.client, admin_modify_company is the only transiti |
|
|
|
}
|
|
|
|
|
|
|
|
```
|
|
|
|
Using admin_modify_client will work, but only set the attributes allowed there. So better not to use it.
|
|
|
|
|
|
|
|
### Client Join Company
|
|
|
|
|
| ... | ... | @@ -232,7 +235,6 @@ Or using the core.customer.id of the client - join the customer entry for this a |
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### List Company Clients
|
|
|
|
|
|
|
|
To list all clients assigned to a company, join system.client via owning_client and onto that assignment.core_customer, filtering on the customer there.
|
| ... | ... | |