Skip to main content

TablePreferencesItem

Version: v1.1.0

Stored entity

Partition key pk, sort key sk • discriminator type = "TABLE_CONFIG"

Overview

Stored table preferences item in DynamoDB.

Fields

FieldTypeRequiredDefaultDescription
pkstr
skstr
tenant_idstr
user_idstr
table_keyTableKeyEnum (CONTACT_SEARCH, CONTACT_VIEW_DETAILS, CONTACT_VIEW_PRIMARY_PEOPLE, CONTACT_VIEW_TRANSACTIONS_INVOICES, CONTACT_VIEW_TRANSACTIONS_QUOTES, CONTACT_VIEW_TRANSACTIONS_CREDIT_NOTES, CONTACT_VIEW_TRANSACTIONS_WORK_ORDERS, SALES_SEARCH_CUSTOMER_ANALYTICS_INVOICES, SALES_SEARCH_CUSTOMER_ANALYTICS_QUOTES, SALES_SEARCH_CUSTOMER_ANALYTICS_CREDIT_NOTES)Supported table keys for this service.
typestrTABLE_CONFIG
table_configuration_idstr
table_configurationTablePreferencesPayloadPayload for table preferences updates.
created_atstr
updated_atstr

APIs / Triggers

TriggerEndpoint / SourceDetailHandler
APIPOST /newcontact/tablePreferencessrc/contact_post_table_preferences.py

Change history

v1.1.0 · 2026-05-13 · Cian (shared account) · 6c324fbc5

Add sales search table preference keys

  • Field table_key enum value SALES_SEARCH_CUSTOMER_ANALYTICS_CREDIT_NOTES added.
  • Field table_key enum value SALES_SEARCH_CUSTOMER_ANALYTICS_INVOICES added.
  • Field table_key enum value SALES_SEARCH_CUSTOMER_ANALYTICS_QUOTES added.
v1.0.0 · 2026-04-20 · Cian (shared account) · 7273ddc12

Refactor inventory backend services

  • Initial version.

Generated from dismantly-backend/Microservices/Contact/dependencies/models.py. Do not edit by hand.