OBJECT

DashboardTileChangedRecords

link GraphQL Schema definition

  • type DashboardTileChangedRecords {
  • # Identifiers of the fields whose changes are tracked; a record counts as changed
  • # when any of these fields changed within the period.
  • fieldIds: [UUID!]
  • # Number of days in the look-back window when period is Custom.
  • customPeriodValue: Float
  • # When true, the tile highlights records changed within the period.
  • isEnabled: Boolean
  • # Look-back window for detecting changed records (last 7/14/30 days, last 3/6
  • # months, last year, or Custom days set by customPeriodValue).
  • period: HighlightPeriodEnum
  • }