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
Jan Kopejtko 2Jan Kopejtko 2 

Formula checkbox - PersonAccount - TRUE, NotPerson - FALSE

Hey guys,

Person Accounts are enabled. I need a formula on an object to reflect whether an Account is person account or not. How do I do that?

Let's say I have an object A that has lookup to Account. On this object A I also need a formula checkbox that will equal to TRUE if the lookup is populated with an Account that is a Person Account.

How do I do that?

Thanks all
Danish HodaDanish Hoda
Hi Jan,
You can use formula like A.Account__r.IsPersonAccount