Skip to main content
September 4, 2023
Question

Record

  • September 4, 2023
  • 2 replies
  • 0 views

What is the difference between a!queryRecordType()  and a!queryRecord().

In which scenario  I will use these  two...

    2 replies

    anmolv0003
    September 5, 2023

    The queryrecord() function has been deprecated .
    Reference : https://docs.appian.com/suite/help/22.2/fnc_scripting_queryrecord.html

    amitm956894
    September 5, 2023

    Use the a!queryRecordType() function instead,  queryrecord() is deprecated now.