API Docs / Schemas / SavedClientFilterDto

SavedClientFilterDto

A saved client filter belonging to a tenant user, defining reusable criteria for filtering client lists

Properties

Name Type Description
codestring

Unique identifier within the tenant

Unique identifier within the tenant

namestring

User-friendly name for this saved filter

User-friendly name for this saved filter

descriptionstring

Optional description providing more details about this filter's purpose

Optional description providing more details about this filter's purpose

includeInMenuboolean

Whether the current user has this filter in their menu/quick access list.
This is a per-user preference — other users of a shared filter have their own setting.

Whether the current user has this filter in their menu/quick access list.
This is a per-user preference — other users of a shared filter have their own setting.

isSharedboolean

Whether this filter is shared with all users in the tenant. Shared filters are
visible (read-only) to everyone; only the owner can modify or delete them.

Whether this filter is shared with all users in the tenant. Shared filters are
visible (read-only) to everyone; only the owner can modify or delete them.

isOwnerboolean

Whether the current user owns this filter

Whether the current user owns this filter

ownerCodeAndNameDto
managerCodesarray of string

Filter by manager code(s)

Filter by manager code(s)

partnerCodesarray of string

Filter by partner code(s)

Filter by partner code(s)

associateCodesarray of string

Filter by associate code(s)

Filter by associate code(s)

statusesarray of enum

Filter by client status(es)

Active Inactive Prospect LostProspect

Filter by client status(es)

Active Inactive Prospect LostProspect

typesarray of enum

Filter by client type(s)

PrivateLimitedCompany PublicLimitedCompany LimitedLiabilityPartnership Partnership Individual Trust Charity SoleTrader Association

Filter by client type(s)

PrivateLimitedCompany PublicLimitedCompany LimitedLiabilityPartnership Partnership Individual Trust Charity SoleTrader Association

serviceCodesarray of string

Filter by billable service code(s)

Filter by billable service code(s)

packageCodesarray of string

Filter by service package code(s)

Filter by service package code(s)

teamCodesarray of string

Filter by team code(s)

Filter by team code(s)

serviceStageCodesarray of string

Filter by service stage composite codes (format: "serviceCode:stageCode")

Filter by service stage composite codes (format: "serviceCode:stageCode")

defaultSortFieldenum

Name InternalReference

Name InternalReference

defaultSortDescboolean

Sort in descending order (true) or ascending order (false)

Sort in descending order (true) or ascending order (false)

iconNamestring

Optional Lucide icon name for visual identification (e.g., "Calendar", "Users", "Star")

Optional Lucide icon name for visual identification (e.g., "Calendar", "Users", "Star")

colorstring

Optional hex color for visual identification (e.g., "#FF5733")

Optional hex color for visual identification (e.g., "#FF5733")

columnConfigJsonstring

Optional JSON column configuration for the saved view.
When set, overrides the user's default client column preferences.

Optional JSON column configuration for the saved view.
When set, overrides the user's default client column preferences.

createdDatestring

When the filter was created

When the filter was created

updatedDatestring

When the filter was last updated

When the filter was last updated

JSON Example

{
  "code": "string",
  "name": "string",
  "description": "string",
  "includeInMenu": false,
  "isShared": false
}

Used By Operations

Contained in Schemas