function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDC Admin12SFDC Admin12 

While using Order by ID on apex page info i am getting an error

I used below query
SELECT Name FROM ApexPageInfo order by Id
SELECT DeveloperName FROM UserSetupEntityAccess order by Id

I am getting an error.

Thanks!
Best Answer chosen by SFDC Admin12
AbhishekAbhishek (Salesforce Developers) 
Hi Vasu,

I can see your query is related to this Known Issue,
https://success.salesforce.com/issues_view?id=a1p3A000001SozfQAC

As there is no workaround right now, I would suggest you click "This issue affects me".

So that you will get notifications on the Known Issue.

Thanks.