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 98f1dd3 + f8f4162 commit 92c32daCopy full SHA for 92c32da
fflib/src/classes/fflib_SObjectSelector.cls
@@ -35,7 +35,8 @@ public abstract with sharing class fflib_SObjectSelector
35
**/
36
private static Set<String> STANDARD_WITHOUT_CURRENCYISO = new Set<String> { AsyncApexJob.SObjectType.getDescribe().getName()
37
, ApexClass.SObjectType.getDescribe().getName()
38
- , Attachment.SObjectType.getDescribe().getName() };
+ , Attachment.SObjectType.getDescribe().getName()
39
+ , RecordType.getSObjectType.getDescribe().getName() };
40
41
/**
42
* Should this selector automatically include the FieldSet fields when building queries?
0 commit comments