[SalesForce] Changing Person Account RecordType to Business Account RecordType

I am investigating possibilities for changing the RecordType of an Account from Person to Business Account. The reasoning for this is that I have a third party system which syncs Accounts with Salesforce and Accounts can be created in both systems, sometimes these are created with the wrong Recordtype (or it might be that they change).

I am doing this change through Dell Boomi and have successfully manage to do it for the change in RecordType from Busienss to Person Account types. I am not looking for a solution to this in Boomi, but what I need is some clarifications about the possibilities to acctually do it.

My investigation gives me very little to stand on regarding this, and the little information I see suggests that I might even be required to create a new Person Account and then re-referencing everything from the old Business Account to the new Person Account.

Is there another solution to this problem than doing this re-creation so to say? Any help is appreciated, APEX, DataLoader etc.

Best Answer

You should be able to do this, also from boomi. You can change the record type, but in that update call, there should be no other fields updated.