How to find the main listview query in SuiteCRM 8

Hello there,

I’m working on suitecrm 8.4 with PHP 8.2.

I have installed an external plugin that is compatible with version 8 of suitecrm. After installation, 2 custom modules are created in suitecrm.

Now when I go to the listview of the first module in it, every time it shows the same text “No Data Found”. However, the data is there in the module’s database table but not there in the listview.

So, I want to check or print the main listview query to see if there is any error because the SuiteCRM version has changed. So can anyone give me a solution to my problem?

Thanks in Advance.