You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RecordType.sObjectType.getDescribe().getName() returns "SObjectType". We need to use RecordType.getSObjectType().getDescribe().getName() to return RecordType. I've found that I need to use RecordType.getSObjectType() in place of RecordType.SObjectType everywhere in this library.
0 commit comments