Activity › Forums › Salesforce® Discussions › Can we create a field on Person Account directly in Salesforce?
-
Can we create a field on Person Account directly in Salesforce?
Posted by Prachi on August 29, 2018 at 12:33 PMCan we create a field on Person Account directly in Salesforce?
shariq replied 7 years, 8 months ago 5 Members · 4 Replies -
4 Replies
-
Hi Prachi,
No. We need to create a field on contact which will appear for Person Account as well. Fields created on Contact appear on Account with extension __pc.
Thanks.
- [adinserter block='9']
-
Hi Prachi,
No. We need to create a field on contact which will appear for Person Account as well. Fields created on Contact appear on Account with extension __pc. a Person Accounts is also considered a Contact in the salesforce back-end, therefore, person accounts have an Account Id and a Contact Id. Every custom field created in the Contact object is available for Person Accounts using the __pc. If you want a field for person account only create the field in the Contact object.
-
This reply was modified 7 years, 8 months ago by
Anurag algoworks.
-
This reply was modified 7 years, 8 months ago by
-
Hello Prachi,
No we cannot create a field on person account directly. We need to create a field on contact which will appear for Person Account as well. Fields created on Contact appear on Account with extension __pc
you refer this link for reference : https://www.jitendrazaa.com/blog/salesforce/salesforce-interview-questions-part-24-person-account/
Thanks.
Parul Singh
-
This reply was modified 7 years, 8 months ago by
Parul.
-
This reply was modified 7 years, 8 months ago by
-
Hi,
The __pc stands for person contact and are custom fields in the Contact object.
This is how it works: a Person Accounts is also considered a Contact in the salesforce back-end, therefore, person accounts have an Account Id and a Contact Id. Every custom field created in the Contact object is available for Person Accounts using the __pc. If you want a field for person account only create the field in the Contact object.
Hope this helps.
Log In to reply.