• Dinesh SFDC
  • NEWBIE
  • 0 Points
  • Member since 2015

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

I am passing url as "/MyAccount#tab_reservations" in PageReference but pagereference is autometiocally removed "#tab_reservations" from url. 

Need an assistance how to redirect to full url.


Thanks.
Hi All,


Salesforce Email limits: 
The daily limit for emails sent through email alerts is 1,000 per standard Salesforce license per organization. This limit applies to emails sent through email alerts in workflow rules, approval processes, flows, processes, or the REST API.
single email limits 1000 emails per day per org send from a trigger / apex class / API.
We can send mass email to a maximum of 1,000 external email addresses per day per organization.

My customer requiremnt is sending more than 1500 email per day from salesforce. Can any one assist if I am sending first 1000 email via apex batch & rest email send via workflow (Workflow executed updating any field in finish method of batch) in one exceution. Please suggest is this a right way to achive my requirements? Is salesforce execute this code with giving any error?
Hello,

I am passing url as "/MyAccount#tab_reservations" in PageReference but pagereference is autometiocally removed "#tab_reservations" from url. 

Need an assistance how to redirect to full url.


Thanks.
Hi All,


Salesforce Email limits: 
The daily limit for emails sent through email alerts is 1,000 per standard Salesforce license per organization. This limit applies to emails sent through email alerts in workflow rules, approval processes, flows, processes, or the REST API.
single email limits 1000 emails per day per org send from a trigger / apex class / API.
We can send mass email to a maximum of 1,000 external email addresses per day per organization.

My customer requiremnt is sending more than 1500 email per day from salesforce. Can any one assist if I am sending first 1000 email via apex batch & rest email send via workflow (Workflow executed updating any field in finish method of batch) in one exceution. Please suggest is this a right way to achive my requirements? Is salesforce execute this code with giving any error?