• jkang
  • NEWBIE
  • 0 Points
  • Member since 2011

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

I've noticed in all of Sandboxes which have been upgraded to Summer '12, I'm now having a problem with my Visualforce email templates which use custom components. Whenever the components are rendered, I get something like the following:

 

<span id="j_id0:emailTemplate:j_id3:j_id4:j_id42">
COMPONENT CONTENT HERE</span>

This happens with all components, not just one. And as I mentioned before, it only happens in my Summer '12 sandboxes. My production instances and all my sandboxes that have not yet been upgraded are still fine.

 

Has anyone else seen this? Does anyone have ideas for a workaround?

  • May 30, 2012
  • Like
  • 0

Can someone please help me understand how code coverage is calculated? This is what I currently have. As you can see, individually all my classes and triggers are at 100%, but somehow my overall coverage is only 79%. This doesn't make sense to me. It's not a big deal except that I don't want to get into a situation where it won't let me deploy because it calculates my coverage as being below 75%.

 

Coverage : 79%

Classes: 100%

Triggers: 100%

  • August 12, 2011
  • Like
  • 0

Can someone please help me understand how code coverage is calculated? This is what I currently have. As you can see, individually all my classes and triggers are at 100%, but somehow my overall coverage is only 79%. This doesn't make sense to me. It's not a big deal except that I don't want to get into a situation where it won't let me deploy because it calculates my coverage as being below 75%.

 

Coverage : 79%

Classes: 100%

Triggers: 100%

  • August 12, 2011
  • Like
  • 0

Following the instructions here:

 

http://wiki.developerforce.com/index.php/Force.com_IDE_Installation_for_Eclipse_3.6

 

I am trying to install the force.com ide for eclipse, however when I add the site

 

http://www.adnsandbox.com/tools/ide/install/

 

It gives me the error

 

Authentication failed for http://www.adnsandbox.com/tools/ide/install/

 

What is going on here and how do I fix it?