Question

Amazon
IN
Last activity: 19 Jan 2016 6:52 EST
Can we achieve transient Page List property functionality?
We are loading one of the property in our work class using parameterized data page (this data page makes SOAP service call which is heavy).
As we can load this property via data page when we want, we don't want to save this property to data base.
The advantages we have if we achieve this include :
- We can load this property only when needed.
- Calling @hasMessages() fn on work page is causing the data on property to reload. We want to avoid this.
Removing property from work page once there is no need for it would work. But we have already used this property in many places and it is tedious to track usage of this property and to code its removal.
Request you to suggest alternatives.
-Santhosh