Skip to main content
kavyam0002
April 18, 2022
Solved

Error in records site

  • April 18, 2022
  • 14 replies
  • 1 view

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

    Best answer by richardm900458

    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.

    14 replies

    richardm900458
    April 18, 2022

    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

    kavyam0002
    April 18, 2022

    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 

    richardm900458
    April 18, 2022

    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?

    nehak0875
    June 24, 2023

    The error message suggests that there was an issue while retrieving data for the "Documentation Checklist" record type. It appears to be related to an unexpected error executing a query. The query includes various filters and sorting criteria.

    To troubleshoot this issue, you can check the logs or error details for more specific information about the cause of the error. It may be helpful to review the query and ensure that all necessary dependencies are in place.