• Debarghya Sen
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
My requirement is to configure email notification when a Bulk API job starts and when it is completed. Usually the bulk data load happens from other legacy systems. I have to check the start and end time of the job and send email notification to few people. How can I automate this process.

Any help regarding the same will be highly solicited.

I am not able to add custom action at left side of case feed

I am not able to add custom action at left side of case feed

I need the complete URL of my VF page in controller class (apex class). I have tried the the following solution but to of no use:

 

string x = ApexPages.currentPage();
srting y = ApexPages.currentPage().getURL();

 

Neither of the above methods are giving me the exact URL (e.g., https://c.cs2.visual.force.com/apex/MasterDetail?contractID=2009050010&bu=Media) of the current page that I need to send in an autogenerated email.

 

Regards,
Rao