what is variable_pool?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2016 05:10 AM
Please explain?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2016 05:50 AM
It's similar to variables where it's an object that let's you access variable values from the requested item in a script.
current.variable_pool.variableName;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2019 06:41 AM
What variable is being pulled with the following code?
current.u_requested_for = current.variable_pool.requested_for;
I have a business rule that uses this, and I believe it's not pulling in the correct user.
Thanks,
Heather

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2019 08:20 AM
That code is looking for a variable associated with the item named requested_for.
Is there a requested_for variable on that item and what is its value?