function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jingli Hu 3Jingli Hu 3 

Can Apex update record in object belongs to a managed package without license?

I know Apex is running in system context which means it will bypass object/field level security check.

We have a persona which doesn't have one managed package license. but when the user in this persona make some change in account will trigger some apex code to update some records in the object which belongs to managed license. is system context bypass managed package license check as well. so the funcation will work?