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
Fixes#911
The `try` approach seems to run about two orders of magnitude faster than querying the Schema (`record.getSObjectType().getDescribe().fields.getMap().containsKey('Id')`) and one order of magnitude faster than cached version of the Schema (`private static final Map<String, Boolean> CACHED_SOBJECT_NAME_TO_HAS_ID_FIELD ...`)
0 commit comments