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.
Updated by krileon about 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Added under Parameters as isn't going to be a commonly used feature, but is helpful to have when needed.
Actions