We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In an org with Person Account enabled:
OrgCheck does not report on the __pc field.
The text was updated successfully, but these errors were encountered:
On the "Objects" tab, I can see the Person Account field on the Account object
And the DAPI is showing this for this field:
Sorry, something went wrong.
Effectively on the "Custom Fields" tab, i cannot see the same on the account object. i see only the field on Contact
The following query from Tooling API is not showing the pc field
SELECT Id, TableEnumOrId, DeveloperName, NamespacePrefix FROM CustomField WHERE TableEnumOrId = 'Account' AND DeveloperName = 'xyz_test'
I found the field if I change the statement with TableEnumOrId = 'Contact'
TableEnumOrId = 'Contact'
My assumption is that Tooling API does show up the pc fields. I will investigate internally.
pushing this feature to future release as it may means to refactor from tooling to metadata api...
VinceFINET
No branches or pull requests
In an org with Person Account enabled:
Salesforce automatically creates a xyz__pc field on the Account object
OrgCheck does not report on the __pc field.
The text was updated successfully, but these errors were encountered: