Trent L. Taylor (2/5/2014)
Oliver, that is a great point. The new business objects are 100% object models. Though you can output to a data table if you want, it will not be the store. So the entire object is far easier to serialized and deal with for sessions. Technically you can do that with the current BOs also. You can serialize a BO which will save the state and then you can restore the state when the session is restarted.
But the next version of SF is far easier when dealing with environments like this.Thanks Trent for your reply it's a good news.
Have you a tutorial to save or restore a business object ? it's possible to store on the client for the web ?
The most complicated for me, if the user start an Edit mode , and he s starting to write on the field,
if the session end. When he validate the Bo Save, he lose his data.
The concept work in Winform but in Webform, we have to start an edit mode just before the user save the bo. (like php or ado.net)
But the input are disabled if we don't active the edit mode.
I can tell you more about this subject, in other post, if you want.
thanks for your help.
==============================================
Asp.net C# - Strataframe - telerik
==============================================