• Pavan_NM
  • NEWBIE
  • 0 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Hi Experts,

I have requirment 
1. I need to fetch all the inactive users (IsActive==False),
2. if the inactive users having ownership for records on object Acocunt, Contact,Opportunity, we have to change record ownership to its imidiate manager assigned to that users.
3. for this we required batch class and sechudular which runs daily basis, covering all 3 objects iterative maner so no Apex cpu limit error occure

Kindly help me out.

 

 

Hi Experts,

I have requirment 
1. I need to fetch all the inactive users (IsActive==False),
2. if the inactive users having ownership for records on object Acocunt, Contact,Opportunity, we have to change record ownership to its imidiate manager assigned to that users.
3. for this we required batch class and sechudular which runs daily basis, covering all 3 objects iterative maner so no Apex cpu limit error occure

Kindly help me out.