• santhosh
  • NEWBIE
  • 0 Points
  • Member since 2005

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 4
    Replies
When we create Events through Partner API (.Net), the ActivityTime field displayed on Salesforce UI is not matching with what is actually entered by the user.  But when we retrieve the record through API and show, it does appear correctly.  We are converting the datetime format to UTC before inserting in to salesforce.
We would like to develop a ajax custom s-control to list contact roles, and respective activities in a different way than currently being listed in default related lists in Opportunity screen.  Though we were able to access the OpportunityContactRole object, we are not able to query Contact Name, Opportunity Name, and Role using relationship.
 
Can we achieve the above through a single query or we need to do multiple queries?  In case we have to multiple queries, what is the effecient way to do it?