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")

customFieldFiltersarray of string

Filter by custom field composite values (format: "fieldCode:value", or "fieldCode:" for blank)

Filter by custom field composite values (format: "fieldCode:value", or "fieldCode:" for blank)

keyDateTypeenum

IncorporationDate YearEnd AccountsNextDue AccountsNextPeriodStart AccountsNextPeriodEnd AccountsLastPeriodFiled AccountsLastPeriodStart AccountsLastPeriodEnd AccountsLastMadeUpTo ConfirmationStatementDue ConfirmationStatementNextMadeUpTo LastConfirmationStatementFiled LastConfirmationStatementMadeUpTo NextVatReturnDueAnnual NextVatPeriodEndQuarterly NextVatReturnDueQuarterly NextVatPeriodEndMonthly NextVatReturnDueMonthly NextTaxQuarterPeriodEnd NextTaxQuarterSubmissionDeadline NextPayeCisFilingDue PensionReEnrolmentDate

IncorporationDate YearEnd AccountsNextDue AccountsNextPeriodStart AccountsNextPeriodEnd AccountsLastPeriodFiled AccountsLastPeriodStart AccountsLastPeriodEnd AccountsLastMadeUpTo ConfirmationStatementDue ConfirmationStatementNextMadeUpTo LastConfirmationStatementFiled LastConfirmationStatementMadeUpTo NextVatReturnDueAnnual NextVatPeriodEndQuarterly NextVatReturnDueQuarterly NextVatPeriodEndMonthly NextVatReturnDueMonthly NextTaxQuarterPeriodEnd NextTaxQuarterSubmissionDeadline NextPayeCisFilingDue PensionReEnrolmentDate

keyDateRangeenum

ThisWeek NextWeek Last7Days Next7Days Last30Days Next30Days PreviousMonth ThisMonth NextMonth PreviousQuarter ThisQuarter NextQuarter PreviousYear ThisYear NextYear YearToDate PreviousTaxYear ThisTaxYear NextTaxYear TaxYearToDate Today PreviousWeek CustomDateRange

ThisWeek NextWeek Last7Days Next7Days Last30Days Next30Days PreviousMonth ThisMonth NextMonth PreviousQuarter ThisQuarter NextQuarter PreviousYear ThisYear NextYear YearToDate PreviousTaxYear ThisTaxYear NextTaxYear TaxYearToDate Today PreviousWeek CustomDateRange

keyDateFromstring

Start of the key date window. Only set when KeyDateRange is CustomDateRange.

Start of the key date window. Only set when KeyDateRange is CustomDateRange.

keyDateTostring

End of the key date window. Only set when KeyDateRange is CustomDateRange.

End of the key date window. Only set when KeyDateRange is CustomDateRange.

defaultSortKeyDateTypeenum

IncorporationDate YearEnd AccountsNextDue AccountsNextPeriodStart AccountsNextPeriodEnd AccountsLastPeriodFiled AccountsLastPeriodStart AccountsLastPeriodEnd AccountsLastMadeUpTo ConfirmationStatementDue ConfirmationStatementNextMadeUpTo LastConfirmationStatementFiled LastConfirmationStatementMadeUpTo NextVatReturnDueAnnual NextVatPeriodEndQuarterly NextVatReturnDueQuarterly NextVatPeriodEndMonthly NextVatReturnDueMonthly NextTaxQuarterPeriodEnd NextTaxQuarterSubmissionDeadline NextPayeCisFilingDue PensionReEnrolmentDate

IncorporationDate YearEnd AccountsNextDue AccountsNextPeriodStart AccountsNextPeriodEnd AccountsLastPeriodFiled AccountsLastPeriodStart AccountsLastPeriodEnd AccountsLastMadeUpTo ConfirmationStatementDue ConfirmationStatementNextMadeUpTo LastConfirmationStatementFiled LastConfirmationStatementMadeUpTo NextVatReturnDueAnnual NextVatPeriodEndQuarterly NextVatReturnDueQuarterly NextVatPeriodEndMonthly NextVatReturnDueMonthly NextTaxQuarterPeriodEnd NextTaxQuarterSubmissionDeadline NextPayeCisFilingDue PensionReEnrolmentDate

defaultSortFieldenum

Name InternalReference KeyDate

Name InternalReference KeyDate

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