Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A abocar
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • cct
  • abocar
  • Wiki
  • Customers

Customers · Changes

Page history
Edited online authored Mar 02, 2021 by Andrea Pavlovic's avatar Andrea Pavlovic
Hide whitespace changes
Inline Side-by-side
Customers.md
View page @ d34fc2ae
...@@ -138,6 +138,8 @@ The other attributes have been added for this project and can be changed in core ...@@ -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"}] "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 ### Create Company
``` ```
...@@ -168,6 +170,7 @@ As there is no entry in system.client, admin_modify_company is the only transiti ...@@ -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 ### Client Join Company
...@@ -232,7 +235,6 @@ Or using the core.customer.id of the client - join the customer entry for this a ...@@ -232,7 +235,6 @@ Or using the core.customer.id of the client - join the customer entry for this a
} }
``` ```
### List Company Clients ### 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. 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.
......
Clone repository
  • Customers
  • Home
  • Queries
  • Test_Setup
  • Vehicles
  • v2