Cannot create new Query Rule in Cloud Appian Instance

Certified Senior Developer

Hi, 

I cannot see "Query Rule" option while creating new objects in my cloud Appian Instance. Has it become obsolete now?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Hi,

    Starting from 19.1, QueryRules become deprecated and there will not be any option to create new Query rules. This is due to this feature will be completely removed from future versions of Appian. Use the latest Query Editor to create a!queryEntity() and convert your existing Query Rule to query entity.

    The same also applies to a!buttonWidgetSumit(). This component is also deprecated. Instead the a!buttonWidget() will be having submit:true to act like a submit. If you are having some submit buttons then also plan to refactor your code.

    Thank You.
Reply
  • 0
    Certified Lead Developer
    Hi,

    Starting from 19.1, QueryRules become deprecated and there will not be any option to create new Query rules. This is due to this feature will be completely removed from future versions of Appian. Use the latest Query Editor to create a!queryEntity() and convert your existing Query Rule to query entity.

    The same also applies to a!buttonWidgetSumit(). This component is also deprecated. Instead the a!buttonWidget() will be having submit:true to act like a submit. If you are having some submit buttons then also plan to refactor your code.

    Thank You.
Children
No Data