• thomas rosicky
  • NEWBIE
  • 10 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 1
    Replies
for (Account a : trigger.new){
for (Contact c : [select id,otherphone from contact where accountid = :a.id]) {
c.OtherPhone= a.Phone; update c;
}
Hi,

I would like to know how many apex classes are failing in my sandbox.I am using "run all tests" for that. Is there any way, where i can get the exact list of those classes which are failing? PLease help me out.
Hi,
 I installed force.com IDE on my eclipse. I am trying to import my entire sandbox org into force.com IDE. But, I am facing Java SE Binary error. The process is getting aborted. Any suggestions on how to resolve this issue and import my org onto my local force.com ide. Thanks in Advance.
Hi,

I would like to know how many apex classes are failing in my sandbox.I am using "run all tests" for that. Is there any way, where i can get the exact list of those classes which are failing? PLease help me out.