• avianna lopex
  • NEWBIE
  • 20 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
Hi ,

Please help me in writing a Batch Job code and test class that takes data from fields  Case__c, level1__c,level2__c, level3__c from Executive_RT custom object  and
 populates it into below fields namely number__c, level1__c,level2__c, level3__c of Case Type Data custom object  
 
 I want this job to get executed Bi weekly

Thanks In advance
Avianna
Dear Folks,

I need to write a SOQL to copy data from  Case_Type_data_c to new object Exec_Case_Type_c ..I have the query to pull out the data from the this new Exec case type data
select Case_c, Level_1c, Level_2c,Level_3c from Exec_Case_Type_c

Can some one please provide a  SOQL and its relevant test case class

Thanks in Advance
Avianna
 
Hi ,

Please help me in writing a Batch Job code and test class that takes data from fields  Case__c, level1__c,level2__c, level3__c from Executive_RT custom object  and
 populates it into below fields namely number__c, level1__c,level2__c, level3__c of Case Type Data custom object  
 
 I want this job to get executed Bi weekly

Thanks In advance
Avianna
Dear Folks,

I need to write a SOQL to copy data from  Case_Type_data_c to new object Exec_Case_Type_c ..I have the query to pull out the data from the this new Exec case type data
select Case_c, Level_1c, Level_2c,Level_3c from Exec_Case_Type_c

Can some one please provide a  SOQL and its relevant test case class

Thanks in Advance
Avianna