function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Dilip KheniDilip Kheni 

Person accounts in salesforce using php

How i can create personal account in php ? can you please give me exact code for this. i can not findout it in PHP Toolkit 20.0
SamuelDeRyckeSamuelDeRycke
It's not different from creating accounts through the API. Just have to make sure you assign them to the person account recordtype. Make sure that all required account  contact (__pc) fieds are populated and that you don't populate the fields that you shouldn't (account.name for instance).