• gopipatel_2610
  • NEWBIE
  • 25 Points
  • Member since 2007

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 11
    Questions
  • 5
    Replies
Hi ,
 
I am trying to create an update trigger on opportunity. and if any opportunity is updated i wanted to merge all the partners in the given opprotunity in to a new custom field call merge_field.
 

I am new to apex. can anyone tell me how this is possible. and some sample code where i can start with.
 
Thanks,
 
Hi,
 
I am trying to get deleted records. When I delete any partner reocrd from the opprotunity and run the following query it shows only those record whose IsDelete flag = false. It doesnt show those record those are deleted i.e doesnt show any record whose IsDelete flag = true. Can anyone help me with this.
 

Select o.Name, o.Id, (Select Id, AccountFromId, Role, CreatedDate, LastModifiedDate, IsDeleted From AccountPartners where AccountFromId = '0013000000IGCby') From Opportunity o where Id ='006T0000002E6Gn'

 

Thanks,

 

Hi,
 
Can any one help me with the java code which updates custom filed with the partners filed in Opportunity.
Also can we use getDeleted() to get the list of deleted records and getUpdated() to get the list of updated records. How this works. Any help will be appreciated.
 
Thanks,
 
Hi All,
 
Can anyone tell me where can I find the documents related to SFDC integration with Informatica.
 
Thanks,