Using RecordFilterList function does not filter properly if there are null values

Certified Associate Developer

Hi all,

I have created a entity-based record type which is based on a view.  I have created a user filter in the record based on a!recordfilterlist function. The user filter does not give correct result.  The field on which I am using the filter has null values in the view.  Can someone help me to fix this ussue?

Thanks in advance.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Dave Lewis
    Views are really the stored results of a SELECT statement.  Therefore, they have no real underlying architecture that would require a primary key.

    However from the Appian side it's important to nominate one of the CDT elements as the primary key, and make sure that column in the View will be unique (or as close as you can get), or else querying on the view *will* result in some of those funny behaviors as Gayathris mentioned.

Children