Question
MUFG
MUFG
IN
MUFG
Posted: Feb 3, 2018
Last activity: Feb 4, 2018
Last activity: 4 Feb 2018 3:32 EST
Closed
Saving the data to External DB using obj-save method
Hi Team,
Is it possible to save the data to external DB using obj-save method if class is mapped to external table? If possible what is the procedure.
Yes, you can use obj-save to store the data to external table.
1. Create a page of class ,class i.e. mapped to external table
2. set the required properties
3. then do obj-save
this would persist data to external table mapped to the class.