Guest User

Untitled

a guest
Oct 16th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $acctRole=array();
  2. $acctRole[0] = new stdclass();
  3. $acctRole[0]->AccountId=$this->accountId;
  4. $acctRole[0]->ContactId=$this->contactId;
  5. $acctRole[0]->IsPrimary=1;
  6. $acctRole[0]->Role="Buyer";
  7. $response = $this->mySforceConnection->create($acctRole, 'AccountContactRole');
Add Comment
Please, Sign In to add comment