Actions
Feature proposal #4437
closedImplement parameter to re-load user object
Description
When using Automatic or Manual user object usage it pulls the user object straight from the trigger. However, if you modify that user with say a field action it does not modify the reference (it can't, we don't know it's a reference!) then the next action fired won't see the changes. Implement a parameter that will re-load the user object (using ->load( ID )) so the changes are loaded in. This should only apply to Automatic or Manual usage.
Actions