ClientSettingsDto
Tenant-level configuration for client field visibility and behavior
Properties
| Name | Type | Description |
|---|---|---|
| code | string | Unique identifier for the settings |
Unique identifier for the settings | ||
| companiesHouseSync_Enabled | boolean | Controls whether Companies House data for the tenant's linked clients is kept up to date |
Controls whether Companies House data for the tenant's linked clients is kept up to date | ||
| clientManager_Enabled | boolean | Whether the client manager field is enabled for clients |
Whether the client manager field is enabled for clients | ||
| clientManager_ShowInList | boolean | Whether to show the client manager in client lists |
Whether to show the client manager in client lists | ||
| partner_Enabled | boolean | Whether the partner field is enabled for clients |
Whether the partner field is enabled for clients | ||
| partner_ShowInList | boolean | Whether to show the partner in client lists |
Whether to show the partner in client lists | ||
| associate_Enabled | boolean | Whether the associate field is enabled for clients |
Whether the associate field is enabled for clients | ||
| associate_ShowInList | boolean | Whether to show the associate in client lists |
Whether to show the associate in client lists | ||
| internalReference_Enabled | boolean | Whether the internal reference field is enabled for clients |
Whether the internal reference field is enabled for clients | ||
| internalReference_ShowInList | boolean | Whether to show the internal reference in client lists |
Whether to show the internal reference in client lists | ||
| internalReference_ForceUnique | boolean | Whether to force internal references to be unique across all clients |
Whether to force internal references to be unique across all clients | ||
| internalReference_AutoGenerate | boolean | Whether to auto-generate the internal reference from the client code on creation |
Whether to auto-generate the internal reference from the client code on creation | ||
| externalLinks_Enabled | boolean | Whether external links are enabled for clients |
Whether external links are enabled for clients | ||
| primaryContactName_ShowInList | boolean | Whether to show the primary contact name in client lists |
Whether to show the primary contact name in client lists | ||
| primaryContactEmail_ShowInList | boolean | Whether to show the primary contact email in client lists |
Whether to show the primary contact email in client lists | ||
| team_Enabled | boolean | Whether the team field is enabled for clients |
Whether the team field is enabled for clients | ||
| team_ShowInList | boolean | Whether to show the team in client lists |
Whether to show the team in client lists | ||
JSON Example
{
"code": "string",
"companiesHouseSync_Enabled": false,
"clientManager_Enabled": false,
"clientManager_ShowInList": false,
"partner_Enabled": false
}