• SofiVT
  • NEWBIE
  • 0 Points
  • Member since 2011

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

I want to create a relationship between a Account and a Opportunity, with the entity called "PArtner". 

The API documentation says that the entitiy "OpportunityPartner" is readonly (then cannot be created)... I understand that I have to create a "PArtner" with these fields:

OpportunityId

AccountToId

Role

 

I get the following error:

INFO: Error code is: INVALID_TYPE
GRAVE: Error message: sObject type 'Partner' is not supported. If you are attempting to use a custom object, be sure to append the '__c' after the entity name. Please reference your WSDL or the describe call for the appropriate names.

 

I use the API for create a entity "Partner", as it would be a Opportunity, ACcount,  or others SF entitites... I don`t know because not works...

 

THank you!!!!

  • December 13, 2011
  • Like
  • 0
anyone know why when i am trying to insert  OpportunityPartner
it gives me an error  : " DML not allowed on OpportunityPartner "
  • July 22, 2008
  • Like
  • 0