OBJECT

HardcodedRelation

link GraphQL Schema definition

  • type HardcodedRelation {
  • # Predefined relationship that selects which related record this sibling box pulls
  • # in, such as the next scheduled activity, the last won opportunity or the last
  • # note.
  • relationType: SiblingRelationType!
  • # When true, the report keeps only main rows that have a matching related record
  • # for this relation; when false, rows without a match are still shown.
  • onlyRowsWithRelatedRecords: Boolean
  • # How values from multiple related records are combined into a single value (Sum,
  • # Average or Max).
  • aggregationType: HardcodedAggregationType
  • }