Skip to main content
October 23, 2024
Solved

Can we do query in custom record field

  • October 23, 2024
  • 3 replies
  • 0 views

I need a custom record field, of which the value is the result of query, can we do any query in custom record field

    Best answer by somasundaram.d

    No you cannot use query in a custom record field.

    You have limited functions to use in sync time and real time evaluation, queryEntity is not among that.

    3 replies

    October 23, 2024

    The documentation has all the info and examples: https://docs.appian.com/suite/help/24.3/custom-record-fields.html

    somasundaram.d
    October 23, 2024

    No you cannot use query in a custom record field.

    You have limited functions to use in sync time and real time evaluation, queryEntity is not among that.

    stefanhelzle0001
    Brainy
    October 23, 2024

    Sorry, no. That would get you in a huge performance risk situation. To avoid such danger, Appian does not support this.