• santhoshg
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 4
    Replies

Hi,

 

 

can any one send the code pls.

 

 

thankns

Ramesh

An error occurred while collecting items to be installed
session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Problems downloading artifact: osgi.bundle,com.salesforce.ide.api,28.0.0.201307091110.
MD5 hash is not as expected. Expected: 2baf6bd485903f59fd75f64b02bba49a and found e138e1088b3201b173a475e12a200f2f.
Unable to read repository at http://www.adnsandbox.com/tools/ide/install/plugins/com.salesforce.ide.core_28.0.0.201307091110.jar.
Read timed out
Problems downloading artifact: osgi.bundle,com.salesforce.ide.documentation,28.0.0.201307091110.
MD5 hash is not as expected. Expected: 211b4c6b1b052b6f045a2ddab7727d5b and found 8d26c0441c4c93ac41a317b7aa7be269.
Problems downloading artifact: osgi.bundle,com.salesforce.ide.ui.editors,28.0.0.201307091110.
MD5 hash is not as expected. Expected: 6102b001cf5df768247999ec46f7113c and found bb87fca20333671e25a029a270de51e9.

Hi All

 

The following SOQL query shows the "List has more than 1 row for assignment Sobject".

 

PLS help me

 

list<contact> ct=[select lastname,firstname,account.name,account.industry from contact where Title='salesforce'];
system.debug(ct.lastname);
system.debug(ct.account.name);
system.debug(ct.account.industry);

 

 

thanks

santhos

Hi,

 

 

can any one send the code pls.

 

 

thankns

Ramesh

Hi, The below code through a error" 'NotesAndAttachment' is not a valid child relationship name for entity Account" and i have one custom object but i don't no how it display.And the below code execute in 28.0 version,but not execute in 29.0 ,why?

 

<apex:page standardController="Account" showHeader="false"
tabStyle="account" >
<apex:stylesheet id="customstylesheet" value="customstylesheet"/>
<style>
.activeTab {background-color: yellow; color:red; font-format:italic;font-size:19pt;
background-image:none}
.inactiveTab { background-color: lightgrey; color:black;
background-image:none}
</style>
<apex:tabPanel switchType="client" selectedTab="tabdetails"
id="AccountTabPanel" tabClass="activeTab" >
<apex:tab label="Details" name="AccDetails" id="tabdetails" >
<apex:detail relatedList="true" title="true" />
</apex:tab>
<apex:tab label="Contacts" name="Contacts" id="tabContact" style="customstylesheet">
<apex:relatedList subject="{!account}" list="contacts" />
</apex:tab>
<apex:tab label="Opportunities" name="Opportunities"
id="tabOpp">
<apex:relatedList subject="{!account}"
list="opportunities" />
</apex:tab>
<apex:tab label="Open Activities" name="OpenActivities" styleClass="newlink"
id="tabOpenAct">
<apex:relatedList subject="{!account}"
list="OpenActivities" />
</apex:tab>
<apex:tab label="Notes and Attachments"
name="NotesAndAttachments" id="tabNoteAtt">
<apex:relatedList subject="{!account}"
list="NotesAndAttachment" />
<apex:tab label="customobject" name="customobject">
<apex:relatedList list="customobject__r"/>
</apex:tab>
</apex:tab>
</apex:tabPanel>
</apex:page>

 

thanks

Ramesh

  • November 11, 2013
  • Like
  • 0

An error occurred while collecting items to be installed
session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Problems downloading artifact: osgi.bundle,com.salesforce.ide.api,28.0.0.201307091110.
MD5 hash is not as expected. Expected: 2baf6bd485903f59fd75f64b02bba49a and found e138e1088b3201b173a475e12a200f2f.
Unable to read repository at http://www.adnsandbox.com/tools/ide/install/plugins/com.salesforce.ide.core_28.0.0.201307091110.jar.
Read timed out
Problems downloading artifact: osgi.bundle,com.salesforce.ide.documentation,28.0.0.201307091110.
MD5 hash is not as expected. Expected: 211b4c6b1b052b6f045a2ddab7727d5b and found 8d26c0441c4c93ac41a317b7aa7be269.
Problems downloading artifact: osgi.bundle,com.salesforce.ide.ui.editors,28.0.0.201307091110.
MD5 hash is not as expected. Expected: 6102b001cf5df768247999ec46f7113c and found bb87fca20333671e25a029a270de51e9.