• Stephen Roden
  • NEWBIE
  • 50 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
If you have a batch process defined as
global class ABatch implements Database.Batchable<sObject>, Database.Stateful { 
... 
}
and it's executed from the console what sharing rules are in play?
 
Hi ,

I needed a query which can retrieve profile names which has no user assigned to it.

Please help..


Regards