You need to sign in to do that
Don't have an account?

Apex warning on process
Hello,
I created a new workflow, but everytime it runs, I get an Apex warning.
The apex warning is :
//
Operation: /aura
By user/organization: 005D0000001VpRg/00D200000000EiN
Caused the following Apex resource warnings:
Number of future calls: 33 out of 50
(these emails can be disabled from the user detail page for this user)
//
What does it mean? And what can I do to fix this?
The process runs on accounts.
33 future method calls out of the 50 allotted.
If you can, you could examine the custom code running in the background to make sure each future method call is intentional and necessary.