• Hardik
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 6
    Replies

How do i enable access to apex classes, i do see pages, but could not see classes in the list.

Is there anyway i can bundle user profile in managed package? I've created a custom user profile and bundled it in a managed package, but after installing the package I couldn't see that into User Profile drop down.

In my application am using a custom object. When I try to fetch the count using "select count()..." it throws the exception - Too many query rows. Whereas Count aggregated function returns me the count 10226 and the same exception, but the custom object has only 660 records.

 

Is it a bug or am missing something?

How do i enable access to apex classes, i do see pages, but could not see classes in the list.

In my application am using a custom object. When I try to fetch the count using "select count()..." it throws the exception - Too many query rows. Whereas Count aggregated function returns me the count 10226 and the same exception, but the custom object has only 660 records.

 

Is it a bug or am missing something?