• sony2503@gmail.com
  • NEWBIE
  • 0 Points
  • Member since 2013

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

Hi,

 

I have created a recurring task through apex class now i want to get whole series of created recurring task.

How can i get that series

in apex class?

Urgent.

 

Thanks,

Soni

hi 

i am trying to send below code as package

 

public  class calculator1{

public integer num1{get;set;}
public integer num2{get;set;}
public integer num3{get;set;}

 
 
public void add(){
num3=num1+num2;
//EmailConformation1 E=new EmailConformation1();
//E.sendMail();
}
}

 

 

but getting  error 

Class.calculator1.add: line 10, column 1 Class.MyTestClass34.test11: line 13, column 1

 

 Class.calculator1.add: line 10, column 1 Class.MyTestClass34.test11: line 13, column 1

 

 

please help me quickly