apex-enterprise-patterns / fflib-apex-common

Common Apex Library supporting Apex Enterprise Patterns and much more!
BSD 3-Clause "New" or "Revised" License
913 stars 517 forks source link

Update api version classes #215

Closed dieffrei closed 4 years ago

dieffrei commented 5 years ago

There some objets are not visible for fflib classes since the api version is out updated. There are some standard objects like ServiceAppointment the QueryFactory doesn't work correctly and throw and error like: ServiceAppointment access is denied. This error was really hard to figured out, then I think could be good update the api version of the classes

cropredyHelix commented 5 years ago

Also fflib_queryFactory is unable to construct queries of PermissionSet for PermissionsXxxxx fields added since V37 like PermissionsDeleteFieldHistory which was added in V42.0 as file fflib_SObjectDescribe.cls-meta.xml is at v37.0

afawcett commented 4 years ago

Done