Question
Virtusa
LK
Virtusa
Posted: Jul 6, 2017
Last activity: Jul 7, 2017
Last activity: 7 Jul 2017 0:02 EDT
Closed
Saving a single value using obj-save
1. what happens if we give a value to step page when using obj-save?
2. Is it going to store the value which is in step page only?
3. If I keep step page empty is it going to store whole class db?
Hi Sameera,
--> If you mention a stepPage of type class X and do Obj-Save, then the stepPage data gets saved as a record in the table associated with class X.
--> Yes, it stores values on stepPage only, if one is mentioned.
--> Keep the stepPage empty for saving the PrimaryPage as a record to the corresponding table in DB.