facing this errotr in the user ineterface

A Score Level 1

Interface Definition: Expression evaluation error in rule 'kt_qry_getanalystassignmentreport' at function a!queryEntity: An error occurred while retrieving the data. Details: Unexpected error executing query (type: [KT_VGenerateReportAnalystAssignmentDT23979], query: [queryentity expression], order by: [[Sort[NtdId desc]]], filters:[null])

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Prin18

    Hi, There are multiple things you can do enhance your performance,

    1. Try to use selection in your query, query only necessary columns

    2.avoid using wildcase ("like","in") operators in filters

    3.use proper batch size

    4.check query execution time in database and see explain plan tab for explanation to see where delay is happening

    One more thing, did you try to use queryrecordtype? I have seen querying record type is little faster than query entity.

Children
No Data