We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e52b94 + ee2ac7e commit 757359fCopy full SHA for 757359f
sfdx-source/apex-common/main/classes/fflib_SObjectDescribe.cls
@@ -108,7 +108,7 @@ public class fflib_SObjectDescribe {
108
}
109
else if ( fieldName.endsWithIgnoreCase('__pr') ) //resolve custom field cross-object (__pr) syntax for person accounts
110
{
111
- fieldNameAdjusted = fieldName.removeEndIgnoreCase('__pr') + '__c';
+ fieldNameAdjusted = fieldName.removeEndIgnoreCase('__pr') + '__pc';
112
113
114
Schema.SObjectField result = wrappedFields.get( fieldNameAdjusted, implyNamespace );
0 commit comments