Hi am getting this error in site am not getting what's the issue
Discussion posts and replies are publicly visible
Hello Kavya,try to give us a bit more context.where are you seeing this screen?Record list? Record Summary? Form which is calling a record?A site which includes a view on the record list?What do you try to archive? What do you have done development wise and debug wise?kind regards,Richard
Hi Richard,
so when i search for particular cif in the site it's giving this, when i try to search for cif then it has to give those cif data
its pretty clear that this is an issue caused by your filters. Do you have some screenshots if a) the record fields? b) the filter you are using?
as of now am applying first filter for that only it is giving error
list of filters but am not using these as of now
"the record fields" ->I meant the "data model" of your record2.) can you drill in the user filters? at least the first?
can you make a screenshot of the user filters?are these 4 filters just them? ("expiry date" lookes not fine at all)
expiry date has calendar we have to give the date from..
this issue is not coming when i apply other filters but when i search only with the cif then getting error
what might be the reason for this
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