Error in records site

Hi am getting this error in site am not getting what's the issue

  Discussion posts and replies are publicly visible

Parents Reply Children
  • +1
    Certified Senior Developer
    in reply to KM

    you inserting a "cif", but the filter is not one specificly created "user filter" for CIF. 
    Thats the standard filter which is searching all available fields at the same time THEN the user filters revalidate their possible outcomes again.
    -> still the inserted value is not recognized properly as type string or integer. 
    So please check all filters you are using. I have the strong feeling the moment you are filtering and limit the results your filters are killing the whole view as they are not sufficient options left or the rules you are using for the filters are breaking due certain reasons.(like all "....statusfromchecklistview") 
    -> if you have the freedom a hint for debug:
    throw the user filters out one by one and try to check which one is breaking it-> check if the rules are still working the moment you have the main filter left.

    What appian version are you using?  I bet a lot that this is not 22.1. 
    So sorry I cannot replicate this issue like this then.
    Perhaps someone who experienced that in an older version can support you there.

  • yes, Thank you so much.

    yes we are using 20.2 version

    i have tested user filters one by one which are working fine 

    i have tried to debug, all other user filters are working. only this default(main filter) is breaking it 

  • +1
    Certified Senior Developer
    in reply to KM

    dont try the user filters one by one.
    Throw them out, then try the main filter again.
    I would bet, without knowing it, that the issue is, that the conditions for the user filters are changed that moment you use the default filter.
    your data is filtered and the user filters apply just to the limited result of the default filter.
    -> so the user filters need to deal with the  result of the user filter as well dealing with all data properly.
    I think there might be an issue. But it is a guess as long as i cannot replicate it properly on my own environment.
    Sorry I have not the specific behavior of filters for 20.2 in my mind 

    offtopic: I strongly recommend that the customer updates to a newer version.
    Regarding support provided by appian, by the community and to get the benefits of new functionality.

  • 0
    Certified Senior Developer
    in reply to KM

    I have to rephrase this.
    in 22.1 its possible if I remember right in 20.X it wasnt possible yet. 
    -> but try to fine in your record settings something like "show search box"