OBJECT

AdvancedFormulaProperty

link GraphQL Schema definition

  • type AdvancedFormulaProperty {
  • # Expression evaluated to produce the field value, referencing other fields by id.
  • formula: String!
  • # Result type of the formula — integer, float, currency, string, date, datetime or
  • # bool.
  • type: AdvancedFormulaTypeEnum!
  • # How a numeric result is formatted — Number, Percentage, Days, Months, Years or
  • # Custom (uses display_option_custom_value as a suffix).
  • displayOption: AdvancedFormulaDisplayOptionEnum
  • # Custom suffix appended to the result when display_option is Custom.
  • displayOptionCustomValue: String
  • # Number of decimal places for floating number to be rounded
  • decimalPlaces: Int
  • }