You need to sign in to do that
Don't have an account?

Person Accounts - Is a corresponding Contact ID created and can you access it?
Hi,
As I understand it, Person Accounts are a record type of an Account. However, I've been told that a Contact is actually created behind the scenes and associated to the account, just not displayed in the UI.
Is this correct? Specifically, I would like to be able to access the corresponding contact ID via a custom link at the account level. Something like Account.ContactID? Would this work?
Appreciate any help.
Thanks,
Darrell
what information do you want out of the contact record? the object itself should hold that info.
you will have to look at the WSDL for your org to see if the contact id is available, i don't have person accounts turned on in my developer org or i would check.
Ron,
Thanks again. It's in my wsdl:
<element name="PersonContactId" nillable="true" minOccurs="0" type="tns:ID" />
but I can't seem to figure out how to reference this ID in a web integration link (E.g. I tried url?contactId={!Account.PersonContactId} and I received an error trying to save saying the field is invalid.
Darrell