You need to sign in to do that
Don't have an account?
Asynchronous apex security question (@future keyword)
All:
I moved one of our apex classes to the @future keyword to alleviate some issues we were having with governor limits. However, now I'm receiving script exceptions referencing the INSUFFICIENT_ACCESS_OR_READONLY error. Does the @future keyword ignore object access/security like regular apex classes?
Thanks in advance.
Joe
I moved one of our apex classes to the @future keyword to alleviate some issues we were having with governor limits. However, now I'm receiving script exceptions referencing the INSUFFICIENT_ACCESS_OR_READONLY error. Does the @future keyword ignore object access/security like regular apex classes?
Thanks in advance.
Joe
while apex code can run at admin level, it (each class) is enabled on a per profile basis.