• xtgj
  • NEWBIE
  • 50 Points
  • Member since 2009

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

I am testing out functionality in dev edition where in an email is sent depending on some conditions in the Opp object. There is a trigger on the opp which then calls an apex class that send out the email.

 

I get the following in the debug logs 

 

Single email queued for send (pending commit)

 

and the email is not received at hte destination.

 

Why do I get this 'pending commit'  ? Are there any limitations in the dev edition?

 

Thanks

Message Edited by MDXHiker on 01-22-2009 02:52 PM

For some reason my trigger "on CaseComment" is not showing when adding to a package in the setup->create->packages.

 

My trigger is showing in the list 

setup->develop->Apex triggers (and is valid and active)

 

I have 100% unit test coverage.

 

I can create any other trigger and it will show.

 

I do not see it included through any other component in my package.

 

If I do a "retrieval" using the salesforce ant tool, I get my other triggers and code just fine.

 

I tried creating a blank Apex trigger for CaseComment, but it won't show.

 

I tried creating a new package, and just finding that single trigger.

 

Anyone know if this is a bug, or am I missing something?

  • February 26, 2010
  • Like
  • 0

For some reason my trigger "on CaseComment" is not showing when adding to a package in the setup->create->packages.

 

My trigger is showing in the list 

setup->develop->Apex triggers (and is valid and active)

 

I have 100% unit test coverage.

 

I can create any other trigger and it will show.

 

I do not see it included through any other component in my package.

 

If I do a "retrieval" using the salesforce ant tool, I get my other triggers and code just fine.

 

I tried creating a blank Apex trigger for CaseComment, but it won't show.

 

I tried creating a new package, and just finding that single trigger.

 

Anyone know if this is a bug, or am I missing something?

  • February 26, 2010
  • Like
  • 0

I am new to SFDC and I would like to develop new VisualForce pages. Please cen you point me to a simple example?

 

Thanks

  • April 20, 2009
  • Like
  • 0

I am testing out functionality in dev edition where in an email is sent depending on some conditions in the Opp object. There is a trigger on the opp which then calls an apex class that send out the email.

 

I get the following in the debug logs 

 

Single email queued for send (pending commit)

 

and the email is not received at hte destination.

 

Why do I get this 'pending commit'  ? Are there any limitations in the dev edition?

 

Thanks

Message Edited by MDXHiker on 01-22-2009 02:52 PM
Is there any reason the Schema.getGlobalDescribe() method would suddenly stop returning anything?  I have noticed this strange intermittent behavior seems to start when I run test cases.  Sometimes the getGlobalDescribe will just stop returning anything for a day or so and then it just magically starts back up again.
 
Any info on why this happens would be much appreciated.  Thanks.
 
 
Shiztastic


Message Edited by Shiztastic on 10-21-2008 02:45 PM
Hi,
 
I'm now using Eclipse and the force.com plugin to package and deploy
my visualForce and Apex codes.
 
Is there a way to package and deploy visualForce and Apex codes without
using Eclipse ?
 
 
Thanks