Custom Record Field Error: java.lang.RuntimeException: tvJavaBridge is null

A Score Level 1

Our tenant is currently on Appian cloud version 24.2 and experiencing a real-time aggregation error on a custom record field. When editing the custom record field in the record type view, clicking the 'TEST' button displays the following error: ava.lang.RuntimeException: tvJavaBridge is null


We have tried removing the relationship and re-adding to no avail. Also, testing the rule in an expression also yields the same result (see screenshots below). Any ideas of what we could try to alleviate the issue?







Expression rule test

a!queryRecordType(
  recordType: 'recordType!{d1ef73b7-9b14-4175-a68c-d1dbacf73682}AMF Request Item',
  fields: a!aggregationFields(
    
    measures: a!measure(
      field:'recordType!{d1ef73b7-9b14-4175-a68c-d1dbacf73682}AMF Request Item.relationships.{f068fd8d-49df-4418-99d0-6a47c2291e38}amfQuote.fields.{5a6e4b91-070f-409f-b115-55670ca04f49}requestItemId',
      function: "COUNT",
      alias: "count",
      filters: a!queryFilter(
        field: 'recordType!{a9f7f07c-a925-4194-a929-705db4df29ea}AMF Quote.fields.{0a6c0ab8-1386-48ad-8cd9-72c09d52260d}isQuoted',
        operator: "=",
        value: true
      )
    )
  ),
  filters: a!queryFilter(
    field: 'recordType!{d1ef73b7-9b14-4175-a68c-d1dbacf73682}AMF Request Item.fields.{0cbbfa9f-d126-4fe5-add1-1586f6942f21}isActive',
    operator: "=",
    value: true
  ),
  pagingInfo: a!pagingInfo(
    startIndex: 1,
    batchSize: 100
  )
).data




  Discussion posts and replies are publicly visible

Parents Reply Children
No Data