Skip to main content
December 21, 2021
Question

Record Filter

  • December 21, 2021
  • 4 replies
  • 0 views

Pls answer the below questions 

1.What is Record Filter? When do we use? Pls give some simple examples 

Thanks in Advance!

    4 replies

    December 21, 2021

    Just in case if you didnt have a look at it , i would recommend to look at this please.

    docs.appian.com/.../filter-the-record-list.html

    December 21, 2021

    k.thanks ji

    stewart.burchell
    December 21, 2021

    There are two types of Record Filter:

    • Default - this gets applied before the set of records is presented to the end-user. A good example is where you implement a "soft delete" (i.e. a Boolean flag on an entity) and you never want to show any of the "deleted" records to the end-user. You would use the Default filter to filter them out. In effect it implements a "WHERE <condition>" on the data
    • User - these are presented to the end-user in the Record List in Tempo, and allows a User to elect to apply one or more of the filters to narrow the set of data down to a smaller list in order, say, to find a candidate record for subsequent processing.
    December 21, 2021

    Thank you Very Much!