• Lovey
  • NEWBIE
  • 0 Points
  • Member since 2012

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

 

I want to add a record to my object BD which is having a single field 'Name' using apex class.

The Scenario is like this -

A object 'Employee' is having field 'Emp_name' and 'Date' and if the Date for a particular record is equal to TODAY's date then a record should be added in object 'BD' with the matching name from Employee.

I will perform the scheduling using 'Schedule Apex' for daily .

 

Actually i have to do scheduling thats why i have to use Apex Class.

 

Thanks in Advance.

Pranay

  • April 16, 2012
  • Like
  • 0

 

I want to add a record to my object BD which is having a single field 'Name' using apex class.

The Scenario is like this -

A object 'Employee' is having field 'Emp_name' and 'Date' and if the Date for a particular record is equal to TODAY's date then a record should be added in object 'BD' with the matching name from Employee.

I will perform the scheduling using 'Schedule Apex' for daily .

 

Actually i have to do scheduling thats why i have to use Apex Class.

 

Thanks in Advance.

Pranay

  • April 16, 2012
  • Like
  • 0